SEO Tag

  1. Check that _config.yml contains:

    plugins:
      - jekyll-seo-tag
    
  2. Build this site.

  3. Check that the <head> of _site/index.html contains only one <title> element.

  4. Comment-out jekyll-seo-tag from _config.yml.

  5. Build this site.

  6. Check that the <head> of _site/index.html contains only one <title> element.

  7. Restore jekyll-seo-tag in _config.yml.