Sha256: b0304ab5a599a82ead42d5d4b7a854d2a18d209498d83e66d952c02a3e69c3b4

Contents?: true

Size: 320 Bytes

Versions: 2

Compression:

Stored size: 320 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
  ```

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

  ```liquid
  {% seo %}
  ```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-seo-tag-2.4.0 docs/installation.md
jekyll-seo-tag-2.3.0 docs/installation.md