Broken link checker for outbound URLs

Run a fast dead link check on any public HTML page: we extract anchor hrefs, resolve them to absolute URLs, and report HTTP status codes so you can find 404 errors, redirects, and failed requests. Built for SEO audits, content QA, and developer troubleshooting.

How to use this link scanner

Paste the full address of a page you control or want to audit— for example a blog article, documentation page, or marketing URL. Submit the form to fetch that page and enumerate links. Each row shows the original HTML href, the resolved target, and whether the response looks healthy. Use filters mentally: prioritize marketing pages, footers, and navigation blocks where status codes matter most for SEO and UX.

Why run outbound link checks?

Outbound references rot when partners rename paths, CDNs change, or old campaigns expire. A dedicated website link scanner surfaces those regressions before users and crawlers hit them. Pair link hygiene with header inspection when you suspect caching or bot rules, and with our redirect chain checker when URLs hop through multiple hops before landing.

Related free tools

Explore more utilities from the same category on our website and URL tools index, or jump to a specific checker below.

  • HTTP Header CheckerInspect HTTP response headers for any URL: cache control, content-type, CORS, and security-related values.
  • Redirect Chain CheckerTrace the full redirect path to the final URL and spot unnecessary hops hurting SEO and performance.
  • SSL Certificate CheckerVerify TLS certificate validity, expiry, issuer, and chain for any domain before users hit errors.
  • DNS Lookup ToolQuery A, AAAA, MX, CNAME, TXT, NS, and SOA records for troubleshooting email, hosting, and DNS.
  • WHOIS LookupLook up domain registration details: registrar, dates, and status for research and due diligence.
  • IP Address LookupResolve IPv4 or IPv6 to geolocation, ISP, ASN, and hostname for network and fraud analysis.
  • Domain Age CheckerSee how long a domain has been registered—useful for SEO trust signals and quick vetting.
  • Robots.txt CheckerFetch and review robots.txt rules, directives, and sitemap lines to catch crawler misconfiguration.
  • Meta Tags ExtractorExtract title, meta description, Open Graph, Twitter Card, and canonical tags from any live URL.
  • Open Graph PreviewPreview how a link may appear when shared on social networks before you publish or pitch.

Frequently asked questions

What does this broken link checker do?
You enter a single public web page URL. We fetch that HTML, collect anchor href values, resolve relative URLs, and request each distinct outbound HTTP or HTTPS link so you can see status codes and spot 404s, server errors, and timeouts.
Why should I fix broken outbound links?
Dead links frustrate readers, reduce trust, and waste crawl budget. Search engines and users both prefer pages that point to live resources. Regular link audits help you catch URL changes after migrations or CMS edits.
Does this crawl my entire website?
No. This tool analyzes one page at a time—the URL you paste. For a site-wide audit, run it on key templates (home, blog index, top landing pages) or combine it with your XML sitemap workflow and our other URL and SEO utilities.
Can it check links behind login or paywalls?
Generally no. We fetch the URL without your session cookies, so protected pages may return login walls or errors, and links on those pages might not reflect what a logged-in user sees.
Why are some rows marked skipped?
mailto:, tel:, javascript:, and pure #fragment anchors are skipped because they are not HTTP downloads. We also cap how many unique URLs we probe per scan to keep the service fast and fair.
How accurate is the HTTP status?
We use real network requests from our server. Some sites block automated clients, treat HEAD differently from GET, or rate-limit checks—so a link may work in a browser but show an error here, or vice versa. Use results as a strong signal, not absolute proof.
What is the difference between internal and external links?
Internal links point to the same site (helping discovery and hierarchy); external links point elsewhere (citations, partners, docs). This checker lists both kinds whenever they appear as standard anchor hrefs in the HTML.
How often should I run a broken link audit?
Many teams spot-check after publishes and run a broader audit monthly or quarterly. After domain migrations, CMS changes, or major content updates, re-scan high-traffic pages first.