Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 456 Bytes

installation.md

File metadata and controls

24 lines (17 loc) · 456 Bytes

Installing Jekyll SEO Tag

  1. Add the following to your site's Gemfile:
gem 'jekyll-seo-tag'
  1. Add the following to your site's _config.yml:
plugins:
  - jekyll-seo-tag

If you are using a Jekyll version less than 3.5.0, use the gems key instead of plugins.

  1. Add the following right before </head> in your site's template(s):
{% seo %}