Click Track Data & Marketing
Back to Blog
Broken Links Means

What Broken Links Means for Your Site and Rankings

David Esau August 17, 2026 9 min readMarketing
What Broken Links Means for Your Site and Rankings

Quick Answer

A broken link means a hyperlink that fails to load the page, file, or resource it points to, usually because that destination was moved, deleted, or is temporarily unreachable. When a visitor or a crawler like Google Search Console hits one, they typically get a 404 status code instead of content. That wastes crawl budget, frustrates visitors, and can cost you the ranking value a page once earned. Click Track Marketing treats these fixes as basic site infrastructure, not busywork.

Key Takeaways

Broken links means lost crawl budget, lost link equity, and lost visitor trust, and fixing them properly requires redirects, restored content, and ongoing monitoring rather than a single cleanup pass.

PointDetails
Definition mattersA broken link fails to load its destination, whether it returns a 404, 410, or a deceptive soft 404.
Migrations spike breakageSite redesigns and URL changes cause the most broken links when redirects aren't mapped in advance.
Redirects preserve valueA 301 redirect passes link equity forward; deleting a page without one throws that value away.
Match tools to site sizeGoogle Search Console works for any site; Screaming Frog, Ahrefs, Semrush, and Xenu Link Sleuth scale up for larger crawls.
Verify the fixRe-crawl immediately, then watch index and traffic reports for 2 to 6 weeks and link equity effects for about 3 months.
Click Track Marketing's roleClick Track Marketing builds redirect mapping into site redesigns and measures recovery through revenue attribution.

Quick Toolbox to Start Your Audit

  • Google Search Console, Screaming Frog, Ahrefs, Semrush, Xenu Link Sleuth, and browser extensions for spot checks.

Table of Contents

What Counts as a Broken Link?

A broken link is any hyperlink that leads to a page or file that no longer loads correctly. That includes an internal link pointing to a deleted blog post, an outbound link to a resource another site took down, or an embedded image whose file was removed from your server.

You'll see a few overlapping terms in tools and reports:

  • Broken link or dead link: the destination fails to load.
  • Link rot: the gradual buildup of broken links across a site over time, as TechTarget explains.
  • Content drift: the page loads fine (a 200 OK response) but the content has changed so much it no longer matches what the link promised.

Not every broken link returns the same error. Some show a plain 404, others return 410, and some display a "soft 404," a page that looks broken to a human but technically returns a success code.

What Causes Broken Links?

Most broken links trace back to a handful of routine, avoidable events. Recognizing the pattern helps you catch problems before they pile up.

  • Pages get deleted without a redirect in place.
  • URL structures change during a redesign or CMS switch.
  • Typos creep into hand typed URLs.
  • Site migrations move content to new addresses.
  • Servers go down or domains expire without renewal.
  • External sites remove or relocate the pages you linked to.

Migrations deserve special attention. Moving a site to a new platform or domain almost always changes URL patterns, and TechTarget's research points to poor redirect planning during these moves as one of the leading causes of link rot. A single mistyped slug in your CMS can quietly break dozens of internal links overnight.

How Do Broken Links Show Up in Reports?

Broken links present themselves through specific HTTP status codes, and each one tells a slightly different story.

  • 404 Not Found: the page doesn't exist at that address anymore.
  • 410 Gone: the page was removed on purpose and won't return.
  • 403 Forbidden: the server is blocking access to that URL.
  • 5xx errors: the server itself is having a problem, often temporary.

Soft 404s are the trickiest kind. The server returns a 200 OK, but the page shows an error message, a blank template, or content unrelated to what the link promised. Automated crawlers often miss these entirely, which means a page can sit broken in practice for months while your reports show it as healthy.

Types of Broken Links You Should Audit Separately

Not all broken links carry the same weight, so it helps to check each category on its own.

  • Internal broken links: links within your own site pointing to pages you deleted or moved.
  • External outgoing links: links on your pages pointing to other sites that removed the content.
  • Broken backlinks: links from other sites pointing to pages you deleted, which cuts off inbound link value.
  • Broken media and fragment links: missing images, dead PDF downloads, or anchor links pointing to a section that no longer exists on the page.

How Do Broken Links Hurt SEO and User Experience?

Broken links hurt SEO by wasting the limited time search engines spend crawling your site and by cutting off link equity that used to flow into your pages, according to Bitly's research on link rot. When a crawler spends its budget hitting dead ends, it has less time to find and index your good content.

The user experience cost is just as real. A visitor who clicks a dead link bounces, and repeated dead ends erode trust in your site faster than almost any other technical issue.

  • Crawl budget gets spent on pages that return nothing useful.
  • Link equity from old backlinks disappears when the target page is gone without a redirect.
  • Bounce rates climb and engagement drops.
  • Repeated bad experiences damage brand trust over time.

Here's the fix that matters most: a 301 redirect passes most of that lost link equity to the new destination, according to Semrush's guidance on broken links, while simply deleting a page without one throws that value away.

How to Find Broken Links on Your Site

Small sites can often get by with manual spot checks, clicking through main navigation and key landing pages once a month. Anything beyond a few dozen pages needs automated scanning, because manual review misses too much and doesn't scale.

