TECHNICAL · SEO GLOSSARY
Redirect Chain
A series of redirects where URL A → URL B → URL C instead of directly to the final destination — wastes crawl budget and dilutes link equity.
Definition
A redirect chain occurs when a URL redirects to another URL that itself redirects to another URL, creating a chain: A → B → C (or longer). Each hop adds HTTP round-trip latency and, in SEO terms, each redirect passes somewhat less link equity than a direct 301 redirect to the final URL. Chains longer than 3–4 hops risk Googlebot abandoning the crawl and not reaching the final destination at all.
Why it matters for SEO
Redirect chains accumulate during site migrations, URL structure changes, and plugin or CMS updates that don't clean up old redirects. A chain like `old-url → intermediate-url → canonical-url` looks harmless but: (1) adds load time for users following the chain, (2) means inbound links to `old-url` lose some equity with each hop rather than passing it cleanly to the canonical, and (3) creates crawl debt — Googlebot may not follow all hops on large sites. The fix is to collapse chains: all redirects should point directly to the final destination.
How DeepSEOAnalysis checks this
The audit detects redirect chains on all crawled URLs and internal links. It flags chains of 2+ hops as warnings and chains of 4+ hops as critical. It also flags redirect loops (A → B → A), which prevent the page from loading entirely. The report shows the full chain path for each flagged URL so it can be collapsed.
Useful tools and resources
GLOSSARY
Related terms
technical
Canonical URL
The preferred URL for a page, declared via <link rel="canonical"> to prevent duplicate content from splitting ranking signals.
Read definition →technical
Crawl Budget
The number of pages Googlebot will crawl on a site within a given timeframe — determined by crawl rate limit and crawl demand.
Read definition →technical
Noindex
A directive that tells search engines not to include a page in their index — implemented via a meta tag or HTTP header.
Read definition →See how your site scores on Redirect Chain.
The free DeepSEOAnalysis audit checks redirect chain and 100+ other signals. Full report, no signup.
Run a free audit →