Enter any URL to check its HTTP status code and trace the full redirect chain. This tool is useful for verifying 301 redirects, finding broken links, and debugging server errors.
| Code | Meaning | SEO Impact |
|---|---|---|
| 200 | OK — page loaded successfully | Good ✅ |
| 301 | Moved Permanently — page has a new URL forever | Good (passes link equity) ✅ |
| 302 | Found — temporary redirect | May not pass link equity |
| 307 | Temporary Redirect — same as 302 but preserves method | Temporary |
| 404 | Not Found — page does not exist | Bad — fix or redirect ❌ |
| 410 | Gone — page has been permanently removed | Tells Google to remove from index |
| 500 | Internal Server Error | Bad — server issue ❌ |
| 503 | Service Unavailable — server temporarily down | Temporary, Googlebot will retry |