kurtsson / jekyll-multiple-languages-plugin

I18n support for Jekyll and Octopress
MIT License
927 stars 203 forks source link

Building multilang sitemap #68

Open evgenity opened 8 years ago

evgenity commented 8 years ago

Do you have any plans to support building a multilanguage sitemap? Thank you!


https://support.google.com/webmasters/answer/2620865?hl=en

Anthony-Gaudino commented 8 years ago

Yes, I have plans for it.

There's a Jekyll sitemap plugin, but I didn't tested it yet and I don't know if it would generate a correct sitemap when used along with the Multiple Languages Plugin.

If you want this feature, unfortunately you will have to wait or create the sitemap in another way or contribute code adding the feature.

evgenity commented 8 years ago

Cool, I've tried to use jekyll-sitemap with Multiple Languages Plugin. It only builds a sitemap for the primary page.

luckyraul commented 8 years ago

+1

In my case it creates for every lang, but with a url's loop

Ryuno-Ki commented 6 years ago

See https://github.com/jekyll/jekyll-sitemap/issues/88. I am wondering, on which site this feature would have to been implemented. If I read that other issue correctly, some changes are needed in this plugin (jekyll-multiple-languages-plugin).