SEO debugging β€’ No login required

Redirect Chain Visualiser

Enter any URL to see the full redirect path β€” every hop, status code, final destination and canonical tag.

redirect chain checker 301 redirect test final url checker seo debugging
Test a URL
Up to 10 hops
Redirect chain status codes explained
Plain English

When you test a URL, you’ll see one or more HTTP status codes. These codes explain how browsers and search engines move from one URL to another. Here’s what they actually mean β€” and when you should care.

200 OK
The page loaded normally. This is the final destination Google wants to index. Ideal
301 Moved Permanently
The URL has permanently moved to a new location. Ranking signals are passed to the destination URL. Recommended
302 Found
A temporary redirect. Often misused for permanent moves. Google may continue indexing the original URL. Use with care
307 Temporary Redirect
Similar to a 302 but stricter. Still considered temporary. Temporary only
308 Permanent Redirect
A permanent redirect like a 301, but more technically strict. Safe
404 Not Found
The URL does not exist. Crawlers stop here. Problem
410 Gone
The page was intentionally removed. Google drops it from the index quickly. Intentional
500 Server Error
The server failed to respond correctly. Crawling and indexing may be blocked. Critical
Why redirect chains hurt SEO
Important

A redirect chain happens when a URL redirects more than once before reaching its final destination.

Example:
URL A β†’ URL B β†’ URL C β†’ Final page
Best practice: Redirect directly to the final URL in a single step.
What is an acceptable redirect setup?
Best practice
Good
/old-page β†’ 301 β†’ /new-page
Bad
/old-page β†’ 302 β†’ /temp β†’ 301 β†’ /final
Very bad
http β†’ https β†’ www β†’ index.php β†’ final
If this tool shows three or more hops, the redirect setup should be reviewed.
What if the final URL has a canonical tag?
Common issue

If the final page includes a canonical URL that differs from the redirect destination, Google may:

This is why the tool shows the canonical tag on the final page, not just the redirects.
What to check next
Recommended flow
These tools are linked intentionally to help both users and search engines follow a logical debugging path.
Final takeaway
Summary

This tool shows you what’s happening. Fixing redirect chains ensures:

If search engines struggle to reach your final page, they won’t rank it β€” no matter how good the content is.