ADA Title II Deadline (April 2026): A Survival Guide for Small Business Websites
The ADA Title II web accessibility deadline hits April 2026. Here's what small businesses need to know, do, and prioritize right now.
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.
# ADA Title II Deadline (April 2026): A Survival Guide for Small Business Websites
There's a date on the calendar that most small business owners haven't heard of yet, and it's going to matter a lot in about four weeks: **April 24, 2026.**
That's when the Department of Justice's ADA Title II web accessibility rule goes into full effect for state and local government entities — and the ripple effects will hit private businesses faster than most people realize.
If you're thinking "Title II only applies to government websites, so I'm fine," keep reading. You're probably wrong.
What's Actually Happening in April 2026
In April 2024, the DOJ finalized a rule requiring state and local government websites to meet WCAG 2.1 Level AA standards. Larger entities had until April 2026 to comply. Smaller ones got until 2027.
But here's the part that matters for private businesses: **this rule is setting the legal standard for what "accessible" means on the web.** And plaintiffs' attorneys have been watching.
ADA Title III — which covers private businesses — has always required "equal access" but never specified a technical standard for websites. Courts have been inconsistent. Some said WCAG 2.0 was the benchmark. Others were vague. That ambiguity is about to collapse.
When the federal government formally adopts WCAG 2.1 AA as the accessibility standard for government sites, it creates a clear reference point that courts and regulators will apply to *everyone*. Legal experts across the accessibility space are saying the same thing: the Title II deadline will accelerate Title III enforcement against private businesses.
The Lawsuit Numbers Are Already Ugly
Web accessibility lawsuits against private businesses hit 4,605 in 2025 — up from 2,281 in 2023. That's a doubling in two years, and the April deadline hasn't even hit yet.
The targets aren't just big corporations. Small e-commerce shops, local restaurants with online ordering, professional service firms with contact forms — these are all getting sued. The median settlement for a small business accessibility suit is between $15,000 and $50,000, plus attorney's fees.
For context: fixing your website's accessibility issues typically costs between $2,000 and $10,000 depending on complexity. The math here isn't complicated.
WCAG 2.1 AA: What You Actually Need to Do
WCAG (Web Content Accessibility Guidelines) sounds intimidating. It's a massive document with dozens of success criteria. But for a typical small business website, the issues cluster around a handful of common problems:
The Big Five (Fix These First)
**1. Image Alt Text**
Every meaningful image needs a text description. Not "IMG_4532.jpg." Not "image." A description of what the image shows and why it matters.
Decorative images (design flourishes, spacer graphics) should have empty alt attributes (`alt=""`) so screen readers skip them.
**2. Color Contrast**
Text must have a contrast ratio of at least 4.5:1 against its background (3:1 for large text). That light gray text on a white background? It fails. That trendy low-contrast design aesthetic? It's a lawsuit waiting to happen.
Test with WebAIM's contrast checker. It takes 30 seconds per color combination.
**3. Keyboard Navigation**
Every function on your site must be operable with a keyboard alone — no mouse required. This means:
**4. Form Labels**
Every form input needs a programmatically associated label. Placeholder text doesn't count — screen readers can't reliably read placeholders. Use `<label>` elements and `for`/`id` associations.
Also: error messages must be clear and associated with the specific field that has the problem. "There was an error" isn't helpful for anyone, let alone someone using a screen reader.
**5. Heading Structure**
Your page should have one H1 (usually the page title), followed by H2s for major sections and H3s for subsections. Don't skip levels. Don't use headings just because you want bigger text.
Screen reader users navigate by headings. A page with no heading structure is like a book with no table of contents — technically readable, but practically unusable.
The Next Five (Important but Less Urgent)
**6. Link text.** "Click here" tells a screen reader nothing. Use descriptive link text: "View our pricing plans" instead of "click here for pricing."
**7. Video captions.** All video content needs synchronized captions. Auto-generated captions are a starting point, but they need human review — auto-captions butcher technical terms and proper nouns.
**8. Responsive text sizing.** Users must be able to zoom to 200% without content breaking or overlapping. Test this by pressing Ctrl/Cmd+ a few times.
**9. ARIA landmarks.** Use semantic HTML (`<nav>`, `<main>`, `<footer>`) or ARIA roles to define page regions. This helps screen reader users jump between sections.
**10. Timed content.** If anything on your site has a time limit (session timeouts, auto-advancing carousels), users must be able to extend or disable the timing.
The ROI Argument (Because Compliance Isn't Enough Motivation)
Here's what most accessibility guides won't tell you: making your site accessible almost always makes it better for everyone.
An accessibility audit is, in practice, a UX audit. The overlap is about 70%. Fixing accessibility issues typically improves conversion rates by 15-30%, simply because fewer people encounter barriers.
A Step-by-Step Compliance Plan
You've got limited time and budget. Here's the order of operations:
Week 1: Automated Scan
Run your site through a free automated scanner — WAVE (wave.webaim.org) or Google Lighthouse's accessibility audit. This catches maybe 30% of issues but identifies the easy wins.
Fix everything the scanner flags. Most of it will be alt text, contrast, and form labels.
Week 2: Manual Keyboard Test
Put your mouse in a drawer. Navigate your entire site using only Tab, Enter, and Arrow keys. Can you reach everything? Can you see where you are (focus indicators)? Can you complete your key user flows — finding information, filling out a form, making a purchase?
Document every place you get stuck. These are your critical failures.
Week 3: Screen Reader Test
Download NVDA (free, Windows) or use VoiceOver (built into Mac/iPhone). Navigate your site with your eyes closed. This is uncomfortable and revealing.
You don't need to become a screen reader expert. You just need to experience what your site feels like without vision. The issues will be obvious.
Week 4: Fix and Document
Prioritize fixes: critical barriers first (can't complete a purchase, can't submit a form), then moderate issues, then minor polish. Document what you've fixed and what's in progress.
Create an accessibility statement page on your site. State your commitment, reference WCAG 2.1 AA as your standard, and provide a contact method for users who encounter barriers. This isn't legally required everywhere, but it demonstrates good faith — which matters enormously if you ever face a complaint.
The Overlay Trap
A quick note on accessibility overlay widgets — the tools that promise "one line of JavaScript" to make your site compliant. Don't.
These overlays have been rejected by the accessibility community, challenged in court, and criticized by the DOJ itself. Multiple lawsuits in 2025 specifically named overlay widgets as *insufficient* for compliance. Some courts have ruled that the presence of an overlay demonstrates awareness of accessibility issues without adequate remediation — actually making your legal position worse.
There are no shortcuts. Fix the underlying code.
What Happens If You Do Nothing
Best case: nothing, for now. Worst case: a demand letter arrives, you settle for five figures, and you still have to fix the site.
The more realistic scenario: as the April deadline raises public awareness and legal precedent solidifies, the enforcement environment tightens through 2026 and 2027. The businesses that act now avoid the rush, get the UX benefits immediately, and never have to deal with a legal threat.
Four weeks. Start with the automated scan. The rest follows from there.
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 →