The “Links Accessible Name Check” evaluates whether there is any anchor (<a>) element without an accessible name.
Example outcome
I found 1 link without accessible name.
Impact
Visual Impairments: Screen readers rely on accessible names to announce what a link does. If a link is unnamed, users hear things like “link” with no context, making navigation frustrating or unusable.
Motor Impairments: Tabbing through links without labels provides no context, which makes keyboard navigation disorienting and inefficient.
Cognitive Disabilities: Users with memory, attention, or processing limitations benefit from clearly labeled actions. Undescriptive or missing labels increase cognitive load and confusion.
Fixes
To address missing links accessible name:
Identify the links with no accessible name.
Add a descriptive link text.
If it is an icon-only link, add an aria label to it.
If it has an image inside the link, use alternative text or aria label.