Hi,
Trying to add a video sitemap to our site.
Videos are divided into categories so the plan is to have a sitemap index pointing to the actual sitemaps for each category.
sitemap index will reside on the root but our developers want to host the actual sitemap files on the CDN (under media.domain.com).
Is this possible and what will the robots.txt need to include so the end result will be:
1. sitemap index will be on domain.com/sitemap_index.xml
2. sitemap index will point to the individual category sitemaps on media.domain.com/sitemap_cat1.xml, media.domain.com/sitemap_cat2.xml etc.
3. media.domain.com/sitemap_cat1.xml, media.domain.com/sitemap_cat2.xml will list videos on domain.com/video1.php, domain.com/video2.php etc.
hope this makes sense...
thanks