Here's how the standard toolkit breaks down:

  • Google Search Console: free, and the first place to check. It surfaces crawl errors and 404 reports directly from Google's own index.
  • Screaming Frog: a desktop crawler well suited to mid-size sites, with a free tier capped at 500 URLs and a paid version that adds scheduling and deeper export options.
  • Ahrefs: strong for finding broken backlinks specifically, since it tracks who links to you and flags when those links point to dead pages.
  • Semrush: pairs site audit crawling with backlink monitoring in one dashboard, useful if you want both in a single paid subscription.
  • Xenu Link Sleuth: an older, free desktop tool that still does a solid job of a straightforward full site crawl, particularly for detecting broken links on smaller or legacy sites.
  • Browser extensions and CMS plugins work well for one-off checks on a single page without running a full crawl.

Pro Tip: Run a full crawl before and after any site migration or redesign. Comparing the two reports side by side catches broken redirects that a single scan would miss entirely.

How to Fix Broken Links Step by Step

Fixing broken links works best as a repeatable process rather than a one-off cleanup.

  1. 1Identify every broken link using Search Console or a crawler like Screaming Frog.
  2. 2Triage by impact. Pages with real traffic or strong inbound backlinks go first.
  3. 3Update internal links so they point to the correct current URL.
  4. 4Restore or replace content when the original page still has value to visitors.
  5. 5Set a 301 redirect when the page moved permanently, so link equity carries over.
  6. 6Return a 410 status when content was removed on purpose and won't come back.
  7. 7Remove or update outgoing links to external pages that no longer exist.

Pro Tip: Use a 301 redirect when the content lives somewhere else now. Use a 410 when you deliberately killed the page. A 410 tells search engines to drop it from the index faster than a 404 would, which keeps your crawl reports cleaner.

Preventing Broken Links Before They Happen

Regular audits and stable URL practices, as Search Engine Journal recommends, keep link rot from creeping back in after you've cleaned it up once.

  • Schedule crawls on a set cadence: monthly for small sites, quarterly for medium sites, weekly or continuous for large or fast changing ones.
  • Set up alerts in Search Console so new 404s surface quickly.
  • Keep a redirect map any time you restructure URLs or migrate platforms.
  • Adopt a clean, stable URL naming policy so slugs rarely need to change later.
  • Add a broken link check to your deployment or publishing checklist before content goes live.

How to Confirm a Fix Actually Worked

Fixing a broken link isn't the finish line. Confirming the fix took hold, and that it helped, closes the loop.

  • Re-crawl the fixed pages right away to confirm the new status code is correct.
  • Watch Search Console's index and 404 reports over the next 2 to 6 weeks for changes.
  • Track organic traffic on key landing pages, watching for recovery over roughly 3 months as link equity settles.
  • Monitor whether recovered backlink value shows up in ranking movement for the pages you fixed.
  • Tie traffic changes back to the specific fix using analytics or a revenue attribution setup, so you know the repair actually mattered to the business.

What Click Track Marketing Does Differently on Link Fixes

We treat broken link cleanup as infrastructure for Answer Engine Optimization, not a checkbox task. We prioritize pages by revenue potential and AI citation risk first, then fix everything else in order behind them.

Get Your Broken Links Fixed Without Losing Rankings

Fixing broken links is only half the job. The other half is proving the fix mattered, which is where most DIY cleanups stop short. Click Track Marketing builds redirect maps and migration playbooks directly into every website redesign, so link equity survives the move instead of disappearing into a pile of new 404s.

Click Track Marketing

We also track what happens after the fix. Instead of guessing whether a repaired page recovered, our revenue attribution reporting shows exactly which pages regained traffic and which ones turned that traffic into actual leads. If your site has been bleeding rankings to old broken links and you want a partner who treats the fix as infrastructure rather than a one-time patch, start with our free AEO checklist to see where your site stands today.

Sources

Free Audit · No Obligation

Want to know exactly which marketing is making you money?

Get a free attribution audit — we'll show you where your leads and revenue actually come from. Answer two quick questions to start.

Protected by reCAPTCHA. The Google Privacy Policy and Terms of Service apply.

Frequently Asked Questions

Identify the broken URL with a crawler or Search Console, then either update the link, restore the content, set a 301 redirect to the correct page, or return a 410 if the content is gone for good.
Visitors hit an error page and often leave, while search engines waste crawl budget on the dead URL and any link equity pointing to it stops passing value. [![Broken Link in SEO | What is Broken Link? Causes, Effects & Fixing Broken Links](https://i.ytimg.com/vi/El1WT7yk3kE/hqdefault.jpg)](https://www.youtube.com/watch?v=El1WT7yk3kE)
A common example is a blog post linking to an old product page that was deleted during a site redesign, which now returns a 404 instead of the product.
Links usually break because a page was deleted, a URL structure changed without a redirect, someone made a typo, or the destination server went down or expired.

Want Your Business to Be the AI Answer?

Book a free strategy call and we'll show you exactly where your brand appears (and doesn't) in ChatGPT, Perplexity, and Google AI Overviews.

View Our Case Studies

They set up automation for every pipeline stage, so nothing falls through the cracks. David and his team are genuinely invested in our success.

Christopher Whitney · Google Review