jekyll-seo-tag
By benbalter
A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site’s content.
Compatible with GitHub PagesTo install, add this to your Gemfile:
gem "jekyll-seo-tag"
and run bundle install. To use, run Jekyll with
bundle exec preceding it:
$ bundle exec jekyll build
$ bundle exec jekyll serve