Hi,

I have a question regarding the usage of this module.

I have my website translated into several languages.
English - www.example.com/
French - www.example.com/fr/
Chinese - www.example.com/ch/

I have created xml sitemaps using the xml sitemap module.
English - www.example.com/sitemap.xml
French - www.example.com/fr/sitemap.xml
Chinese - www.example.com/ch/sitemap.xml

If I add in my current robot.txt file the following lines, would it be enough or no?
# Sitemaps
Sitemap: http://www.yourDrupalsite.com/sitemap.xml
Sitemap: http://www.yourDrupalsite.com/fr/sitemap.xml
Sitemap: http://www.yourDrupalsite.com/ch/sitemap.xml

Thanks for your help!

Comments

Dave Reid’s picture

Status: Active » Closed (duplicate)

I'm already answering your question at #787486: xml sitemap submit for multi-language and add path into robot.txt, there's really not a need to have this open in two places.