Dead links do affect SEO, but not through a direct ranking penalty. Google’s own guidance confirms that 404 errors are not a negative quality signal on their own. The real damage is indirect: broken links waste crawl budget, interrupt the flow of PageRank across your site, and degrade the user experience in ways that suppress rankings over time. The sections below cover each mechanism in detail, including how to find dead links and what to do once you find them.
How do dead links damage your site’s crawl budget?
Dead links damage your crawl budget by forcing Googlebot to spend requests on URLs that return nothing useful. Google allocates a finite number of crawl requests to each site within a given timeframe. Every request that hits a 404 response is a request that could have been used to discover or re-index a page that actually matters.
For small sites under a few hundred pages, this is rarely a pressing concern. For larger sites, the math becomes significant. If 5% of a site’s internal links are broken, roughly 5% of the crawl budget is wasted on dead ends. On a site with thousands of pages, that translates to hundreds of missed crawl opportunities every day, which means important content can go weeks without being re-indexed after an update.
Redirect chains compound the problem. Google follows up to five chained redirects in a single crawl session, and each hop in that chain consumes crawl resources. A broken link at the end of a redirect chain wastes every step that preceded it.
One practical fix worth knowing: returning an HTTP 410 status for permanently removed content is more efficient than leaving a 404. Googlebot places 404 URLs into a retry queue and continues recrawling them over weeks. A 410 communicates finality faster, prompting Google to stop requesting the URL and freeing that crawl capacity for live content. Google Search Console’s Crawl Stats report, found under Settings, shows the volume of 4xx errors your site is generating and gives you a clear picture of how much budget is being lost.
What happens to PageRank when internal links are broken?
When an internal link points to a broken URL, the PageRank that link would have passed simply stops. It does not redistribute to other pages. It does not flow to the next link in the chain. The link equity that should have moved from a high-authority page to a target page disappears into a 404 response, leaving the destination page weaker than it should be.
Internal links are the primary mechanism for distributing authority across a site. A well-structured internal linking architecture flows PageRank from high-authority pages, typically the homepage and top-traffic posts, downward to the pages you want to rank. Broken internal links interrupt that flow at the exact point where it matters most. This is why broken internal links are considered more damaging than broken external ones from a pure PageRank perspective.
The scale of this problem is wider than most teams realise. According to research cited by Semrush, a substantial proportion of websites have broken internal links, making this one of the most common and impactful technical SEO issues in practice. Sites with fragmented internal architecture, including broken and orphaned links, have been particularly affected by recent Google core updates that targeted pages buried or disconnected from the rest of the site.
The fix for a broken internal link depends on whether the destination page still exists. If it does, updating the link URL resolves the issue immediately and restores the equity flow. If the page has been removed, a 301 redirect to a closely related page preserves close to 100% of the original PageRank. Google’s Gary Illyes confirmed that 30x redirects pass essentially full PageRank, which means a well-targeted 301 is a near-complete recovery. The key word is “well-targeted”: the destination must match the intent of the original page, or Google may treat the redirect as a soft 404 and ignore it.
One distinction worth flagging for SEO professionals managing internal link strategy is the difference between dofollow vs nofollow links. A dofollow internal link passes PageRank to the destination page. A nofollow internal link does not, regardless of whether the destination URL is live or broken. If your internal linking strategy relies on nofollow attributes, those links contribute nothing to PageRank distribution even when they work perfectly. Auditing your internal link types alongside your broken link audit gives you a complete picture of where equity is and is not flowing.
Do broken external links on your site hurt your rankings?
Broken external links on your site cause indirect harm rather than triggering a direct ranking penalty. Google does not issue manual penalties for broken outbound links. However, a site with many broken external links signals poor maintenance and outdated content, which can erode the trust signals that contribute to rankings over time.
The primary damage from broken outbound links is to user experience. A visitor who clicks an external link and lands on a 404 page loses confidence in your site’s reliability. Research from Ahrefs found that a large proportion of links to sites created over the past decade are now dead, making this a near-universal problem for sites with older content. The longer a piece of content has been live without a link audit, the more likely it is to contain broken outbound references.
From an SEO priority standpoint, broken external outbound links rank below broken internal links and broken inbound backlinks. Fix them during regular audits, but do not let them distract from the higher-impact issues. The exception is when a URL on your site changed after an external site had already linked to the old URL. In that case, the backlink is now pointing to a 404 on your domain, and that lost inbound link equity is worth recovering through a 301 redirect.
What’s the difference between a 404 error and a soft 404?
A hard 404 error occurs when a page does not exist on the server and the server correctly returns a 404 HTTP status code. A soft 404 occurs when a page returns a 200 (success) status code but displays content that tells the user the page cannot be found. The distinction matters because soft 404s mislead search engines while hard 404s communicate clearly.
Hard 404s are straightforward to handle. Google does not immediately deindex a page the first time it sees a 404 response. It recrawls the URL several times over days or weeks before removing it from the index. Google Search Advocate John Mueller has stated that 404s and 410s are not a negative quality signal. “It’s how the web is supposed to work.” The indirect effects, including crawl budget waste and link equity loss, are the real concern, not the status code itself.
Soft 404s are more problematic. Common triggers include pages that display “no longer available” messages while returning a 200 status, out-of-stock product pages with no alternative content, and catch-all redirects that send all deleted pages to the homepage. Google has become increasingly effective at identifying catch-all redirects as soft 404s, and when it does, it ignores the redirect rather than passing any link equity to the destination. Soft 404s appear separately in Google Search Console from standard 404 errors, so checking both reports gives you the full picture.
The practical rule for SEO teams: use a 404 if a page might return in the future, use a 410 if it is gone permanently, and never redirect deleted pages to the homepage as a blanket solution.
How do dead links affect user experience and bounce rate?
Dead links damage user experience by ending a visitor’s journey at a dead end. When someone clicks a link and lands on a 404 page, the most common response is to hit the back button and leave the site. This drives up bounce rate and reduces the time-on-site signals that indicate content value to search engines.
The trust impact extends beyond the individual session. Industry research consistently shows that visitors who encounter broken links lose confidence in the site’s reliability and are significantly less likely to return or convert. For e-commerce sites, the consequences are concrete: a broken link on a high-traffic product or checkout page translates directly into lost revenue, not just lost rankings.
The long-term SEO consequence is cumulative. A site where visitors regularly encounter dead links builds a pattern of poor engagement signals, higher abandonment rates, and reduced return visits. None of these are direct ranking factors in isolation, but together they suppress the organic performance of the affected pages over time. A dead link audit is therefore as much a conversion and retention issue as it is a technical SEO task.
How can you find all dead links on your website?
The most reliable approach to finding dead links combines Google Search Console with a dedicated crawl tool such as Screaming Frog SEO Spider or Ahrefs Site Audit. Each tool surfaces a different category of broken links, and using them together gives you complete coverage across internal links, outbound links, and broken inbound backlinks.
Google Search Console
Google Search Console is the starting point for any broken link audit. Navigate to Pages, then Not Indexed, then Not Found (404) to see every URL Google has already discovered returning a 404 error. Clicking any URL in that list shows you which pages on your site link to it, which tells you exactly where to make the fix. The Crawl Stats report under Settings shows the percentage of crawl requests resulting in 4xx errors, giving you a site-wide health indicator.
Screaming Frog and premium SEO tools
Screaming Frog SEO Spider crawls your entire site and identifies broken internal and external links in one pass. Run a crawl, open the Response Codes tab, and filter for Client Error (4xx). The lower pane shows which pages contain each broken link, making it straightforward to prioritise fixes by page importance. The free version of Screaming Frog handles up to 500 URLs; the paid licence removes that limit.
Ahrefs Site Audit covers broken internal links across a full crawl and includes two additional reports that Google Search Console and Screaming Frog do not provide: the Broken Backlinks report, which identifies external sites linking to 404 pages on your domain, and the Outgoing Links Broken report, which surfaces broken external links your pages are sending visitors to. For sites where recovering lost link equity from inbound backlinks is a priority, the Ahrefs Broken Backlinks report is the most valuable single report in this category.
The recommended workflow for most sites is to run Screaming Frog monthly for sites under 10,000 pages, cross-reference findings with Google Search Console data, and run an Ahrefs or Semrush audit quarterly to catch broken backlinks. For high-priority pages such as the homepage, primary product pages, and top-traffic blog posts, a manual review of every link takes roughly ten minutes and catches the issues that matter most before any tool flags them.
Should you redirect, restore, or remove a dead link?
The right action for a dead link depends on three factors: whether the page has inbound backlinks, whether the content still has search demand, and whether a closely related live page exists. The decision follows a clear framework: redirect if the page has link equity worth preserving, restore if the topic still attracts search traffic, and remove or leave as a 404 if neither condition applies.
When to set up a 301 redirect
A 301 redirect is the correct fix when a page has moved to a new URL or when external sites have linked to the old URL. A properly implemented 301 passes close to 100% of the original page’s PageRank to the destination, based on Google’s official guidance from Gary Illyes. The destination page must match the content and intent of the original. Redirecting to an unrelated page, or to the homepage as a catch-all, causes Google to treat the redirect as a soft 404 and ignore it entirely. Redirect chains, where multiple redirects occur between the original URL and the final destination, should be simplified to a single hop to avoid unnecessary crawl overhead and equity dilution.
When to restore the page
Restoring a deleted page is often the highest-return option when the page attracted quality backlinks and the topic still has active search demand. Ahrefs recommends asking why a page with strong backlinks was removed in the first place before defaulting to a redirect. If the content is still relevant, republishing it recovers both the rankings and the link equity without the slight uncertainty that comes with a redirect.
When to remove or leave the link
For dead pages with no backlinks and no suitable redirect target, the cleanest fix is to remove the internal links pointing to the broken URL or replace them with links to a relevant live page. Leaving an internal link pointing to a 404 serves no purpose: it wastes crawl budget, loses link equity, and risks a poor user experience. For broken external outbound links, either update the URL to the current address of the linked resource or remove the hyperlink if no equivalent page exists.
After making any fix, use the Validate Fix button in Google Search Console to notify Google that the issue has been resolved. This prompts Google to recheck the URL sooner than it would through routine crawling. Managing this process at scale across a large WordPress site is one area where an integrated SEO workflow makes a measurable difference, combining automated detection with the human judgment needed to prioritise which dead links to redirect, restore, or remove.