isaeo
Home / Blog / Technical SEO
Technical SEO

Broken Links and Redirect Chains: What to Fix First

Published 2026-08-17 · 6 min read · by the isaeo team

In short

Fix internal 404s first — they waste crawl budget and dead-end real users. Then collapse redirect chains so every internal link points at its final destination. External broken links matter least for rankings but most for perceived quality, so batch them last.

Why a broken page scores zero

In this product's scoring model a page returning 4xx or 5xx scores a hard zero — not a deduction, not a penalty applied to an otherwise decent score. Zero. The reasoning is simple: a broken page has no SEO value whatsoever, no matter how good its title tag is.

That has a useful consequence when you're reading a site-wide average. A handful of broken pages drags the mean down sharply, which is intentional. It should be impossible to have a comfortable health score while serving errors.

Worth separating two different problems that both show up as 404s: pages on your site that are broken, and links on your site pointing at broken things elsewhere. The first is yours to fix. The second is maintenance.

What redirect chains cost

A redirect chain is A → B → C. Each hop costs a round trip, and crawlers give up after a handful of them. Three costs, in order of how much they matter:

The fix is unglamorous: update the source links to point at the final URL. Leave the redirects in place for external inbound links, but stop routing your own navigation through them.

See this on your own site. isaeo audits up to 10 pages free — no card, no trial timer. You get an SEO health score, an AEO score and a prioritised fix list.

Run a free audit →

The order to fix them

  1. Internal 404s. Highest priority. A link in your own nav or body copy pointing at a dead page is entirely self-inflicted. Fix the link, or restore the page.
  2. Broken pages that receive traffic or links. Redirect them to the closest live equivalent — not blanket-redirected to the homepage, which engines increasingly treat as a soft 404.
  3. Redirect chains in internal links. Repoint to the destination.
  4. External broken links. Lowest ranking impact, real credibility impact. Batch these monthly; the web rots underneath you and this never finishes.

One caveat on link reports: most crawlers cap how many links they'll verify per run, so a clean report on a large site may mean "clean within the cap". Check whether yours reports a skipped count.

Staying clean

Broken links are a maintenance problem, not a project. The useful cadence is a scheduled crawl that diffs against the previous run, so you see new breakage rather than re-reading the same list — which is exactly what change tracking is for.

Two habits prevent most of it: when you delete or rename a page, grep for internal links to it before deploying; and when you migrate, export the old URL list first so you can verify every one resolves afterwards.

Try it on a site you care about

isaeo checks links during the crawl and reports broken URLs and redirects with the pages they were found on.

Start free — 10 pages, no card

Need full-site crawls, scheduled audits and white-label reports? Compare plans →

Frequently asked questions

Do broken links hurt SEO?

Internal broken links do — they waste crawl budget, dead-end users and strand any signals the page held. Broken outbound links to other sites have little direct ranking effect but damage perceived quality.

Should I redirect all deleted pages to the homepage?

No. Bulk redirects to the homepage are commonly treated as soft 404s because the destination doesn't fulfil the original intent. Redirect to the closest equivalent page, or return a genuine 410 if nothing fits.

How many redirects in a row is too many?

Keep it to one hop wherever you control the link. Crawlers follow a limited number of consecutive redirects before giving up, and each hop adds latency for real users.