Why Broken Links Are Bad for SEO, UX, and Your Reputation
9 July 2026 · 6 min read
Every broken link on your website is a small, quiet failure. The page still loads. The nav still works. But somewhere, a user clicked something and got nothing - or worse, a generic error page that makes your site look like it hasn't been touched since the early 2010s.
Individually, they're minor. Collectively, they're a signal: to users, to search engines, and to anyone deciding whether to trust you with their business.
What counts as a broken link
The obvious case is a 404 - a link that points to a page that no longer exists. But broken links show up in more forms than that:
- -4xx errors - 404 (not found), 403 (forbidden), 410 (gone). All mean the linked resource is unreachable.
- -5xx errors - the server crashed trying to serve the page. Temporarily broken, but still broken right now.
- -SSL errors - the link resolves, but the certificate is expired or mismatched. Browsers block these aggressively.
- -Redirect loops - A redirects to B which redirects back to A. No one gets anywhere.
- -Broken anchor links -
/docs#installationlooks fine, but if the heading was renamed, the fragment goes nowhere.
| URL | Issue | Status | Found on |
|---|---|---|---|
| /blog/old-post-title | ErrorBroken link | 404 | /blog/ |
| https://partner-site.com/api-docs | WarningBroken external link | 404 | /integrations |
| /docs#getting-started | WarningBroken anchor | - | /docs/ |
| https://old-cdn.example.com/logo.png | ErrorMissing asset | 403 | /about |
The SEO case against broken links
Search engine crawlers follow the same links your users do. When they hit a 404, they stop crawling that path. If your site has many broken internal links, crawlers waste their budget on dead ends instead of discovering your actual content. That's crawl budget wasted on nothing.
The more subtle problem is link equity - the ranking signal that flows through internal links. When you link from a high-traffic page to a broken URL, that signal evaporates. Fix the link, and suddenly that equity starts flowing again.
External broken links are less catastrophic for SEO, but they still signal neglect. A site that links to a defunct resource it linked to three years ago is, implicitly, a site nobody's maintaining. Search engines notice patterns.
The crawl budget angle
For small sites this rarely matters. For large sites - e-commerce stores with thousands of product pages, documentation sites, news archives - crawl budget is a real constraint. Google's crawlers won't spend unlimited time on your domain. Every broken link they follow is time they didn't spend indexing your good content.
The UX case
A user who clicks a broken link has one of two reactions: they go back and try something else, or they leave. Neither is good for your conversion rate. The frustrating part is that broken links often live in high-trust contexts - a "related article" link in a blog post, a "read more" in a product description, a call-to-action in an email newsletter that was live when you sent it but 404s six months later.
The trust case
Broken links are a proxy signal for maintenance. A site with broken links is a site nobody's watching. For B2B companies especially, where buyers scrutinize your website before getting on a call, this matters more than most marketing teams realize. A broken link on your pricing page or your case studies section is a small red flag that compounds with every other imperfection.
How links break in the first place
Links break for reasons that have nothing to do with carelessness - they're structural:
- -URL restructuring - you changed your blog slug format, your CMS auto-generated new URLs, you migrated to a new framework with different routing.
- -Third-party sites go offline - external resources you linked to get deleted, moved behind paywalls, or disappear entirely when companies shut down.
- -CDN and asset migrations - images and scripts move from one host to another. Old references keep pointing to the old location.
- -Content deletion - a product gets discontinued, a team member's profile gets removed, a landing page gets archived.
- -Typos and copy-paste errors - yes, these still happen. A missed slash, a wrong subdomain, a copied URL that had a tracking parameter stripped incorrectly.
None of these require negligence. They happen as a natural byproduct of a site that's alive and changing. Which is exactly why periodic scanning matters more than a one-time audit.
Finding them before they find you
The only reliable way to catch broken links is to crawl your site the same way a user (or search engine) would - following every link, checking every response, and reporting back on what failed. Manual checking doesn't scale past a handful of pages.
Try it now - it's free, no account needed
Up to 1,000 pages. Results in minutes.