A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content. This fork deals with the issue JSON-LD Alt Property Not Recognized.
Go to file
Parker Moore af87d9fbe8
Sort JSON-LD data by key
Deterministic output is desired to improve diffability between builds.
If the output randomly changes order each time it's built, then every
page on a given site will change with every Jekyll build. Tools like
rsync and git which can diff files will always show a change even when
the content hasn't truly changed.
2022-01-31 23:24:32 -08:00
.github/workflows Reduce verbosity of workflow job names 2021-11-26 20:35:50 +05:30
docs Add `og:image:alt` and `twitter:image:alt` (#438) 2021-11-22 12:56:57 -05:00
lib Sort JSON-LD data by key 2022-01-31 23:24:32 -08:00
script move docs to their own folder 2017-05-25 09:50:01 -04:00
spec Sort JSON-LD data by key 2022-01-31 23:24:32 -08:00
.gitignore style: align with latest jekyll-rubocop (#382) 2020-03-20 06:55:32 -04:00
.rspec add tests for drop 2017-04-06 22:34:11 -04:00
.rubocop.yml Bump RuboCop to v1.18.x (#452) 2021-09-17 10:19:57 -04:00
.rubocop_todo.yml Bump RuboCop to v1.18.x (#452) 2021-09-17 10:19:57 -04:00
Gemfile Fix Travis builds for Jekyll 3.x (#415) 2020-09-21 11:39:43 -04:00
History.markdown Update history to reflect merge of #454 [ci skip] 2021-11-22 13:24:32 -05:00
LICENSE.txt Update LICENSE.txt 2018-01-03 19:52:21 +01:00
jekyll-seo-tag.gemspec Bump RuboCop to v1.18.x (#452) 2021-09-17 10:19:57 -04:00

docs/README.md

About Jekyll SEO Tag

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.

Gem Version Build Status

What it does

Jekyll SEO Tag adds the following meta tags to your site:

While you could theoretically add the necessary metadata tags yourself, Jekyll SEO Tag provides a battle-tested template of crowdsourced best-practices.

What it doesn't do

Jekyll SEO tag is designed to output machine-readable metadata for search engines and social networks to index and display. If you're looking for something to analyze your Jekyll site's structure and content (e.g., more traditional SEO optimization), take a look at The Jekyll SEO Gem.

Jekyll SEO tag isn't designed to accommodate every possible use case. It should work for most site out of the box and without a laundry list of configuration options that serve only to confuse most users.

Documentation

For more information, see: