phranque

msg:4368152 | 9:19 am on Sep 28, 2011 (gmt 0) |
i'm not sure you can do it precisely as described. i believe you will have to specify the sitemap location for each hostname in that host's robots.txt file. Sitemap file location: http://www.sitemaps.org/protocol.php#location
|
Mishaelo

msg:4368162 | 9:51 am on Sep 28, 2011 (gmt 0) |
but what if the sitemap index is on the root and the GZIP files are on the CDN subdomain? Not sure what goes on the root robots.txt and on the subdomain robots.txt
|
phranque

msg:4368197 | 11:16 am on Sep 28, 2011 (gmt 0) |
the root robots.txt refers to a sitemap (index?) on the root hostname which only refers to urls on the root hostname. the subdomain robots.txt refers to its sitemap index on the root hostname. the CDN subdomain's sitemap index only refers to the individual category sitemaps on the CDN subdomain's hostname. so far, so good. the part where i think you are going to have an issue (see #3 above) is that these individual category sitemaps may only refer to urls on the CDN subdomain's hostname. this is all exactly what is described at the url i provided above.
|
Mishaelo

msg:4375379 | 8:29 am on Oct 17, 2011 (gmt 0) |
How will 301 redirects come in play here? meaning everything will be "normal": example.com/sitemap_index.xml will be an index file pointing to: example.com/sitemap_cat1.xml, example.com/sitemap_cat2.xml etc... but example.com/sitemap_index.xml will have a 301 to media.example.com/folder1/folder2/sitemap_index.xml and example.com/sitemap_cat1.xml will have a 301 to media.example.com/folder1/folder2/itemap_cat1.xml etc.. And example.com/robots.txt will have: sitemap: example.com/sitemap_index.xml Does this comply with the protocol?
|
phranque

msg:4376246 | 10:57 pm on Oct 18, 2011 (gmt 0) |
why would you redirect requests for your sitemaps?
|
Mishaelo

msg:4376458 | 9:50 am on Oct 19, 2011 (gmt 0) |
| why would you redirect requests for your sitemaps? |
| request from the developers. in any case, if anyone is facing similar problem - issue was resolved by having the index file on the root (example.com/sitemap_index.xml) which pointed to the sitemap files on the root but they redirect to the CDN. WMT seems happy with it
|
|