What it is
If key actions can only be triggered by a mouse, keyboard users and automated agents cannot perform them. Every action should be reachable programmatically. Interactions need a mouse only. Agents and AT can’t complete tasks. Make actions keyboard-operable. Low-medium. Direct (WCAG).
Why does actions not keyboard/programmatically reachable matter for AI search?
Agents and AT can’t complete tasks.
How do you fix it?
Make actions keyboard-operable.
How do you find it on your site?
- Try to operate the page using only the keyboard.
- Find actions that cannot be reached or triggered.
- Implement proper focus management and accessible controls.
- Re-test with keyboard and assistive tech.
Which ranking and citation factors does it touch?
Programmatic, keyboard-reachable actions are what let agents and assistive tech operate the page. Mouse-only actions exclude them.
What is the impact?
Low-medium. Direct (WCAG).
What is the evidence?
Operability is required for AT/agents. W3C, Web Content Accessibility Guidelines (WCAG) 2.2
Frequently asked questions about actions not keyboard/programmatically reachable
What does "Actions not keyboard/programmatically reachable" mean?
Interactions need a mouse only.
How do you fix actions not keyboard/programmatically reachable?
Make actions keyboard-operable.