Here's the short version: yes, your med spa website almost certainly should be accessible — and in 2026, "should" is edging closer to "must." Under the Americans with Disabilities Act, a clinic is a place of public accommodation, and courts and the Department of Justice increasingly treat the website that books its patients as an extension of that clinic. But accessibility isn't only a legal question. Every barrier on your site — an unlabeled booking button, low-contrast text, a form a screen reader can't parse — is a patient who quietly gives up and books somewhere else. This guide covers what accessibility means, the gaps that draw demand letters, and a practical checklist to close them. (It's general guidance, not legal advice — for your specific exposure, talk to a lawyer.)
The short answer
Title III of the ADA requires places of public accommodation — which includes medical and aesthetic clinics — to be usable by people with disabilities. For years courts were split on whether that extended to websites, but the momentum has been one-directional: the DOJ has repeatedly affirmed that the ADA applies to the web content of businesses, and lawsuits over inaccessible sites have climbed every year. There is no separate "med spa exemption." If your website is where patients learn about treatments and book appointments, treat it as in scope.
What accessibility actually means
Web accessibility means someone can use your site regardless of how they browse it — with a screen reader, keyboard only, voice control, screen magnification, or captions. The recognized rulebook is the Web Content Accessibility Guidelines (WCAG), and its four principles are easy to remember as POUR:
- Perceivable — people can perceive the content. Images have alt text, videos have captions, text has enough contrast to read.
- Operable — everything works without a mouse. A patient can tab to your booking button and press Enter to open it.
- Understandable — the site behaves predictably, labels are clear, and errors (like a mis-typed phone number) are explained in plain language.
- Robust — the code is clean enough that assistive technology can interpret it reliably, now and as tools evolve.
WCAG has three conformance levels — A, AA, and AAA. AA is the practical target almost everyone aims for, and it's the level referenced in most legal settlements. You don't need to memorize the guidelines; you need a site that was built with them in mind.
The gaps that trip up most med spa sites
Med spa websites lean heavily on big imagery, elegant thin fonts, and slick booking widgets — and those are exactly the elements that tend to fail accessibility checks. The most common offenders:
- Low-contrast text — pale gray or gold type on a white or light photo. It looks luxe; a low-vision patient can't read it.
- Images without alt text — before-and-after galleries and treatment photos with no description, so a screen-reader user hears nothing.
- Booking buttons that aren't real buttons — a clickable
<div>a keyboard user can't reach or activate. This is the single most damaging gap on an aesthetics site. - Forms without labels — contact and consultation forms where fields aren't programmatically labeled, so a screen reader announces 'edit text' with no context.
- Third-party booking widgets — many embedded schedulers (Mangomint, Vagaro, and others vary) aren't fully accessible, and it's still your site that carries the risk.
- Video with no captions — provider intros and testimonial videos that lock out deaf and hard-of-hearing patients.
- Menus and pop-ups that trap keyboard focus — a promo modal you can open but can't close without a mouse.
Notice how many of these overlap with things that also hurt conversions and SEO. Slow, bloated, mouse-dependent pages lose patients whether or not they have a disability — which is why accessibility work so often doubles as conversion work. Clean, well-structured, fast pages help everyone.
The real risk: demand letters and lost patients
There are two costs to an inaccessible site, and most owners only worry about the first.
The legal cost is real and increasingly common. A cottage industry of serial plaintiffs and their firms scans thousands of small-business websites with automated tools, then sends demand letters seeking a quick settlement — often a few thousand to tens of thousands of dollars — plus a promise to remediate. Aesthetic clinics, with their image-heavy sites and healthy margins, are attractive targets. Most of these never reach a courtroom; they're settled precisely because fighting costs more.
The quieter cost is lost patients. Roughly one in four U.S. adults lives with some disability, and the population booking aesthetic treatments skews toward ages where vision, dexterity, and hearing changes are common. Every barrier is a booking you never see — no error message, no bounce you'd notice, just a patient who couldn't finish and went elsewhere. Accessibility widens your market at the same time it lowers your risk.
“The clinics that get demand letters almost never set out to exclude anyone — they just launched a beautiful template and never checked whether a keyboard could reach the 'Book Now' button. Accessibility is rarely about intent; it's about whether anyone tested.”
— Codura Solutions
A practical accessibility checklist
You don't need to become a WCAG expert. Work through these, and you'll clear the gaps that cause the vast majority of problems:
- Check color contrast — body text should hit at least a 4.5:1 ratio against its background. Free tools like WebAIM's contrast checker make this a two-minute job.
- Add descriptive alt text to every meaningful image, especially treatment and before-after photos.
- Make sure every interactive element — buttons, links, booking triggers — is reachable and usable with the Tab and Enter keys alone.
- Label every form field programmatically, and give clear, specific error messages when something's wrong.
- Add captions to all videos and transcripts where practical.
- Confirm your embedded booking tool is accessible — test it with a keyboard, and ask the vendor for their accessibility statement (VPAT).
- Ensure headings are in logical order (one H1, then H2s, then H3s) so screen readers can navigate the page.
- Test with a real screen reader (VoiceOver on Mac, NVDA on Windows) or have a specialist run an audit — automated scanners catch maybe a third of issues.
Accessibility belongs in the same conversation as your other clinic-website obligations. If you're already thinking about HIPAA and patient-data compliance, fold accessibility into the same review — both come down to building the site correctly from the start rather than patching it after a complaint.
Where to start
If you're not sure where your site stands, start with a look at what's actually broken. We'll audit your current site — accessibility gaps included — and send you the top fixes, no call required: grab a free audit. And if it turns out your site needs more than patches, building it accessible, fast, and conversion-first from the ground up is exactly what we do.