Page redirected: the sitemap declares a URL that bounces
In brief
A page still declared in your sitemap started redirecting to another URL: the sitemap presents a bouncing address as canonical, which wastes crawl budget. If the redirect is intended, remove the URL from the sitemap; otherwise it is often a broken route to restore.
What is it?
A page still declared in your sitemap has started redirecting to another URL.
Why it hurts SEO and AI
Your sitemap tells Google "this URL is canonical, crawl it" while it bounces elsewhere: contradictory signals, crawl budget wasted on an address that no longer really exists. Two possible readings: either the redirect is intentional (migration, content merge) and the sitemap is lagging behind; or it is not, and it is often a broken route, a page deleted by mistake or a redesign that moved the URL without anyone noticing. A page that is 301-redirected AND removed from the sitemap, however, is a clean removal: Seogard does not flag it.
When it is NOT a problem
- The redirect is intended and the URL has already been removed from the sitemap: that is a clean removal, and Seogard does not alert on it.
- A migration in progress where the sitemap will soon be regenerated with the new URLs.
- A 301 redirect to the equivalent page, pending the already scheduled sitemap update.
<!-- sitemap.xml -->
<url><loc>https://site.com/product-a</loc></url>
<!-- but /product-a returns 301 to /product-b --><!-- sitemap.xml -->
<url><loc>https://site.com/product-b</loc></url>
<!-- /product-a removed; 301 kept -->The sitemap should list only URLs that answer with a 200; the old one can keep redirecting, outside the sitemap.
How to fix it
- Confirm the redirect on the listed URL (curl -I) and note its destination.
- Decide: intended redirect (migration) or broken route to fix?
- If intended, remove the URL from the sitemap and check the redirect is a 301 to the equivalent page; otherwise, restore the original page.
- Regenerate the sitemap and re-crawl to clear the inconsistency.
This scan checks the HTTP status, noindex and canonical of every page
Is this issue on your site?
Does your sitemap list URLs that redirect? Enter a URL: Seogard compares your sitemap pages with the real status they return and spots the ones that bounce instead of answering. Free, no credit card.
- No credit card
- Result in ~30 s
What you get back
The sitemap and the server tell the same story: Google focuses its crawl on real pages, and an accidental redirect no longer goes unnoticed.
Seogard catches this regression automatically — through its monitoring for your metas and canonicals.
Frequently asked questions
Why should a redirecting URL not stay in the sitemap?
The sitemap is a list of canonical URLs to index; leaving a redirecting address in it sends contradictory signals and wastes Google's crawl budget.
Is a redirect in the sitemap serious?
Not catastrophic on its own, but it is a frequent symptom of a broken route or a lagging sitemap; worth watching so pages do not disappear unnoticed.
Related rules
Updated July 10, 2026