What is Broken Link Checker?
A Broken Link Checker extracts links from a webpage and safely samples their destination status. It flags links that fail to resolve or return obvious 4xx or 5xx errors. Because unrestricted crawling can be abused, this implementation intentionally limits the number of unique destinations checked in one run.
Broken links interrupt user journeys, waste editorial references and can make older content feel neglected. They also complicate migrations when internal links keep pointing to deleted pages that no longer have a relevant replacement.
How to use the Broken Link Checker
- 1Enter the page URL.
- 2Let the tool extract link destinations from the fetched HTML.
- 3Review the sampled destinations that failed or returned an error status.
- 4Open broken links manually to confirm the issue is not temporary or caused by bot blocking.
- 5Update, remove or redirect the link depending on whether a genuine replacement exists.
Understanding the results
- 404 and 410 normally indicate missing resources.
- 5xx responses indicate a server-side problem at the destination.
- A network failure can mean DNS, timeout, TLS or blocking rather than a permanent broken page.
- A redirected link is not necessarily broken, but internal links should usually be updated to their final destination.
Common problems
- External research URLs disappear after a publication redesign.
- Internal slugs change without a redirect map.
- HTTP links redirect through several hops to HTTPS.
- Temporary security blocks are mistaken for permanent 404s.
- Relative links are malformed in template output.
How to fix them
- Replace external citations with equivalent authoritative sources when the original is gone.
- Create relevant redirects for moved internal content.
- Update internal links directly after migrations.
- Retest uncertain network failures before removing a valid citation.
broken links best practices
- Run link checks on high-value evergreen pages periodically.
- Preserve useful linked resources during redesigns.
- Avoid redirecting every missing URL to the homepage.
- Maintain source notes for statistics so references can be updated efficiently.
Practical example
What this tool cannot tell you
The tool samples a limited number of links and sees destination behavior from one server context. Some sites block automated requests or respond differently by geography, login or user-agent.
Frequently asked questions
Is every 404 link an SEO emergency?+
No. Prioritize links that affect users, important internal paths and high-value references.
Why are only some links checked?+
The tool limits destination requests to prevent abusive bulk crawling and keep response times reasonable.
Should I redirect every broken internal URL?+
Only when a relevant replacement exists. Otherwise a proper 404 or 410 can be more accurate.
Can a site block the checker?+
Yes. Firewalls and anti-bot systems can reject automated requests, which the tool reports as a fetch failure rather than a fake status.
Are redirected links broken?+
Not necessarily, but direct links to the final URL are cleaner when you control the source page.
Related SEO tools
Internal Link Checker
Extract internal links from a webpage and review destination URLs, anchor text and common linking issues.
External Link Checker
List outbound links from a webpage and show destination, anchor and rel attributes that affect link behavior.
HTTP Status Code Checker
Request a URL, report its HTTP response status and explain what the result means for users and search crawlers.