The short answer
There is no single "ADA certification" for websites. In practice, businesses are expected to meet WCAG 2.1 Level AA — the widely referenced technical standard — and most real-world risk comes from a small number of recurring issues: missing alt text, poor color contrast, unlabeled forms, and content that can't be used with a keyboard. Fixing those four covers a large share of typical complaints.
This is general information for business owners, not legal advice. If you've received a demand letter or operate in a regulated sector, talk to an attorney who handles accessibility.
Does the ADA apply to my website?
The Americans with Disabilities Act was written in 1990, before commercial websites existed, so it doesn't mention them. Courts have generally treated business websites as covered — particularly for businesses that also have a physical location — and the Department of Justice has consistently taken the position that the ADA applies to the web. The practical reality for a small business is that website accessibility complaints and demand letters are common, and they disproportionately target small businesses because they're less likely to have addressed it.
What is WCAG, and what level do I need?
WCAG — the Web Content Accessibility Guidelines — is the technical standard that defines what accessible actually means. It has three levels: A (minimum), AA (the common target), and AAA (strictest, rarely required in full). WCAG 2.1 Level AA is the benchmark most settlements, procurement requirements, and regulations reference. That's what to aim for.
WCAG organizes everything under four principles: content must be perceivable, operable, understandable, and robust. You don't need to memorize the spec — you need to fix the things that actually break for real users.
The fixes that matter most
1. Alt text on meaningful images
Every image that conveys information needs a text description so screen readers can announce it. Describe the purpose, not the file: "Ryan Chow, founder of Rytell Digital Studio" rather than "IMG_4471." Purely decorative images should have empty alt attributes so screen readers skip them rather than reading filenames aloud.
2. Sufficient color contrast
Light gray text on a white background is the single most common failure on small business sites. WCAG AA requires a contrast ratio of at least 4.5:1 for normal text and 3:1 for large text. This one is easy to check and easy to fix, and it helps everyone — including anyone reading your site outdoors on a phone.
3. Labeled, usable forms
Every form field needs a real label that's programmatically connected to the input — not just placeholder text, which disappears when typing and is often skipped by assistive technology. Error messages need to say what went wrong in words, not just turn a field red.
4. Keyboard navigation
Everything clickable must be reachable and operable with the Tab key alone, in a logical order, with a visible focus indicator showing where you are. Custom dropdowns, sliders, and modal popups are the usual offenders. Try it yourself: put the mouse away and tab through your homepage.
5. Proper heading structure
One H1 per page, then H2s and H3s in a logical hierarchy — not chosen because of how big the text looks. Screen reader users navigate by jumping between headings, so a scrambled structure makes a page genuinely hard to use. This is the same structure that helps search engines understand your page.
6. Descriptive link text
"Click here" and "read more" tell a screen reader user nothing when links are read out of context. Use text that describes the destination: "read our guide to schema markup."
Do accessibility overlay widgets work?
Those floating accessibility icons that promise instant compliance are contested. Accessibility advocates broadly criticize them, many screen reader users report they interfere rather than help, and businesses using them have still received complaints. An overlay is not a substitute for fixing the underlying site. Treat it as, at best, a supplement — never the plan.
Accessibility and SEO overlap more than you'd think
Nearly everything on the list above also helps search performance. Alt text gives search engines image context. Clean heading structure helps both screen readers and crawlers parse your page. Descriptive link text passes better context. Semantic markup makes content easier for AI tools to interpret and cite — the same clarity that underpins answer engine optimization. Accessible sites also tend to be faster and simpler, which helps page speed.
Put differently: accessibility work is rarely wasted effort even when viewed purely as marketing.
Where to start this week
- Run a free automated scan. Tools like WAVE or Lighthouse (built into Chrome) catch contrast, alt text, and label issues in minutes.
- Do the keyboard test. Automated tools miss roughly half of real issues; manual testing catches what they don't.
- Fix contrast and alt text first. Highest volume of issues, lowest effort to resolve.
- Check your forms. Your contact form is the page where an accessibility failure costs you an actual lead.
- Publish an accessibility statement. A short page describing your commitment and how to report a problem demonstrates good faith.
Key takeaway
Aim for WCAG 2.1 Level AA. Most real-world risk comes from four fixable issues: missing alt text, low color contrast, unlabeled form fields, and content that can't be operated by keyboard. Skip the overlay widgets, fix the underlying site, and you'll reduce legal exposure, reach more customers, and improve SEO at the same time.
Not sure where your site stands? We include accessibility checks in every build and can audit an existing site. Get in touch for a straightforward assessment.