Redirect Checker
Trace redirect chains, detect loops, and identify SEO-harmful redirects. See every hop with status code and timing.
Try Redirect Checker →What It Does
The Redirect Checker follows the entire redirect chain for any URL and reports each hop with its status code (301, 302, 307, 308), response time, and the next destination. It detects loops, flags long chains, and warns about temporary redirects that should be permanent.How to Use It
- Navigate to Checkers → Redirect Checker.
- Enter any URL and click Check.
- View the visual chain showing each hop.
- Review issues: chain length, redirect types, loops, broken final URL.
- Export the report as .txt.
Status Codes Explained
- 301 — Permanent: Best for SEO. Passes 100% of link equity.
- 302 — Temporary: Use only for short-term redirects. Doesn't pass full equity.
- 307 — Temporary (Strict): Like 302 but preserves request method.
- 308 — Permanent (Strict): Like 301 but preserves request method.
SEO Impact
Each redirect hop adds latency and dilutes link equity. Aim for direct URLs whenever possible. If redirects are necessary, use 301 (permanent) and limit chains to 1-2 hops. Long chains and 302 redirects on permanent moves are common SEO mistakes.
Use Cases
- Site migration: Verify old URLs redirect to new ones correctly.
- HTTP → HTTPS: Ensure HTTP requests upgrade properly.
- Audit: Find redirect chains that hurt page speed.
- Loop detection: Identify URLs that never resolve.