Sha256: 30bce08e44847f808c4cf2f533c1c3f7ab0fd314561dba662291453b93e73615

Contents?: true

Size: 456 Bytes

Versions: 7

Compression:

Stored size: 456 Bytes

Contents

# Installing Jekyll SEO Tag

1. Add the following to your site's `Gemfile`:

  ```ruby
  gem 'jekyll-seo-tag'
  ```

2. Add the following to your site's `_config.yml`:

  ```yml
  plugins:
    - jekyll-seo-tag
  ```

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

3. Add the following right before `</head>` in your site's template(s):

<!-- {% raw %} -->
  ```liquid
  {% seo %}
  ```
<!-- {% endraw %} -->

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
jekyll-seo-tag-2.8.0 docs/installation.md
jekyll-soopr-seo-tag-2.7.3 docs/installation.md
jekyll-seo-tag-2.7.1 docs/installation.md
jekyll-seo-tag-2.7.0 docs/installation.md
jekyll-seo-tag-2.6.1 docs/installation.md
jekyll-seo-tag-2.6.0 docs/installation.md
jekyll-seo-tag-2.5.0 docs/installation.md