Internal Anchor Text Distribution
Analyzes HTML and shows the anchor text distribution of internal links — flags generic anchors like 'click here'.
—
Auditing the wording of your internal links
A long article quietly accumulates forty internal links, and when you look closely half of them read click here or read more. Anchor text is one of the few context signals you fully control about the destination page, and spending it on an empty pronoun throws away cheap signal. Nobody counts that by eye across a thousand lines of HTML.
You paste the HTML and give it your internal host. The browser parser walks every a tag and counts as internal anything starting with a slash (but not a double slash) or any absolute URL whose host matches what you typed. Hash-only anchors are excluded. Two gotchas: relative hrefs without a leading slash, like page.html or ../other, are not recognized; and the host match is literal, so typing example.com while your links point at www.example.com returns nothing.
Paste rendered HTML — if your links are injected by JavaScript, raw view-source will not contain any of them. Anchor text is lowercased and checked against a list of generic phrases (here, click here, read more, more, link, plus their Portuguese equivalents). Image links with no text fall into an empty bucket, and those depend on the image alt to carry meaning. The HTML you paste never leaves your machine.
Frequently asked questions
Does it crawl my site?
Why do my links not show up?
How many generic anchors are too many?
Related Tools
Link rel='' Attribute Extractor
Lists every <a> in an HTML and classifies by rel tokens (nofollow, ugc, sponsored, noopener, noreferrer).
Alt Text From Filename
Generate alt text suggestions for images from the file name. Improve the accessibility and SEO of your website images in seconds.
JSON-LD (Schema.org) Generator
Generate JSON-LD markup for Schema.org — Article, Product, FAQPage, BreadcrumbList, Organization, Person. Paste in <head> and improve your Google snippet. Everything in your browser.
HowTo Rich Snippet Builder
Build a basic HowTo JSON-LD schema describing a single-step procedure.
H1 vs Title Keyword Overlap
Compares H1 and Title and computes keyword overlap (Jaccard) — penalizes generic titles unaligned with the H1.
Link Alternate Builder
Build the <link rel="alternate" hreflang> tag for language variants.