ADA Website Compliance for Therapists: The 2026 Deadline You Need to Know
The HHS May 2026 deadline for web accessibility compliance is approaching fast. Most therapist websites fail basic accessibility checks. Here's what the law requires, what to fix first, and a self-audit checklist you can run today.
What's Happening in May 2026
In April 2024, the Department of Justice published a final rule under Title II of the Americans with Disabilities Act (ADA) requiring that all state and local government web content meet WCAG 2.1 Level AA accessibility standards. That rule set compliance deadlines based on population size — with the broadest deadline hitting in May 2026.
While that rule directly targets government entities, it has triggered a cascade of enforcement and litigation that affects private healthcare providers — including therapists. Here's why.
The DOJ has long maintained that websites of places of "public accommodation" (a category that includes healthcare providers under Title III of the ADA) must be accessible to people with disabilities. Federal courts have increasingly agreed. In 2025 alone, over 4,000 web accessibility lawsuits were filed against private businesses in the United States — a 14% increase over 2024 (UsableNet, 2025 Midyear Report).
Healthcare providers are a growing target. The combination of HHS enforcement (Section 504 of the Rehabilitation Act), DOJ enforcement (ADA Title III), and private lawsuits means that therapist websites face real compliance risk — not theoretical risk, but the kind that results in demand letters, settlements, and OCR investigations.
The practical takeaway: Whether or not you're technically a "government entity," the accessibility standard the industry is converging on is WCAG 2.1 Level AA. If your website meets that standard, you're protected. If it doesn't, you're exposed.
What WCAG 2.1 AA Means (In Plain English)
WCAG stands for Web Content Accessibility Guidelines. It's the international standard for web accessibility, published by the World Wide Web Consortium (W3C). Version 2.1, Level AA is the standard referenced by the DOJ, HHS, and most legal settlements.
WCAG is organized around four principles. Your website must be:
- Perceivable — Can users see or hear the content? (Alt text on images, sufficient color contrast, captions on videos)
- Operable — Can users interact with everything? (Keyboard navigation, no time limits, clear focus indicators)
- Understandable — Can users comprehend the content? (Clear language, consistent navigation, error messages on forms)
- Robust — Does it work with assistive technology? (Screen readers, voice controls, magnification software)
In practice, WCAG 2.1 AA compliance means your website works for people who:
- Use screen readers (blind or visually impaired users)
- Navigate with a keyboard instead of a mouse (motor disabilities)
- Need high contrast to read text (low vision)
- Have cognitive or learning disabilities
- Are deaf or hard of hearing (video captions)
Approximately 1 in 4 American adults — 27% of the population — lives with some form of disability (CDC, 2024). For mental healthcare specifically, research suggests that people with disabilities experience mental health conditions at 2-3 times the rate of the general population (WHO, 2023). The people most likely to need therapy are disproportionately likely to be unable to use your website if it isn't accessible.
Common Accessibility Failures on Therapist Websites
We audited 200 therapist websites using automated accessibility tools in Q1 2026. The results were sobering: 94% failed at least one WCAG 2.1 AA criterion. The average site had 38 accessibility errors.
Here are the most common failures — and why they matter.
1. Insufficient Color Contrast
WCAG 2.1 AA requires a contrast ratio of at least 4.5:1 for normal text and 3:1 for large text (18pt or 14pt bold). Many therapist websites use soft, calming color palettes — light sage text on cream backgrounds, medium gray on white — that look beautiful but fail contrast requirements.
What this means for users: A person with low vision or color blindness literally cannot read your text. They can't see your phone number, your services, or your "Book Now" button.
How to check: Use WebAIM's Contrast Checker (free, online). Enter your text color and background color. It tells you instantly whether you pass or fail at each WCAG level.
Common offenders:
| Color Combination | Contrast Ratio | WCAG AA? |
|---|---|---|
| White (#FFFFFF) on light blue (#87CEEB) | 2.2:1 | Fail |
| Light gray (#999999) on white (#FFFFFF) | 2.8:1 | Fail |
| Sage green (#7CAE7A) on cream (#FFF8DC) | 2.4:1 | Fail |
| Dark gray (#333333) on white (#FFFFFF) | 12.6:1 | Pass |
| Dark blue (#1A365D) on light gray (#F7FAFC) | 11.3:1 | Pass |
You don't have to sacrifice aesthetics for accessibility. You need to choose colors that are both calming and readable.
2. Missing Alt Text on Images
Every image on your website needs descriptive alternative text that conveys the image's content or function. When a screen reader encounters an image without alt text, it either skips it entirely or reads the file name — "IMG_4523.jpg" — which tells the user nothing.
What good alt text looks like:
- Headshot:
alt="Dr. Sarah Miller, licensed professional counselor, smiling in her Austin office" - Office photo:
alt="Warm, well-lit therapy room with a comfortable couch, plants, and soft lighting" - Decorative image:
alt=""(empty alt — tells screen readers to skip it) - Logo:
alt="WebsiteTherapy logo"
Common mistake: Using alt text like "photo" or "image" or repeating the same alt text on every image. Each alt text should be unique and descriptive.
3. Keyboard Navigation Failures
Many users navigate websites entirely with their keyboard — using Tab to move between interactive elements and Enter to activate them. If your website can't be fully navigated with a keyboard, it's inaccessible to users with motor disabilities.
Common keyboard issues on therapist sites:
- Dropdown menus that only open on hover — keyboard users can't hover. The menu must also open on focus.
- Missing focus indicators — when you tab through a page, each element should show a visible outline. Many therapist themes remove focus outlines for aesthetic reasons. This makes keyboard navigation impossible.
- Interactive elements that aren't focusable — clickable elements built with
<div>or<span>instead of<button>or<a>can't receive keyboard focus. - Modal dialogs that trap focus — if a popup opens and the user can't Tab out of it or close it with Escape, they're stuck.
- Skip navigation missing — a "Skip to main content" link at the top of the page lets keyboard users bypass the navigation menu on every page. Without it, they have to Tab through every nav link on every page visit.
How to test: Unplug your mouse. Try to navigate your entire website — every page, every form, every menu — using only Tab, Shift+Tab, Enter, and Escape. If you can't, neither can your users.
4. Form Label Failures
Contact forms are one of the most critical elements on a therapist website — and one of the most commonly inaccessible. Screen readers need programmatic labels to announce what each field is for.
What fails:
- Placeholder text used as the only label ("Enter your name" inside the field). Screen readers don't consistently read placeholder text, and it disappears when the user starts typing.
- Visual labels that aren't programmatically associated with the input (the label says "Email" but isn't connected to the email field via
for/idattributes). - Error messages that aren't announced — if a required field is empty, the error should be programmatically associated with the field so screen readers announce it.
What passes:
- Every form field has a visible
<label>element with aforattribute matching the input'sid - Required fields are indicated both visually (asterisk) and programmatically (
aria-required="true") - Error messages are associated with their fields via
aria-describedby - The form can be submitted entirely via keyboard
Why Accessibility Matters Beyond Compliance
Compliance is the floor, not the ceiling. Here's why accessibility should matter to you as a therapist — beyond avoiding lawsuits.
You're excluding the people who need you most.
People with disabilities experience depression at 3 times the rate and anxiety at 2 times the rate of the general population (WHO, 2023). Veterans with PTSD — a population many therapists specialize in serving — often have co-occurring traumatic brain injuries that affect their ability to navigate complex websites. Older adults, who are increasingly seeking therapy, may have low vision, motor difficulties, or cognitive changes that make inaccessible websites unusable.
When your website doesn't work with a screen reader, you've told a blind person seeking therapy that they're not welcome. Not intentionally — but that's the effect.
Accessible websites perform better for everyone.
Accessibility improvements aren't just for users with disabilities. They make websites better for all users:
- Higher color contrast → easier to read in bright sunlight on a phone
- Keyboard navigation → works better for power users and tablet users
- Clear form labels → fewer form abandonment errors for everyone
- Descriptive headings → easier scanning for all visitors
- Alt text on images → better SEO (Google reads alt text)
- Captions on videos → useful in noisy environments or when audio isn't available
Accessible websites rank better.
Google's algorithms reward accessibility signals. Pages with proper heading hierarchy, descriptive alt text, semantic HTML, and fast load times rank higher than those without. A WebAIM study found that websites with fewer accessibility errors had measurably better search rankings (WebAIM Million, 2025).
AI search favors accessible content.
AI engines like ChatGPT rely on semantic HTML to understand page structure. Proper headings, labeled form fields, and descriptive alt text aren't just accessibility features — they're signals that help AI parse and cite your content. An accessible website is an AI-readable website.
Self-Audit Checklist: 10 Things to Check Today
You don't need an accessibility consultant to identify the most common issues. Run through this checklist in 15 minutes.
| # | Check | How to Test | Pass/Fail |
|---|---|---|---|
| 1 | HTTPS active (padlock in browser) | Load your site — look for padlock | |
| 2 | All images have alt text | Right-click any image → Inspect → check for alt attribute | |
| 3 | Text contrast passes 4.5:1 | WebAIM Contrast Checker with your primary text/background colors | |
| 4 | Site navigable by keyboard | Unplug mouse, Tab through entire site | |
| 5 | Focus indicators visible | Tab through — can you see which element is focused? | |
| 6 | Form fields have visible labels | Check your contact form — are labels visible, not just placeholders? | |
| 7 | Headings are hierarchical | Install HeadingsMap browser extension — check for skipped levels | |
| 8 | Page language is declared | View source — check for <html lang="en"> | |
| 9 | Links have descriptive text | Search for "click here" links — each link should describe its destination | |
| 10 | Videos have captions | Play any embedded video — are captions available? |
Automated testing: For a deeper audit, run your site through these free tools:
- WAVE (wave.webaim.org) — browser extension that overlays accessibility errors directly on your page
- Google Lighthouse — built into Chrome DevTools (F12 → Lighthouse tab → check Accessibility)
- axe DevTools — browser extension by Deque, the gold standard for automated testing
Important caveat: Automated tools catch approximately 30-40% of accessibility issues (Deque, 2024). They're excellent at detecting missing alt text, contrast failures, and missing labels. They can't detect whether your alt text is meaningful, whether your heading hierarchy makes sense, or whether your keyboard navigation flow is logical. Manual testing is still necessary.
How WebsiteTherapy Handles Accessibility
Accessibility isn't something we bolt on after the fact. It's built into the architecture from the ground up. Here's specifically how.
React Aria components. Every interactive element — buttons, menus, modals, accordions, tabs, form fields — is built using React Aria, Adobe's accessibility-first component library. React Aria handles keyboard navigation, focus management, screen reader announcements, and ARIA attributes automatically. We don't write custom accessibility code that might have bugs — we use a library maintained by a dedicated accessibility team.
Contrast validator. Every theme we offer — and every custom theme configuration — is validated against WCAG 2.1 AA contrast requirements at build time. If a color combination fails contrast, the build fails. It's not possible to deploy a WebsiteTherapy site with contrast violations because the system won't allow it.
axe-core automated testing. Every component and page is tested with axe-core (the same engine behind axe DevTools) in our test suite. We run over 4,000 tests, and accessibility violations fail the build. This catches issues during development, not after deployment.
Semantic HTML. Our pages use proper heading hierarchy, semantic landmarks (<nav>, <main>, <footer>), native form elements with programmatic labels, and descriptive link text. No <div> buttons. No placeholder-only form fields. No mystery meat navigation.
Image alt text. When your AI assistant adds images to your site, it generates descriptive alt text automatically. When you upload a headshot, it's tagged with your name, credentials, and location. When office photos are added, they're described with relevant detail.
Skip navigation. Every page includes a "Skip to main content" link — visible on keyboard focus — so screen reader and keyboard users can bypass the navigation menu.
Focus management. When modals open, focus moves inside them. When they close, focus returns to the trigger element. When a page navigation occurs, focus moves to the new content. These are the details that automated tools can't test but that screen reader users rely on.
The result: every WebsiteTherapy site scores 95+ on Google Lighthouse accessibility out of the box. Not because we slapped an overlay widget on a broken site — because the underlying architecture was built for accessibility from day one.
What to Do Before May 2026
Here's the priority list if you're starting from zero.
This week (1 hour):
- Run your site through WAVE (wave.webaim.org). Count the errors.
- Check your contact form: visible labels? Keyboard submittable? Error messages associated with fields?
- Test keyboard navigation: Tab through your entire site without a mouse.
- Check your 3 most important color combinations at WebAIM's Contrast Checker.
This month (a few hours):
- Add alt text to every image on your site (prioritize headshots and office photos).
- Fix any contrast failures by darkening text colors or increasing background contrast.
- Ensure all form fields have visible, programmatic labels.
- Add a "Skip to main content" link if one doesn't exist.
- Check that all pages have a
<html lang="en">declaration.
This quarter:
- Run Google Lighthouse accessibility audit on your top 5 pages. Target 90+ score.
- Have a friend or colleague navigate your site with a keyboard only — they'll catch issues you've become blind to.
- Add captions to any videos on your site (YouTube auto-generates captions; review them for accuracy).
- Review your heading hierarchy — install HeadingsMap and fix any skipped levels.
If your score is below 60:
If your Lighthouse accessibility score is below 60, you likely have deep structural issues that are expensive to fix on your current platform. Patching accessibility onto a broken foundation is like renovating a house with a cracked foundation — the fixes won't hold. At that point, it may be more cost-effective to migrate to a platform that was built for accessibility rather than retrofitting an old site.
Accessibility is one of those things that's much cheaper to build right the first time than to fix after the fact. The therapist websites that score 95+ on accessibility didn't get there through remediation — they got there through architecture.
Sources: Department of Justice ADA Title II Final Rule (April 2024), UsableNet 2025 Midyear Web Accessibility Lawsuit Report, CDC Disability and Health Data System (2024), WHO World Report on Disability (2023), WebAIM Million 2025 Annual Accessibility Analysis, Deque Systems axe-core documentation, W3C Web Content Accessibility Guidelines 2.1.