You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a gatsby site with 2 languages (using wpml) and somehow the seo component only ever returns the first language in schema { inLanguage }.
Also it doesn't seem to add the lang attribute onto the html tag. Am I overlooking something here or do I need to add that one separately using React Helmet?
The text was updated successfully, but these errors were encountered:
I have a gatsby site with 2 languages (using wpml) and somehow the seo component only ever returns the first language in
schema { inLanguage }
.Also it doesn't seem to add the lang attribute onto the html tag. Am I overlooking something here or do I need to add that one separately using React Helmet?
The text was updated successfully, but these errors were encountered: