↪️

Redirect Chain Checker

Visualize your redirect chains, identify SEO-damaging issues like redirect loops, too many hops, and mixed HTTP/HTTPS redirects.

🔗 Build Your Redirect Chain

Enter each URL in the chain in order. Select the redirect type for each hop (except the final destination).


Why Redirect Chains Kill Your SEO

A redirect chain occurs when a URL redirects to another URL that itself redirects to yet another URL — creating a chain of multiple hops before reaching the final destination. While a single redirect is often necessary and harmless, chains of 3 or more redirects create significant SEO and user experience problems.

Every redirect in a chain adds latency, dilutes “link juice” (PageRank), and increases the risk of crawler errors. Google’s John Mueller has stated that while Googlebot can follow redirect chains, it’s strongly recommended to keep them to a minimum for best crawling efficiency.

Types of Redirects and Their SEO Impact

301 (Permanent Redirect) — The gold standard for SEO. Passes approximately 99% of link equity. Use when permanently moving a page.

302 (Temporary Redirect) — Tells search engines the move is temporary. Does NOT reliably pass link equity. Avoid for permanent moves as it can confuse crawlers.

Meta Refresh — Client-side redirect. Very poor for SEO. Slow, unreliable, and passes no link equity.

Common Redirect Chain Problems

Too Many Hops (3+): Google allocates a crawl budget per site. Long chains waste crawl budget and slow down page discovery. Users also experience slower load times.

Redirect Loops: URL A redirects to B which redirects back to A. Browsers show “too many redirects” errors. Crawlers give up entirely.

Mixed HTTP/HTTPS: Having HTTP redirect to HTTPS is correct. But having HTTPS redirect to HTTP loses SSL benefits and signals insecurity to Google.

Frequently Asked Questions

How many redirects are too many?
Best practice is zero redirects for any given URL. If a redirect is necessary, one is acceptable. Two is a warning sign. Three or more is a problem that needs fixing. Google officially recommends keeping chains to a maximum of 3 hops, but even that can cause crawl issues.
Do redirect chains affect page speed?
Yes. Each redirect adds a full HTTP round-trip, typically adding 100-500ms of latency per hop. A 3-hop chain can add 300-1500ms to your page load time, directly impacting Core Web Vitals and user experience.
How do I fix a redirect chain?
Update the original redirect to point directly to the final destination URL. For example, if A→B→C, change the A→B redirect to A→C and remove or update the B→C redirect. Check your .htaccess, nginx config, or CMS redirect rules.
What’s the difference between a redirect chain and a redirect loop?
A redirect chain has a start and end point. A redirect loop has no end — the URLs circle back on each other indefinitely. Loops always show as errors in browsers and cause complete crawl failure for that URL.

Found Redirect Issues?

Our technical SEO team will audit and fix every redirect chain, loop, and error on your website.

Fix My Redirects →