Dental Website Accessibility: The Compliance Risk Most Practices Do Not Know They Have
Accessibility reaches most dental practices in one of two ways: a demand letter from a law firm, or a vendor selling a widget that promises instant compliance. Both are bad introductions. One arrives too late and the other does not work.
The useful version is simpler. A meaningful share of your patients have a disability that affects how they use your website — low vision, motor limitations, hearing loss, cognitive differences — and that share skews older, which for most practices means it skews toward your highest-value treatment. Building a site they can use is both the right thing and the commercially obvious thing. Compliance is the floor, not the goal.
What the law actually says
Be careful with vendors quoting deadlines at you, because most of the recent regulatory news does not apply to private practices.
- Title III of the ADA covers private businesses open to the public, including dental practices. It has no codified technical standard for websites. Courts have nonetheless found websites subject to it, and WCAG is the standard plaintiffs and settlements use in practice.
- Title II covers state and local government entities. The Department of Justice’s 2024 rule set WCAG 2.1 Level AA as the standard there, with compliance dates extended to April 2027 and April 2028 depending on population size. If you are a private practice, this rule is not your deadline — but it signals where the accepted standard sits.
- Section 504 can reach practices that receive federal financial assistance, which for some dental organizations includes certain Medicaid-related arrangements. Worth a conversation with counsel rather than an assumption either way.
The litigation environment is the practical driver. UsableNet’s tracking recorded more than 5,000 ADA digital accessibility lawsuits in 2025, with 45% of federal cases filed against companies that had already been sued once. Filing volume is concentrated in New York and Florida but not limited to businesses located there. Small businesses are routinely targeted, and healthcare sites appear regularly.
The overlay widget problem
The accessibility toolbar that floats in the corner of a site — the one that offers high contrast and bigger text — is sold as a compliance solution. It is not. Overlays sit on top of inaccessible markup and attempt to patch it at runtime. Screen reader users widely report that they make sites harder to use, not easier, and accessibility advocates have campaigned against them for years. Critically, using one has not prevented lawsuits; plaintiffs’ firms have specifically targeted sites that run them.
Use overlays, if at all, as a convenience feature on top of a site that is already accessible. Never as a substitute for fixing the markup, and never as the thing you point to in a legal response.
The fixes that matter on a dental site
Ninety percent of practical accessibility on a practice website comes down to a short list, and none of it requires a rebuild:
- Alt text on every meaningful image — team photos, before-and-afters, office shots. Decorative images get empty alt attributes so screen readers skip them. This overlaps directly with good SEO hygiene.
- Color contrast. The single most common failure on modern dental sites, because light-gray-on-white looks elegant in a mockup and is unreadable to a 68-year-old patient. Aim for a 4.5:1 ratio on body text. Check your buttons and your footer, which are usually the worst offenders.
- Keyboard navigation. Tab through your entire site without a mouse. You must be able to reach and activate every link, form field and button, and you must be able to see where you are — visible focus outlines, not the ones your designer removed because they looked untidy.
- Form labels. Placeholder text is not a label. Every field in your appointment request form needs a real, programmatically associated label and a clear error message.
- Proper heading structure. One H1, then H2s and H3s in logical order. Screen reader users navigate by heading; a page styled with visual size instead of semantic headings is a maze.
- Captions on video. Every patient testimonial and doctor introduction. This also helps the large share of viewers who watch with sound off.
- Link text that means something. “Learn more” repeated eleven times tells a screen reader user nothing. “Learn more about implant financing” does.
- Skip-to-content link so keyboard users are not tabbing through the full navigation on every page.
How to audit without buying anything
- Run an automated checker such as WAVE or axe on your homepage, a service page, your contact page and your booking form. Automated tools catch roughly a third of issues — a useful third.
- Do the keyboard test manually on those same pages.
- Check contrast on your primary button, body text, footer and any text sitting over a photo.
- Submit your own appointment form with a deliberate error and see whether the error is announced clearly.
- Fix, then re-test. Add accessibility to the checklist for every new page you publish, because sites drift back out of compliance one blog post at a time.
If you are commissioning a new site, put WCAG 2.1 AA in the contract as an acceptance criterion. Retrofitting is several times more expensive than specifying it up front, a point worth raising during any dental website design project or redesign.
The part nobody frames correctly
Accessibility work makes your site better for everyone. Higher contrast helps every patient reading on a phone in sunlight. Captions help everyone in a waiting room. Clear labels reduce form abandonment. Semantic headings help search engines and AI answer engines parse your content, which increasingly determines whether you appear in AI-generated results at all — the mechanics of that shift are in AI search versus traditional SEO.
Treat it as part of building a site that converts, described in what makes a high-converting dental website, rather than as a legal chore. The practices that get sued are almost always the ones who never looked.
Frequently asked questions
Do ADA accessibility rules apply to private dental practice websites?
Title III applies to private businesses serving the public and has been applied to websites by courts, though it has no codified technical standard. WCAG 2.1 AA is the benchmark used in practice by plaintiffs and settlements.
Does the April 2026 ADA web rule affect my practice?
That rule is Title II and covers state and local government entities, with compliance dates extended to 2027 and 2028. It does not set a deadline for private practices, but it reinforces WCAG 2.1 AA as the accepted standard.
Do accessibility overlay widgets make a site compliant?
No. Overlays patch inaccessible code at runtime, are widely criticized by screen reader users, and have not prevented lawsuits. Fix the underlying markup instead.
What is the most common accessibility failure on dental websites?
Insufficient color contrast, followed by missing alt text and form fields that use placeholders instead of real labels. All three are inexpensive to fix.
How do we test our dental website for accessibility?
Run an automated scanner on your key pages, then tab through the site with a keyboard, check contrast ratios, and submit your own forms with errors. Automated tools alone catch only part of the problem.


