Website QA · Limited remote scan
Broken Link Checker Online
Check same-site links found on one public page. See working URLs, redirects, HTTP errors, and timeouts, then export a report for your QA ticket or SEO review.
Remote check: the submitted public URL is fetched by Quick Test Hub. Private networks and local addresses are blocked, and scans are intentionally limited.
Find the failed path
Review status, latency, redirects, and the exact link target.
Single-page link scan
Check the internal links on a page.
The checker reads one HTML page and tests up to 30 unique links on the same site. It does not perform a full-site crawl.
| Result | Status | Latency | URL | Redirect |
|---|
Focused website QA
Use the result as a fast first pass.
Fix broken navigation before deeper accessibility, performance, and release testing.
Find links returning 4xx or 5xx responses, including missing pages and server errors.
See links that redirect so you can update internal navigation to the final URL.
The tool checks one page and a limited set of internal links to avoid aggressive crawling.
Paste or upload HTML and run a local deterministic accessibility review.
Browser CompatibilityCheck support for important browser APIs and storage capabilities.
Test Plan TemplateRecord link, accessibility, browser, and regression coverage in one plan.
How to check a website for broken links
- Enter a public HTTPS page URL.
- Choose a limit of 10, 20, or 30 same-site links.
- Run the scan and review broken responses and redirect targets.
- Download CSV for a spreadsheet or copy the Markdown report into a QA ticket.
Broken link checker limitations
This free checker samples links discovered in the initial HTML response. It does not render client-side JavaScript, authenticate, submit forms, follow every page recursively, or replace a production crawler. Some websites block automated requests and can return a different status than a normal browser.
Broken link checker FAQ
Why are only internal links checked?
Keeping the scan on the submitted hostname reduces abuse and gives site owners a focused report for navigation they control.
Are redirects broken links?
No. Redirects are reported separately, but updating an internal link to its final destination can reduce latency and avoid redirect chains.
Can I scan localhost or a staging server?
No. Private, local, link-local, and reserved network targets are blocked. Use a local CLI checker for private environments.