π Why Broken Links Hurt Your SEO Rankings
Broken links are one of the most common and most damaging on-page SEO issues. A broken link is any hyperlink that returns a 4xx or 5xx HTTP status code β most commonly a 404 Not Found. Every broken link on your site wastes Googlebot's crawl budget, leaks PageRank that should flow to live pages, and signals to Google's quality raters that your site is poorly maintained.
01
Crawl Budget Waste
Googlebot follows every link it finds. Broken links consume crawl budget without indexing any useful content β meaning your important pages get crawled less frequently.
02
PageRank Leakage
Links pointing to 404 pages waste link equity. That PageRank disappears instead of flowing through your site to boost ranking power on live pages.
03
Quality Signals
Google's Search Quality Rater Guidelines explicitly list broken links as a sign of low-quality, poorly-maintained content. Sites with many broken links receive lower quality scores.
04
User Experience
Users who click broken links bounce immediately β increasing your bounce rate and reducing dwell time, both of which are negative user engagement signals.
π§ How to Fix Broken Links
- Broken internal links β Update the URL to the correct live page, or set up a 301 redirect from the old URL to the new one.
- Broken external links β Find a replacement page using the Wayback Machine (web.archive.org) or replace with an alternative authoritative source.
- Redirect chains β Update links to point directly to the final destination URL to avoid PageRank dilution through redirect hops.
- Images without alt text β Add descriptive alt attributes to every image:
<img src="image.jpg" alt="descriptive keyword phrase"> - Mailto links β Verify email addresses are still active. Consider replacing exposed email addresses with contact forms to reduce spam.
π
When to Run a Broken Link Audit
Run a broken link audit at minimum once per month for active sites, and immediately after any site migration, CMS upgrade, or domain change. External links break most often β third-party sites change URLs, get acquired, or shut down entirely without notice. Internal links break when you delete or rename pages without setting up proper 301 redirects.
β Frequently Asked Questions
What is a broken link and how does it affect SEO?+
A broken link (dead link) is a hyperlink that points to a page or resource that no longer exists, returning a 404 Not Found or similar HTTP error. Broken links hurt SEO by: (1) wasting Googlebot crawl budget, (2) leaking PageRank to non-existent pages, and (3) signaling to Google's quality raters that your site is poorly maintained. Fix all internal broken links immediately and replace or remove broken external links.
What is the difference between a 404 error and a redirect?+
A 404 error means the requested page does not exist β the server confirmed the URL is dead. A 301 redirect is permanent and passes ~90β99% of link equity to the destination. A 302 redirect is temporary and may not pass full link equity. Both should be updated to point directly to the final destination URL to avoid redirect chains and preserve maximum PageRank flow.
How often should I check for broken links?+
Check for broken links at minimum once per month for active sites. Run an immediate audit after any site migration, CMS update, or domain change. External links are most prone to breaking β third-party sites change URLs, get acquired, or shut down without warning. Internal links break when pages are deleted or renamed without 301 redirects.
Why do images need alt text for SEO?+
Alt text (alternative text) serves two purposes: (1) Accessibility β screen readers use alt text to describe images to visually impaired users, which is a legal requirement in many countries. (2) SEO β Google cannot "see" images. Alt text is how Google understands what an image depicts, which affects both regular search rankings (Google associates the image content with the page's topic) and image search rankings. Missing alt text is a direct ranking signal gap.
Is this tool checking links live or simulating?+
This tool uses client-side heuristic simulation β it analyses URL patterns, domain structure, TLD reputation, URL length and path patterns to classify link health. It does not make live HTTP requests (which would be blocked by browser CORS policies). For production-grade live HTTP status checking, use tools like Screaming Frog, Ahrefs Site Audit, or the Google Search Console Coverage report alongside this tool for bulk extraction and classification.