Accessibility and ADA basics for small-business websites (WCAG 2.2 AA made practical)
The safest, ROI-positive target is WCAG 2.2 AA. It’s achievable for most SMB sites and improves conversions because your pages are clearer and easier to use.
Start with the critical few
- Structure: Semantic headings (H1–H3 order), landmarks, and meaningful link text
- Color and contrast: Meet 2.2 AA ratios; don’t use color alone to convey meaning
- Keyboard: All interactive elements are focusable/operable with a visible focus state
- Forms: Labels, instructions, error messages, and sensible tab order
- Media: Alt text for images; captions/transcripts for videos and audio
- Motion: Respect reduced-motion preferences; avoid auto-playing distractions
Policies and patterns that prevent regressions
- Design system: Accessible components (buttons, forms, dialogs) vetted once and reused
- Content governance: Alt text and heading rules in your publishing checklist
- QA: Include keyboard and screen reader spot checks before launch
What not to do
- Don’t rely on “overlay” widgets to magically fix issues; they can miss core problems and add new ones
- Don’t hide focus outlines or ship image-only text for critical content
How to test quickly (no special tools required to start)
- Keyboard-only pass: Can you navigate and complete your primary conversion?
- Browser dev tools: Simulate color vision deficiencies; check contrast
- Free scanners: Pair automated checks with manual spot tests (they catch different things)
Roadmap (30/60/90)
- 30 days: Fix top templates (home, services, contact); add alt text and labels; basic keyboard fixes
- 60 days: Update design tokens for color/contrast; refactor common components
- 90 days: Extend to long-tail pages; add recurring audits to your release process
FAQs
- Is ADA compliance a certification?
No. ADA is a law; WCAG is a technical standard you can conform to. Aim for WCAG 2.2 AA. - Will this slow down design?
Once components are accessible, shipping gets faster and support tickets drop. - Do I need a lawyer?
We’re not a law firm. For legal questions, consult counsel; we implement WCAG-aligned practices.
Sources
- ADA.gov — Guidance on web accessibility: https://www.ada.gov/resources/web-guidance/
- W3C — Web Content Accessibility Guidelines (WCAG) 2.2: https://www.w3.org/TR/WCAG22/
- W3C WAI — Evaluation tools list: https://www.w3.org/WAI/test-evaluate/tools/
- Reformer — services and approach: https://www.reformer.la
Summary
Aim for WCAG 2.2 AA. It’s doable, lowers legal risk, and lifts conversions—start with structure, color/contrast, keyboard support, forms, and media alternatives.
Author
Peter Mertz
Date Published
March 16, 2026