Link Extractor
Paste HTML to extract all internal and external links with anchor text, href, and rel attributes. Perfect for SEO link audits and content analysis.
Frequently Asked Questions
rel="nofollow" link tells search engines not to pass PageRank (link equity) through that link. Google introduced this in 2005 to combat comment spam. Other rel values include sponsored (for paid links) and ugc (user-generated content). All three variants are treated similarly by Google.How It Works
Paste HTML
Paste the HTML source of any web page. Enter your base URL for accurate internal vs external classification.
DOM Parsing
JavaScript parses the HTML using a DOMParser, extracts all anchor tags, and collects href, anchor text, rel, target, and title attributes.
Sorted Results
Links are classified as internal or external, sorted, and displayed with all attributes. Filter by tab to focus on internal or external links.
Common Use Cases
Internal Link Audit
Check that important pages have enough internal links pointing to them, and that anchor text is descriptive rather than generic "click here" links.
External Link Review
Audit outbound links to ensure you are not linking to low-quality or broken external sites, and that sponsored links have proper rel="sponsored" attributes.
Nofollow Audit
Verify that user-generated content links, affiliate links, and sponsored links have the correct rel attributes to comply with Google's link spam policies.
Content Migration
Extract all links from a page before migrating content to identify internal links that will need to be updated to point to new URLs after the migration.
Competitor Analysis
Extract links from competitor pages to discover which resources they reference externally, potentially revealing link-building opportunities.
Broken Link Detection
Export the full list of links from a page to check for broken links (404s) that may harm user experience and waste your crawl budget.