Home / Blog / Link audits
Link audits

Reading a Redirect Chain Map

Redirect chains hide in plain sight. Here is how to read a map of them and flatten the mess.

Reading a Redirect Chain Map
Photo: Polakovičová, S.; Líška, J.; Varga, I.; Gálfiová, P. via Openverse (CC BY)

One hop is healthy, many are not

A single redirect from an old URL to a new one is clean and expected. Problems start when a redirect points to another redirect, forming a chain that slows every visit and leaks value at each step.

The map shows the hops

A redirect chain map lays out each step from the starting URL to the final destination. Reading it, you can see exactly where a link that should be one hop has become three.

Flatten to a single hop

The fix is to repoint the original link straight to the final destination, removing the intermediate hops. Flattening chains speeds up your site and preserves the value that each extra step was quietly draining.

Watch for loops

The map also reveals loops, where redirects point back to each other and trap the visitor entirely. These are outright errors and must be broken, since the page is otherwise unreachable.

Key takeaways
  • A single redirect is fine; chains are the problem
  • A chain map shows every hop to the destination
  • Flatten chains to a single hop to preserve value
  • Watch the map for loops and break them
Julien Jimenez
Written by

Julien Jimenez

Julien Jimenez is an independent software builder based in Paris. He designs, ships, and operates focused SaaS products for small businesses and independent professionals. Read the full author page.

A deep link audit whenever you need one

On demand link and redirect audits for SEO. DeadLinkr is built to help you put this into practice.

Run an audit

More from the DeadLinkr blog