microapps / gatsby-plugin-react-i18next

Easily translate your Gatsby website into multiple languages
MIT License
121 stars 72 forks source link

i18 sitemap is wrong according to Google #85

Open jeffpascal opened 3 years ago

jeffpascal commented 3 years ago

https://developers.google.com/search/docs/advanced/crawling/localized-versions#example_2

Hello ! If you take a look at this example, Google recommends to create a URL for each internationalized version of the url, but right now, it only creates for the defaultLanguage URL

image

Every alternate link listed under the loc tag should have their own url tag in the sitemap.xml file.

I've done my testing with https://technicalseo.com/tools/hreflang/ . the XML sitemap tab. image