HTTP signals / utility

Redirect Chain Checker

Inspect each hop, status code and destination without installing a browser extension.

HTTP signalsRedirect checker

Enter a public HTTP or HTTPS address.

How it works

A focused check,
not a mystery score.

01

The starting URL is fetched without automatic redirect handling.

02

Every public redirect target is validated before following it.

03

The complete chain and final page status are returned.

FAQ

Before you use it.

How many redirects are too many?+

Direct redirects are easiest to maintain. Chains with multiple hops waste crawl time, increase latency and make migrations harder to debug.

Should permanent redirects use 301 or 308?+

Both signal permanence. A 308 also guarantees that the HTTP method and request body are preserved.