Cross-submission robots.txt for multiple domains on single host
Posted
by
sidd.darko
on Server Fault
See other posts from Server Fault
or by sidd.darko
Published on 2011-01-20T21:46:28Z
Indexed on
2011/02/26
7:26 UTC
Read the original article
Hit count: 557
We are running a site with multiple languages hosted in a single environment on IIS7. For example,
- oursite.com - english
- oursite.de - german
- oursite.es - spanish
This is a single-host environment. All of these sites are in the same application space on the same physical machine.
I need to do cross-submission of sitemaps via robots.txt. Looking at the sitemap.org guidelines for this suggest this is possible, but the example indicates different physical machines.
Will the following entries in oursite.com/robots.txt work?
http://www.oursite.com/sitemap-oursite-de.xml
http://www.oursite.com/sitemap-oursite-es.xml
© Server Fault or respective owner