TMOD LogoTMOD

Broken link checker

Probes up to 40 internal and outbound links to find dead destinations.

What TMOD checks

  • Collects links from the crawled pages and probes up to 40 of them for a live response.
  • Runs the probes at concurrency 10 with an 8-second timeout each, so a single unresponsive host cannot stall the scan.
  • Reports the specific failing URLs and their status codes rather than only a count.
  • Covers both internal and outbound links, since both damage the experience even though they fail for different reasons.

Why it matters

Broken links are the clearest available signal that a site is not maintained. One is an accident; a page full of them tells a visitor, and a reviewer, that nobody has looked at this content in a long time.

Broken internal links are the more serious kind. They waste crawl budget, strand pages that were only reachable through them, and interrupt a visitor mid-task. They usually appear after a restructure, when old URLs were updated in navigation but not inside article content.

Outbound links break through no fault of yours, sites move, companies close, articles get pulled. That is why the check exists as ongoing maintenance rather than a one-time fix. An older site accumulates these steadily, and nobody notices until someone checks.

How to fix it

01Fix internal links at the source

When a URL changes, add a 301 from the old one and update the links in your content. The redirect protects external links you cannot control; updating internal links keeps the crawl clean rather than routing it through redirects.

02Replace dead outbound links properly

Find the resource at its new home, or a good equivalent, and link that. If the source is genuinely gone, an archive.org link preserves the reference. Silently deleting the link often leaves a sentence citing evidence a reader can no longer check.

03Return real 404s

A missing page must return a 404 status, not a 200 with a 'not found' message. Soft 404s make every dead URL look like a real thin page to a crawler, which is worse than the broken link.

04Re-check after any restructure

Changing a permalink format, migrating a CMS or reorganising categories breaks links in bulk. That is the moment to re-run this and the rest of the technical checks, not six months later.

Link rot is a schedule, not a one-off fix

Outbound links decay whatever you do. Companies close, publications reorganise their URLs, documentation moves to a new version and drops the old one, and personal sites disappear when a renewal is missed. An article that was carefully sourced when it was written accumulates dead references at a rate nobody controls, and the older and better the article, the more it has.

That makes this maintenance rather than a task with an end. A pass every few months over the pages that actually earn traffic is enough, and it pairs naturally with the freshness review you would be doing on those pages anyway. The pages nobody visits can wait, since the cost of a dead link is paid by readers and there are none.

Internal links are the ones to fix immediately, because they are entirely yours. They break in bulk at a specific moment, a permalink change or a migration, and they strand any page that was only reachable through them. If the sitemap still lists the old URLs as well, the crawl spends its budget confirming that a set of pages you deleted are still deleted.

What to do with a dead reference

First look for the resource at its new home, since most of the time the page moved rather than vanished. Searching the exact title usually finds it in one attempt, and linking the current location is better for the reader than anything clever.

When it is genuinely gone, an archive snapshot preserves the reference and lets a reader check the claim you attached to it. That matters more than it looks: silently deleting the link leaves a sentence asserting something with the evidence removed, which is a worse outcome than the broken link was.

If neither is available, edit the claim rather than the link. A statement whose only support has disappeared should be softened, attributed differently, or cut. And when you fix internal links, update them in the content rather than relying on the redirect to keep working, because a chain of redirects accumulated over three migrations eventually ends somewhere nobody intended, usually at a canonical that no longer matches.

Questions

Why only 40 links?

Checking every link on every crawled page means thousands of requests against third-party servers, which is slow and impolite to sites that never asked to be probed. Forty links sampled at concurrency 10 reliably surfaces systemic problems, a dead link in a footer that appears on every page, a retired external resource cited repeatedly, without hammering anyone.

A link is reported broken but works in my browser.

Common causes: the destination blocks automated requests by user agent, it is geo-restricted, it requires a login, or it responds slower than the 8-second timeout. These are worth knowing about even when the link works for you, because a search crawler will hit exactly the same wall.

Do broken outbound links hurt rankings?

Not directly and not much. The measurable damage is to visitors, and the indirect signal is one of neglect. A handful on a large site is normal and not worth worrying about; a page where half the references are dead is a different message entirely.

This check runs inside the technical SEO audit

Checking one thing costs the same as checking everything, the crawl is the expensive part, not the checks.

Open it