Closed (duplicate)
Project:
RobotsTxt
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 May 2010 at 10:50 UTC
Updated:
2 May 2010 at 14:06 UTC
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
Comment #1
dave reidI'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.