One of the most common WCAG issues found on websites is links and buttons that don’t have clear, accessible names. This includes:
Links that say “Click here” or “Read more”
Buttons that contain only an icon (like a magnifying glass or shopping cart)
Interactive elements with no accessible name at all
While these may look fine visually, they can create serious barriers for people using screen readers.
Why Accessible Names Matter
Screen readers rely on accessible names to explain what a link or button does. If a button has no descriptive label, or only vague text, users with visual impairments may not understand its purpose.
For example:
A screen reader announcing “Click here” gives no context.
An icon-only button without a label may be read as simply “button.”
This creates confusion, slows navigation, and can prevent users from completing important actions.
How Our AI Remediation Helps
Our AI-Powered remediation feature automatically detects links and buttons that:
Are missing accessible names
Use vague or non-descriptive text
Contain only icons without labels
When these issues are identified, the AI generates a short, descriptive ARIA label and applies it dynamically via the installed script.
An ARIA label is an HTML attribute that provides a clear, descriptive name for an element, especially when there’s no visible text label. It allows screen readers to accurately announce the purpose of buttons, links, and other interactive elements.
For example:
An icon-only search button may receive the label: “Search site”
A “Read more” link may be enhanced to: “Read more about our accessibility services”
The Result
Improved WCAG compliance
Better screen reader clarity
Clearer navigation for users with visual impairments
A more inclusive user experience