What Does a Broken Link Actually Cost? The Answer Has Three Parts.

ToolHQ TeamSeptember 12, 20266 min read

What does a broken link actually cost?

The answer depends on which link, where it points, and how much authority had accumulated at the originating URL. But the framework for understanding the cost has three distinct components: crawl efficiency, authority flow, and user trust. Each operates independently, and a single broken link can impose costs on all three simultaneously.

A 404 error is a dead end for search engine crawlers. When Googlebot encounters a broken link during a crawl, it stops at that URL. The crawl budget allocated to that URL produces nothing: no indexed content, no followed links, no authority signals passed forward. For a site with limited crawl budget, a cluster of broken internal links means pages that might otherwise be discovered and indexed are not being reached. Google's John Mueller has stated that 30 to 40 percent of URLs in a typical Search Console account returning 404 errors is normal for sites with high content turnover, which sets a baseline but does not eliminate the cost.

How Fast Links Die

Broken links do not announce themselves. A page that was live when you published an article linking to it may return a 404 six months later when the source site restructures its URL scheme or removes the content. The scale of this problem across the web is larger than most website owners assume.

A 2021 study analyzed hyperlinks in over 550,000 New York Times articles published between 1996 and 2019. It found that 25 percent of links to specific pages were inaccessible at the time of the study, with the decay rate growing substantially with age: about 6 percent of 2018 links were dead, compared to 72 percent of 1998 links. The age of a link is the strongest predictor of whether it still works.

A 2014 paper published in the Harvard Law Review examined link rot in legal citations specifically. The researchers found that 70 percent of URLs within legal journals and 50 percent of URLs cited in US Supreme Court decisions no longer contained the originally cited material. This finding led directly to the creation of Perma.cc, a service developed by the Harvard Law School Library that creates permanent archived copies of cited web sources for courts and legal publications.

The Journal of the American Medical Association published findings in 2003 that roughly 50 percent of online references cited in medical journal articles became inaccessible within five years. The pattern is consistent across domains: news, medicine, law, and academic research all show similar decay curves. The only difference is pace: news links decay faster than academic links, which decay faster than government and institutional links.

Three Costs of a Broken Link

**Crawl efficiency.** Search engine crawlers have a limited budget of URLs they will process on your site in a given period. Each broken link consumes part of that budget on a URL that returns no indexable content. For large sites this is a manageable background cost. For smaller sites where crawl budget is constrained, broken internal links are a direct drag on how thoroughly the site is crawled and how quickly new content gets indexed.

**Authority flow.** Link equity flows through internal links. A pillar page with quality backlinks pointing at it passes a portion of that authority downstream through its internal links to supporting content. If a supporting article's URL changed without a 301 redirect, the internal link from the pillar page now points to a 404. The authority that would have strengthened the supporting page is lost. This effect is silent and accumulates over time as URL changes and content deletions leave orphaned links in place.

**User experience and trust.** A reader who clicks a link and encounters a 404 has a broken experience. For content that relies on the linked source to substantiate a claim, the broken link also signals unreliability to readers who notice it. For e-commerce sites, a broken link to a product page interrupts a potential purchase at the moment the user was acting on intent.

These three costs interact. A high-authority blog post linking to external research sources that have gone dead loses credibility with readers who check the sources, loses the authority it would have passed to those sources, and signals to crawlers that the page contains unresolved 404s. The value of the original content is partially undermined by outbound link decay.

Internal vs. External Broken Links

The priority order for fixing broken links follows from the costs above. Broken internal links are higher priority than broken external links because they directly interrupt authority flow within your own site and waste crawl budget on URLs you control.

For internal links, the fix is typically either updating the link to the correct current URL, or adding a 301 redirect from the broken URL to its replacement. A 301 redirect preserves the authority that has accumulated at the old URL and passes it through to the destination, which is the correct approach when content has moved rather than been deleted.

For broken external links, the options are to replace the link with a working equivalent source, remove the link entirely if no replacement exists, or update the content to no longer reference the missing resource. Using web archive services like the Internet Archive's Wayback Machine to link to archived versions of pages is also an option for high-value citations.

Conclusion

Sites with ongoing content production accumulate broken links over time as external pages disappear and internal URLs change. A site with 300 published articles and an average of five external links per article has approximately 1,500 outbound links to maintain. At a 10 percent annual decay rate, roughly 150 of those links may stop working each year without any action from the site owner.

An audit run annually on a site of that size would typically find 50 to 200 broken links depending on the age of the content and the link targets. Each broken link found and fixed is a crawl budget unit recovered, a piece of authority flow restored or gracefully ended, and a user experience failure prevented.

A broken link checker performs the crawl and returns the HTTP status code for each link on a page without requiring you to click every link manually. The time to run a check is measured in seconds. The time cost of not checking accumulates over months as link decay compounds across a growing content library. ToolHQ's broken link checker scans any page's outbound links and flags those returning 404 or other error codes, giving you an auditable list to work through without any manual clicking.

Frequently Asked Questions

Do broken links hurt SEO?

They can. Broken internal links waste crawl budget and interrupt authority flow between pages. Broken links on high-authority pages are more damaging than those on low-traffic content.

How quickly do external links go dead?

Research suggests roughly 50 percent of online references in academic publications become inaccessible within five years. News articles and research papers are the most common sources of link decay.

What is crawl budget and how do broken links affect it?

Crawl budget is the number of pages Googlebot processes on your site in a given period. Each broken link uses part of that budget to reach a dead end, reducing the pages that actually get crawled and indexed.

Try These Free Tools