Free Online Redirect Checker

A redirect checker traces a URL through every redirect hop, showing the status code and target at each step so you can spot 302s, loops and long chains.

This tool uses AI and sends your text to a secure API for processing. No data is stored after your session.

Instant results Secure AI processing No signup needed

How to Use This Tool

  1. Enter the starting URL, often the http:// version, to see the full path to HTTPS.
  2. Press Check to trace every hop up to a safe limit.
  3. Read the numbered chain — each row shows the status code, the URL and the next Location.
  4. Confirm permanent moves use 301 rather than 302, and that the chain ends in a 200.
  5. Collapse any chain of two or more hops into a single direct redirect where you can.

What Is a Redirect Checker?

A redirect tells a client to request a different URL, signalled by a 3xx status code and a Location header as defined in RFC 9110. The two that matter for SEO are 301 Moved Permanently, which passes ranking signals to the destination and tells search engines to swap the indexed URL, and 302 Found, which is temporary and keeps the original URL indexed. Using a 302 for a permanent move is a frequent mistake that strands link equity on a URL you no longer use.

We follow the chain on our server with manual redirect handling, recording each hop's URL, status and Location header rather than letting the browser silently collapse them. This exposes redirect chains — two or more hops in sequence, such as HTTP to HTTPS to a trailing-slash URL — and redirect loops, which appear as repeating URLs. Each extra hop adds latency and slightly dilutes link signals, so collapsing chains to a single 301 is the goal.

Server-side tracing is necessary because browsers do not expose intermediate redirect responses to client JavaScript, and cross-origin requests are blocked by CORS.

Frequently Asked Questions

What is a redirect chain?
A chain is two or more redirects in sequence — for example HTTP to HTTPS to a trailing-slash URL. Each extra hop adds latency and dilutes link signals, so collapsing chains to a single 301 is best practice.
301 vs 302 — does it matter?
A 301 is permanent and passes ranking signals to the destination; a 302 is temporary and tells search engines to keep the original URL indexed. Using a 302 for a permanent move is a common SEO mistake this tool surfaces.
Why does the trace stop?
It stops at the first non-redirect response or after 15 hops. A run that hits the cap usually means a redirect loop, which is shown as the repeating URLs in the chain.

Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.

Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.

Related SEO Tools

You Might Also Like