All sitemap URLs point to a different domain than the site, causing indexing issues.
By Seoxpert Editorial · Published
If your sitemap lists URLs on a different domain than your live site, search engines may index the wrong host or ignore your intended domain. This is especially common with sites built on no-code platforms where the sitemap isn't updated after connecting a custom domain.
Your site may not be indexed correctly, harming visibility and search rankings.
A crawler compares the origin of sitemap URLs to the scanned site's origin and flags mismatches.
Incorrect sitemap (wrong origin)
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://filedelivr.com/page1</loc>
</url>
</urlset>Correct sitemap (matching origin)
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.filedelivr.com/page1</loc>
</url>
</urlset>This usually happens if the sitemap was generated before setting your custom domain, or if the site settings still point to a preview or staging domain.
Search engines may index the wrong domain or ignore your intended site, harming your SEO.
Update your platform's 'site URL' or 'base URL' setting to your custom domain and regenerate the sitemap.
Yes, submit the updated sitemap in Google Search Console to ensure search engines crawl the correct URLs.
Run a scan to see if Sitemap URLs Point to a Different Origin Than the Site affects your pages.
Scan my website →