Link Analyzer

Extract every link on a page and sort them: internal or external, followed or not, which anchor text they use and which domains they point to.

RankCortexBot fetches the page once, respects robots.txt and never bypasses bot protection.

What you get

  • Counts of internal, external, fragment (#), mailto:, tel: and javascript: links.
  • rel values: nofollow, sponsored and ugc, per link and per external domain.
  • Anchor texts grouped by frequency, with empty, generic ("click here", "read more") and bare-URL anchors flagged.
  • The full list of links with their resolved URL, to export as JSON.

Reading the results

Internal links help crawlers discover pages and show which pages matter most. Descriptive anchor text tells both users and search engines what they'll find. rel="sponsored" should mark paid links, and rel="ugc" links added by users, such as comments.

www.example.com and example.com are treated as the same site.

Frequently asked questions

Does this check whether links are broken?

Not yet: it lists them without requesting each one. A broken link checker is planned as a separate tool.

Should internal links be nofollow?

Generally no. nofollow on internal links wastes the link and can stop crawlers from reaching pages you want indexed.