jekyll / jekyll-seo-tag

A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
https://jekyll.github.io/jekyll-seo-tag
MIT License
1.65k stars 289 forks source link

Documented defaults seem not to work #506

Open magic-happenz opened 4 months ago

magic-happenz commented 4 months ago

Hello, I configured the defaults according to the docs in my _config.yml as:

defaults:
  - scope:
      path: ""
    values:
      image: /assets/images/image.png

However, it does not seem to set the tags accordingly. The og:image tag is just missing. If I set up

image:
    path: /assets/images/image.png

on the respective page however it works.

jeremyzilar commented 2 months ago

Thanks for the tip on how to fix this ☝️