ashhitch/gatsby-plugin-wpgraphql-seo

Meta property og:locale defaults to en_GB

dwmyke opened this issue · 3 comments

Meta property og:locale defaults to en_GB

I tried adding meta={{property:"og:locale", content:"en_US"}} to Seo component, but that adds a second entry into head. There's now 1 for en_GB and 1 for en_US.

Is there a better way to override this?

This is a bug, it should not be hard coded, will get that updated.

It should populate from the inLanguage field.

Ok got you. Thanks for this plugin, it's great!

this is now resolved