Enter URL to Check
ℹ️Due to browser security (CORS), this tool can only test redirects when the destination server allows cross-origin requests. For full server-side checking, use a command-line tool like
curl -IL.Redirect Codes Explained
- 301 Moved Permanently — Best for SEO. Passes link equity.
- 302 Found — Temporary. Use only for short-term changes.
- 307 Temporary Redirect — Strict version of 302 (preserves method).
- 308 Permanent Redirect — Strict version of 301 (preserves method).
- Redirect chains — More than 1 hop hurts SEO and slows page load.