Skip to main content
Particularly LogoParticular.ly

Link Checker

Link Checker
Check for broken links on a page

About the Link Checker

The Link Checker crawls a single page, extracts every hyperlink it finds, and tests each one to report which links are working and which are broken. It checks the HTTP status returned by each target, flagging 4xx errors like 404 Not Found, 5xx server errors, and often redirects, so you can see exactly which references on the page lead nowhere. The result is a categorized list of links with their status, making it easy to spot dead ends that frustrate users and waste search engine crawl budget.

The tool parses anchor tags from the page's markup, resolves relative URLs to absolute ones, and then issues requests to each destination to read its response status. It typically distinguishes internal links (same domain) from external links (other domains), which helps you prioritize fixes, since broken internal links are fully within your control. Because it inspects the actual server responses, it catches problems that a visual scan of the page would miss.

Common use cases include auditing a blog post or documentation page before publishing, finding link rot in older content where external sites have moved or shut down, and validating navigation and footer links after a redesign. SEO and content teams run it periodically because broken links degrade user experience and can dilute the link equity that flows through a site. It pairs naturally with the Sitemap Checker for a fuller crawl-health picture.

A practical tip: fix or remove broken internal links first since they directly affect your own crawlability, then update or remove dead external links to keep content trustworthy. Watch for links that resolve through chains of redirects, because each hop adds latency and can leak ranking signals. For links flagged as broken, confirm with a manual visit, as some servers block automated requests or rate-limit them and return misleading status codes.

Frequently asked questions

What counts as a broken link?
Any link whose destination returns an error status, most commonly a 404 Not Found or a 5xx server error. Redirects are usually flagged separately since they still resolve but add an extra hop.
Does the Link Checker crawl my entire site?
No. It checks all the links found on the single page you submit. To assess an entire site you would run it on multiple key pages or combine it with sitemap-based checks.
Why might a working link be reported as broken?
Some servers block or rate-limit automated requests, require specific headers or cookies, or geo-restrict access, which can produce misleading error statuses. Always confirm a flagged link with a manual visit.
Should I prioritize internal or external broken links?
Fix internal broken links first because they are within your control and directly affect crawlability and user navigation, then address dead external links to keep your content accurate and trustworthy.