Skip to content

Redirects

Redirects lists every page in your crawl that returned a 3xx response, alongside the redirect risks the audit flagged. Redirects are normal and necessary, but the wrong ones cost you. A chain of redirects wastes crawl budget and dilutes the link equity passed to the final page, and internal links that point at a redirect instead of the destination make crawlers do extra work for no reason. This view is where you find those and flatten them. If the latest audit found none, the view reads “No redirect pages detected in the latest audit.”

  • A project with a completed audit. Redirects are read from the latest run; pages the crawler followed through a 3xx appear here.

The view shows redirecting pages and the specific risks worth acting on.

ItemWhat it meansWhy it matters
Redirecting pageA URL that returned a 3xx instead of serving content directlyOne hop is fine; the question is whether it chains.
Redirect chainA URL that redirects through one or more intermediate hops before resolvingEach hop wastes crawl budget and bleeds link equity; crawlers may stop following before the end.
Redirecting internal linkAn internal link that points at a URL which then redirectsThe link should point straight at the final destination instead.

A single redirect to a valid 200 destination is healthy. A chain — A redirects to B redirects to C — is the problem case, and so is any internal link still pointing at A when it should point at C.

Start with the chains and flatten them: change each redirect so it points directly to the final destination, collapsing the chain to one hop. Then fix the internal links the audit flagged — update them in your content and templates to point at the final URL, so crawlers and visitors skip the redirect entirely. Re-run the audit to confirm the chains resolved to single hops and the flagged internal links now point straight at their destinations.