Do Broken Links Hurt SEO? What Google Actually Says
The honest answer has two halves. No — a 404 error does not trigger a penalty, and Google has said for years that 404s are a normal part of the web that won't drag down the rest of your site. Yes — broken links still cost you rankings, just indirectly: they sever the paths crawlers use to find your pages, throw away the value of links you've earned, and hand visitors a reason to leave. Understanding both halves tells you what's actually worth fixing.
What Google says about 404s
Google's position, repeated across its documentation and by its search advocates, boils down to three points:
- 404s are normal. Every site accumulates them; the web is in constant flux. Google's crawler expects them.
- A 404 doesn't harm your other pages. There is no sitewide "404 penalty." A pile of not-found errors in Search Console is not, by itself, a ranking problem.
- Some 404s are correct. If content is genuinely gone, returning 404 (or 410) is exactly what Google wants — not a redirect to an irrelevant page, which gets classified as a soft 404.
So if anyone promises that "removing 404 errors" will directly boost rankings, that's not how it works. What matters is not the error itself — it's the links pointing at it.
The four ways broken links actually cost you
1. Broken internal links cut off crawl paths
Search engines discover your pages by following links from pages they already know. Every internal link is a corridor; a broken one is a bricked-up doorway. If a section of your site is reachable mainly through links that now 404, crawlers reach it less often — new content there gets indexed slower, and updates take longer to be noticed. Each hit on a dead URL also spends a crawl request that could have fetched a real page; on large sites that adds up to genuinely wasted crawl budget.
2. Inbound links to dead pages leak authority
This is the expensive one. When another website links to your page, that link passes authority — the currency of ranking. When you delete or rename the page without a redirect, the link now points at a 404, and everything it passed evaporates. The linking site rarely updates its link; the loss is silent and permanent until you act.
The fix is called link reclamation: find your 404 URLs that have inbound links (Search Console's not-found report, or any backlink tool), and 301-redirect each to the closest living equivalent. It is routinely the highest-ROI hour in technical SEO, because the authority already exists — you're just reconnecting the wire.
3. Visitors bounce off error pages
A visitor who clicks a broken link hits a dead end, and many respond by leaving the site — often back to the search results they came from. Whatever one believes about how engagement feeds ranking systems, the first-order effect is undisputed: the visit you worked to earn ended on an error page instead of a signup, a purchase, or another article read.
4. Dead outbound links mark a page as stale
A page whose references half-lead to dead domains reads as abandoned — to users deciding whether to trust it, and in Google's quality guidelines, where broken links are listed among the signs of an unmaintained page. Content that looks unmaintained struggles to demonstrate the freshness and care that competitive queries demand. External links die on their own schedule (about 38% of pages from 2013 were gone by 2023), so even a perfect page decays without periodic checks.
What to fix first: a priority order
| Priority | Problem | Fix |
|---|---|---|
| 1 | 404 URLs on your domain that have inbound links or traffic | 301 redirect to the closest relevant live page |
| 2 | Broken internal links on navigation, home, and high-traffic pages | Update the link at the source to the correct URL |
| 3 | Broken internal links elsewhere | Update or remove as you touch each page |
| 4 | Dead outbound links on important content | Replace with a live source or an archived copy |
| 5 | 404s nothing links to | Leave them — they're harmless |
Detailed instructions for each row are in how to fix broken links.
How to find the problems in the first place
Two directions, two tools, both free:
- Links on your pages — scan them where they live. Open a page in Chrome, run Broken Link Checker, and every link on it is tested in seconds, with dead ones highlighted in place and exportable to CSV. Do this for your key pages and every new article before publishing.
- Links pointing at your site — check Google Search Console's Indexing → Pages report for "Not found (404)". Those URLs were reached by real crawls, often via other sites' links — prime candidates for reclamation redirects.
A wider comparison of scanning approaches — extensions, site crawlers, Search Console — is in how to find broken links on any website.
The bottom line
Broken links won't get your site penalized — Google is clear about that. But they quietly tax everything SEO depends on: crawlability, the link equity you've already earned, and visitors' willingness to stay. The tax compounds as links rot over time. A short scan of the pages that matter, once a month, keeps it near zero.