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?
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?