Why this matters
Screen reader users often navigate by listing all links on a page. Multiple 'click here' or 'read more' links are meaningless without context. Link text should describe where the link goes.
Common failures
These are the most frequent ways this criterion is violated in real-world websites:
- 'Click here' or 'Read more' as link text
- Links that say 'here' or 'this'
- Image links with no alt text
- Links with identical text going to different destinations
How to fix
- Use descriptive link text: 'View pricing plans' instead of 'Click here'
- For image links, add alt text that describes the destination
- If short text is needed visually, use aria-label for a longer accessible name
- Use visually hidden text to add context: 'Read more <span class="sr-only">about accessibility testing</span>'
Related axe-core rules
xsbl uses axe-core to automatically detect violations of this criterion. The following rules are checked:
Check your site for 2.4.4 violations
xsbl scans your rendered pages in a real browser and finds violations of this criterion automatically.
Scan your site freeOfficial reference: Understanding WCAG 2.4.4: Link Purpose (In Context) (W3C)