Skip to content

Link Text Checker

Scan your HTML for non-descriptive link text that violates WCAG 2.1 Success Criterion 2.4.4 (Link Purpose). Identifies 'click here', 'read more', 'learn more', empty links, URL-only links, and other common issues, with suggestions for improvement.

Why This Matters

Screen reader users often navigate by listing all links on a page. If links say 'click here' or 'read more', the list is meaningless. WCAG 2.4.4 requires that link purpose is clear from the link text alone, or from its context.

How to Use This Tool

  1. 1

    Paste HTML

    Paste your HTML containing anchor tags into the textarea.

  2. 2

    Review link issues

    The tool identifies non-descriptive text, empty links, URL-only links, and duplicate link text.

  3. 3

    Fix and re-check

    Update your link text and paste again to verify.

Frequently Asked Questions

Why is 'click here' bad?

'Click here' doesn't describe the destination. Screen reader users who skim links hear only the link text — 'click here' tells them nothing. It's also bad for SEO and mobile users who scan content.

Can I use 'read more' if it's in context?

WCAG allows ambiguous link text if the context makes the purpose clear (2.4.4). However, best practice is to make every link text descriptive on its own, such as 'Read more about our pricing plans'.

What about icon-only links?

Icon-only links need an aria-label or visually hidden text describing their purpose. A link with only a magnifying glass icon should have aria-label="Search" or similar.

Related Tools