Redirect Checker
Inspect redirect hops and the final destination URL.
- On your device
- No signup
SEO & Webmaster
Utilnivo
Check the HTTP status code for a URL.
Browse more in SEO & Webmaster or all tools.
Private on your device
Your information stays on your device and is not uploaded.
Inspect redirect hops and the final destination URL.
Inspect HTTP response headers for a URL.
Find and validate canonical link tags on a page.
Test whether a URL is allowed in robots.txt.
Validate sitemap.xml structure and URLs.
Generate a robots.txt file for your site.
Generate a sitemap.xml from a list of URLs.
Generate SEO and social meta tags from your inputs.
Enter a URL to read the HTTP status code and final URL after redirects from your browser. Cross-origin sites may limit header visibility.
1. Enter the full URL including https://. 2. Run the check. 3. Read status and final URL after redirects. 4. Fix chains longer than one hop when possible. 5. Re-check after deploy.
Example 1: http://example.com → 301 → https://www.example.com/ (confirm single hop). Example 2: soft-404 HTML returned with 200—status looks fine but content is an error page; fix server status codes.
Requests a URL (subject to browser CORS/network limits) and reports status codes and redirect targets so you can spot 404s, 301 chains, and HTTPS issues.
Status codes are read via browser requests. Some sites block HEAD requests or hide response details cross-origin.
Your data stays on your device and is not uploaded.
Follows redirects when the environment allows and records the chain. Cross-origin limitations may block some live checks from the browser.
FAQ
Permanent moves usually use 301 or 308; temporary tests use 302/307. Prefer a single hop from old URL to the final canonical URL.
That is a soft-404: the HTML says not found but the status is success. Fix the server to return 404/410 for missing content.
No. CORS and network policies may block some requests. Use server-side monitoring for comprehensive crawls.
This tool is one step in a longer job. Jump straight to your step or open the full workflow guide.
Page last reviewed: