All WCAG criteria
WCAG 2.1·Operable·2.4 Navigable

2.4.4 Link Purpose (In Context)

Level A

The purpose of a link must be clear from its text or its surrounding context.

Why it matters

Screen-reader users often pull up a list of just the links — "click here" out of context tells them nothing.

Common failure
<p>Read more about pricing <a href="/pricing">here</a></p>
Accessible version
<p><a href="/pricing">Read more about pricing</a></p>

How OnlyEnable handles this

Source-code fix required. No widget can solve this — it requires changes to your content or markup. Our remediation team can help.

Related criteria in 2.4 Navigable