Mobile app version of vmapp.org
Login or Join
Shanna517

: Submitting an Index Sitemap to Bing when the individual sitemaps are hosted on AWS Been working on the site map recently and now I want to submit it on Bing Webmaster tools. The main site

@Shanna517

Posted in: #BingWebmasterTools #GoogleSearchConsole #Sitemap

Been working on the site map recently and now I want to submit it on Bing Webmaster tools.

The main site map includes several others, each one for a different country. Like this:

sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc> s3.amazonaws.com/s3.gosur.com/sitemaps/afghanistan.xml </loc>
</sitemap>
<sitemap>
<loc> s3.amazonaws.com/s3.gosur.com/sitemaps/albania.xml </loc>
</sitemap>
<sitemap>
<loc> s3.amazonaws.com/s3.gosur.com/sitemaps/algeria.xml </loc>
</sitemap>
<sitemap>
<loc> s3.amazonaws.com/s3.gosur.com/sitemaps/andorra.xml </loc>
</sitemap>
<sitemap>
<loc> s3.amazonaws.com/s3.gosur.com/sitemaps/angola.xml </loc>
</sitemap>
<sitemap>...


Bing told me that there was an error submitting it. Maybe cause its hosted on Amazon?
How can I submit this sitemap to Bing?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Shanna517

1 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

Microsoft does support cross domain sitemaps but with a bunch of caveats.

The sitemap can be hosted on a different domain, but only if it is specified in robots.txt and all the URLs in it must point to the current domain. If you want to submit this set of sitemaps to Bing, you will either have to host them all on your own domain name, or list them individually in your robots.txt file:

Sitemap: s3.amazonaws.com/s3.gosur.com/sitemaps/afghanistan.xml Sitemap: s3.amazonaws.com/s3.gosur.com/sitemaps/albania.xml Sitemap: s3.amazonaws.com/s3.gosur.com/sitemaps/algeria.xml Sitemap: s3.amazonaws.com/s3.gosur.com/sitemaps/andorra.xml Sitemap: s3.amazonaws.com/s3.gosur.com/sitemaps/angola.xml ...

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme