WCAG Audit Checklist: A Practical Guide for Small Business Websites
A step-by-step WCAG audit checklist for small business owners. Find and fix accessibility issues before they become legal problems or lost customers.
Free tool
Grade your website before you keep reading
Most readers want a quick benchmark first. Start with the free Website Grader, then come back to this article with a clearer sense of what to fix.

# WCAG Audit Checklist: A Practical Guide for Small Business Websites
You've heard about web accessibility. Maybe you've even seen a demand letter or an ADA lawsuit headline. But when you search for WCAG compliance, you get 87-page specifications written for government contractors.
This isn't that.
This is a practical checklist for small business owners who want to make their websites accessible — without hiring a consultancy or rewriting everything from scratch.
Why This Matters Right Now
Accessible websites reach more people, rank better in search, and reduce legal risk. That's not charity — that's business sense.
Understanding the WCAG Framework
WCAG (Web Content Accessibility Guidelines) is organized around four principles. Every guideline falls into one of these:
WCAG has three conformance levels: **A** (minimum), **AA** (standard target), and **AAA** (enhanced). Most businesses should aim for **AA compliance**. That's what this checklist covers.
The Small Business WCAG Audit Checklist
🔍 Perceivable
Images and Media
Color and Contrast
Content Structure
⌨️ Operable
Keyboard Navigation
Timing and Motion
Navigation
🧠 Understandable
Readability
Forms and Input
Consistency
🛡️ Robust
Code Quality
Compatibility
How to Run Your Audit (Tools and Process)
Free Tools
| Tool | What It Does | Best For |
|---|---|---|
| **WAVE** (wave.webaim.org) | Visual overlay of accessibility issues | Quick page-by-page scanning |
| **axe DevTools** (browser extension) | Automated testing in Chrome/Firefox | Developer-friendly issue detection |
| **Lighthouse** (Chrome DevTools) | Accessibility score + recommendations | Overall health check |
| **Colour Contrast Analyser** | Check specific color combinations | Design review |
| **NVDA** (free screen reader) | Test how screen readers navigate your site | Manual testing |
Automated vs Manual Testing
Automated tools catch about **30% of accessibility issues**. They're great for the technical stuff — missing alt text, contrast failures, ARIA errors. But they miss the things that matter most to real users:
**Do both.** Run automated scans first, fix what they find, then do manual testing for the critical user journeys on your site.
Audit Priority Order
Not everything is equally important. Tackle issues in this order:
Common Issues We See on Small Business Sites
These are the most frequent accessibility failures — and the easiest to fix:
**1. Missing alt text on product/service images**
Fix: Write descriptive alt text for every meaningful image. "Handmade ceramic vase with blue glaze" not "IMG_4821."
**2. Low contrast text**
Fix: Check your body text and link colors. Gray-on-white is the most common offender.
**3. Form fields without labels**
Fix: Add proper `<label>` elements. Placeholder text alone is not a label.
**4. Keyboard-inaccessible navigation**
Fix: Remove `tabindex="-1"` from navigation items. Ensure dropdown menus open with Enter/Space.
**5. No skip navigation link**
Fix: Add a hidden link at the top of your page that skips to main content. Screen reader users rely on this.
**6. Auto-playing media**
Fix: Remove autoplay or add prominent pause controls.
**7. PDF-only content**
Fix: Provide HTML alternatives for any critical PDF content.
Making It Sustainable
Accessibility isn't a one-time project. It's a practice.
What To Do Today
Four things. Maybe an hour of work. Your site is already better for millions of people.
---
Want a full automated accessibility audit? [SiteInsight AI](/) scans your entire site and prioritizes fixes by impact — no technical expertise required.
Turn this article into a real benchmark
Start with the free Website Grader for an instant score, then move to the full AI scan when you want page-level recommendations.
Open the Free Website Grader →