All rules
warningContent

Real, readable link destinations

Links need text that says where they go — and hrefs that are real, not placeholders.

Score weight8
Capability checkFollow link destinations

Two failures trip the “Follow link destinations” check: links with no readable text, and links pointing at href="#" or javascript:. Agents treat both as untrustworthy and refuse to navigate.

Fixes for both cases
<!-- empty icon link → give it a name -->
<a href="/pricing" aria-label="Pricing">Pricing</a>

<!-- placeholder href → make it real or make it a button -->
<a href="/docs">Read the docs</a>

See if your page fails this rule.

The audit runs every documented check and reports the ones that fail, with fixes.

Run your first audit