Broken Link Checker
Find broken links on any page. We parse <a href>
(and optionally assets), check HTTP status, and flag 404/5xx/timeouts with internal/external breakdown.
Find broken links on any page. We parse <a href>
(and optionally assets), check HTTP status, and flag 404/5xx/timeouts with internal/external breakdown.
A Broken Link Checker crawls a page, extracts hyperlinks, and tests their HTTP status to find dead links such as 404 Not Found, 5xx server errors, or timeouts. Fixing broken links improves user experience and can help crawl efficiency.
<a href="β¦">
links (internal & external)<img src>
, <script src>
, and <link rel="stylesheet" href>