What is Link Rot? Statistics and Prevention

Link rot is the process by which hyperlinks pointing to web pages, servers, or other resources become permanently unavailable.

The Scope of the Problem

The web is inherently ephemeral. When you link to a URL, you are not embedding the content; you are providing a directional sign to a specific server configured in a specific way at a specific moment in time.

According to a comprehensive 2024 study by the Pew Research Center, the decay rate of the web is alarming:

  • 38% of webpages that existed in 2013 are inaccessible today.
  • 8% of pages that existed just one year ago (2023) are already dead.
  • 54% of Wikipedia pages contain at least one broken link in their references section.

Common Causes

Link rot rarely happens maliciously. It is usually the result of administrative churn:

  1. Domain Expiration: The owner stops paying for the domain name.
  2. CMS Migration: A site moves from WordPress to a static site generator, changing URL structures without setting up 301 redirects.
  3. Business Closure: The entity hosting the content ceases to exist.
  4. Content Pruning: News organizations or blogs deleting old archives to save space or limit liability.

Reference Drift

A more insidious form of link rot is Reference Drift (or Content Drift). The URL still works and returns a 200 OK status, but the content has changed entirely.

If a legal ruling cites a blog post, and the author later edits that post to say the opposite, the citation is broken even if the link is not.

Prevention and Mitigation

Relying on the live web for citations is professional negligence in law, academia, and journalism. The solution is proactive archiving.

Method Pros Cons
Internet Archive (Wayback Machine) Free, ubiquitous, automated. Respects robots.txt, struggles with JS, unverified chain of custody.
Perma.cc Cryptographically secure, court-accepted. Paid/institutional access required for large volume.
WebCite (Defunct) Was a pioneer in academic archiving. A prime example of why relying on a single archive is risky—it rotted itself.
Self-Hosted (ArchiveBox) Total control, private. Requires server maintenance, storage costs.

Frequently Asked Questions

Does a 301 Redirect fix link rot?

Yes, if implemented correctly. A 301 (Permanent Redirect) tells the browser and search engines where the new content lives. However, maintaining 301s requires the original domain owner to keep paying for the domain and server indefinitely.

Can I recover a rotted link?

Usually. Paste the dead URL into the Multi-Archive Tool. If it was popular, the Wayback Machine or archive.today likely captured it before it died.