SEO Tools
Link Checker
Extract all `<a>` links from a page or HTML paste and analyse them. Identifies broken-looking patterns (empty hrefs, javascript: links, relative paths, long URLs), displays each link's text and target, and exports the full link list.
Analyse every link's authority & quality
Fetch any live URL and audit all links for anchor text quality, nofollow/ugc/sponsored attributes, external domain diversity, and internal vs external ratio.
Features
- Extracts all <a href> links from URL or HTML
- Categorises: absolute, relative, fragment, email, javascript, and empty hrefs
- Link text and href displayed side by side
- Flags suspicious patterns (javascript:void, empty href, data: URIs)
- Export full link list as CSV
- Fetches public URLs only
How to use it
- Enter a public URL or paste HTML.
- All links are extracted and categorised.
- Review the table of link text and href.
- Export the link list as CSV for further audit.
Use cases
- Finding broken or placeholder links in content before publishing
- Auditing all internal and external links on a page
- Checking for javascript:void links that block keyboard navigation
- Exporting a link inventory for a content audit
Limitations
- External link validation (checking if destinations are live) is not performed from the browser. Only the HTML link structure is analysed.
Related tools
SEO URL Inspector
Audit any public URL for SEO issues. Checks meta title, description, H1-H6, Open Graph, robots directives, canonical URL, and schema markup in one report.
Use toolCanonical URL Checker
Check the canonical URL tag on any public page. Verifies rel=canonical presence, self-referencing, and cross-domain canonicals. Browser-only.
Use toolImage Alt Text Checker
Check all images on a page for missing or empty alt text. Lists each image with its alt attribute status. Browser-only URL or HTML analysis.
Use toolSERP Preview
Preview how your page title and description will appear in Google search results. Check character limits and see mobile and desktop previews side by side.
Use toolMeta Title Checker
Check a meta title against SEO best practices. See character count, pixel width estimate, keyword presence, and SERP preview. Browser-only.
Use toolMeta Description Checker
Check meta descriptions against SEO best practices. Character count, pixel width, keyword check, and SERP preview. Browser-only, free.
Use toolFrequently asked
Does it check if linked pages return 404?
The tool analyses link patterns in the HTML. It does not make outbound HTTP requests to each link URL due to browser CORS restrictions. Use a server-side link checker for full 404 checking.