Link rel='' Attribute Extractor
Lists every <a> in an HTML and classifies by rel tokens (nofollow, ugc, sponsored, noopener, noreferrer).
—
Auditing the rel attributes of a page's links
A link's rel attribute carries information that both search engines and browsers take seriously. The value preventing authority from passing has existed since 2005; from 2019 Google added two more specific ones, one for user-generated content and another for paid or sponsored links — and started treating all three as hints rather than orders.
Paste the HTML and the page lists every link with its attributes, counts how many use each value and flags how many carry none. The browser's HTML parser does the reading, so multiple space-separated values, reversed order and capitals are all handled correctly — things a regular expression would get wrong.
Beyond the SEO values, two matter for security. The one blocking access to the opener window stops the opened page manipulating yours through that reference; current browsers already apply it by default on links opening in a new tab, but declaring it costs nothing. The other suppresses the referrer header, protecting privacy at the cost of the destination losing the origin information — on affiliate or partnership links, that is usually unwanted.
Frequently asked questions
Do I need to mark every external link?
What is the difference between the user-content and sponsored values?
Does it still block authority from passing?
Related Tools
Microdata Schema Extractor
Extracts schema.org microdata (itemscope, itemtype, itemprop) from HTML and converts it to equivalent JSON-LD.
Internal Anchor Text Distribution
Analyzes HTML and shows the anchor text distribution of internal links — flags generic anchors like 'click here'.
Images Without loading=lazy Extractor
Parses pasted HTML and lists images missing loading='lazy' — actionable hints for Core Web Vitals.
Link License Builder
Build the <link rel="license"> tag declaring the content license.
Sitemap XML Generator
Generate a sitemap.xml from a URL list with lastmod, changefreq and priority. Useful for static sites. Everything in your browser.
Twitter Card Generator
Generate Twitter Card meta tags (summary, summary_large_image, app, player). Card preview as it will appear on X/Twitter. Everything in your browser.