Page with Redirect in GSC: What It Means & How to Fix

Updated April 2026·By SitemapFixer Team

"Page with redirect" appears in the Google Search Console Page indexing report when Googlebot hits the URL and receives a 301, 302, 307, or 308 redirect response. Google excludes the redirecting URL from the index and follows the redirect to try to index the destination instead. The status is informational by itself, but it often points to sitemap hygiene problems or misconfigured redirects.

Find redirecting URLs in your sitemap
Free scan - we flag every 3xx URL in your sitemap and show the final destination
Analyze My Sitemap

What this GSC status means

Google fetched the URL and the server responded with a redirect (HTTP 301, 302, 307, or 308). Google then treats the redirect target as the indexable URL. The original redirecting URL is correctly excluded - two URLs that resolve to the same content should not both be indexed. The warning is really: "you told us about this URL but it is not the real URL."

Common causes

How it affects indexing

A single redirect costs Googlebot one extra request per URL - not a disaster. But redirects in your sitemap or internal links waste crawl budget on every recrawl, and redirect chains can prevent pages from being indexed at all because Googlebot stops following after about 10 hops. If the redirect target is itself excluded (noindex, 404, or another redirect), the whole chain wastes crawl equity.

How to diagnose

In GSC, open the Page indexing report and click "Page with redirect" to get the full URL list. Pick a sample URL and run it through the URL Inspection tool - it will show the redirect target. Then test the URL with curl (curl -I URL) to see the chain. Pay attention to how many hops it takes and what the final status code is.

How to fix

1. Export the URL list from GSC (Page with redirect) so you have a full inventory. 2. Remove every redirecting URL from your sitemap.xml - submit only the final 200 destinations. 3. Collapse redirect chains: if A redirects to B redirects to C, change A to redirect directly to C. 4. Update internal links to point at the final URL, not the redirect source. 5. Check canonical tags - make sure they reference the 200 URL, not a redirecting one. 6. Pick one hostname variant (https, with or without www, with or without trailing slash) and enforce it everywhere. 7. Regenerate your sitemap and resubmit it in Search Console under Sitemaps.

Frequently Asked Questions

Is "Page with redirect" actually an error?
Not by itself. It is an informational status - Google is simply telling you the URL you submitted is a redirect and it indexed the target instead. It only becomes a problem when the redirect is unintended, broken, or when a redirecting URL is inside your sitemap.
Why are redirecting URLs in my sitemap?
Usually because the site migrated or URLs were restructured and the sitemap was not regenerated. Your sitemap should only contain the final canonical 200 URLs - never 301/302 redirect sources.
Do redirect chains cause this status?
Yes. If a URL redirects through multiple hops before reaching a 200 page, every intermediate URL shows up as "Page with redirect" and Google may give up following after 10 hops. Always collapse chains to a single 301.
Clean up redirecting URLs in your sitemap
Get a full sitemap and indexing audit in 60 seconds
Analyze My Sitemap Free
Related GSC indexing statuses
All GSC indexing errors