Accessibility
Scan another siteWhat This Check Covers
Checks practical accessibility markers tied to parseability for humans and machines.
Frequently Asked Questions
- How are accessibility and AI-readiness related?
- Screen readers for visually impaired users operate very similarly to AI agents. Both rely on clear labels, alt text, and logical document structure to 'read' a page without seeing it visually.
Implementation Checklist
- Provide descriptive alt text for all product images.
- Ensure all form inputs (like search or quantity boxes) have explicit <label> elements.
- Use descriptive link text instead of generic 'click here' links.
- Use standard HTML data tables (<th> and <td>) for product specifications.
Field Guide
| Field | Meaning |
|---|---|
image_alt_text |
Image alt coverage totals and ratio. |
landmarks |
Presence of key landmarks: banner, navigation, main, contentinfo. |
form_labels |
Count and ratio of labeled form inputs. |
link_quality |
Count and ratio of links with descriptive text. |
table_accessibility |
Data table accessibility summary (headers/structure). |