Education ⏱ 10 min read

Web Accessibility for Clinics: Why WCAG 2.2 Is No Longer Optional in 2026

Older patients, visual or motor disabilities, and clinic anxiety need an accessible website. Here is what the law requires and how to meet it painlessly.

Older person using a laptop with a magnifier and good lighting, browsing an accessible website
Quick answer

Yes: since June 28, 2025, EU Directive 2019/882 (the European Accessibility Act) requires specific private digital services across the EU to be accessible, adding to Royal Decree 1112/2018 already in force for the public sector. For a clinic, meeting WCAG 2.2 AA isn't just about avoiding penalties — it's about not shutting the door on older patients, patients with disabilities, or clinic anxiety, while also improving your SEO.

Picture a patient in their seventies, cataracts making everything a little blurrier than it used to be, trying to book an appointment on your dental clinic's website. The light-grey text on a white background is barely readable, the "Book appointment" button barely responds to a shaky tap, and the contact form just says the phone number "is invalid" without explaining why. They close the tab and call a competitor instead. That is website accessibility for clinics failing in real time, and it just cost you a patient.

In this article I break down who actually needs your website to be accessible, what Spanish and EU law now require — including a 2025 change that directly affects private healthcare businesses like yours — and what concrete changes you can make this week, with practical examples covering color contrast, keyboard focus, and accessible forms.

Who actually needs your clinic's website to be accessible

When people hear "web accessibility," they often picture a small, specific group. In a clinic, the reality is that accessibility affects a much larger share of the patients you already have, or want to attract:

  • Older patients: reduced visual sharpness, hand tremors that make precise mouse use difficult, less familiarity with complex websites.
  • People with visual impairments: from low vision (needing zoom and strong contrast) to total blindness (navigating entirely by screen reader, without a mouse).
  • People with motor disabilities: navigating with a keyboard, a switch device, or assistive hardware, unable to click precisely on small buttons.
  • Anxious patients or people with dental or medical phobia: a large share of the population delays or avoids appointments out of fear. A confusing website, with forms that fail silently, adds to that anxiety before they've even walked through the door.
  • People with cognitive disabilities or reading difficulties: they need plain language, predictable structure, and error messages that explain what happened, not just that "something went wrong."

In a clinic — dental, medical, physiotherapy, any healthcare practice — this group of users is not an edge case, it's a core part of the audience. Designing without them in mind is not a minor oversight: it means shutting the door on exactly the people who most need to find you.

There's a nuance that gets forgotten too often: accessibility does not only help people with a permanent disability. A parent holding a baby in one arm while browsing on a phone with the other, someone with a wrist in a cast after a fall, or simply a patient checking your site outdoors with sunlight glaring on the screen, all run into the same barriers of low contrast, tiny buttons, or confusing navigation. Design for the hardest case, and the experience improves for absolutely every patient, not just a minority.

A number worth sitting with

According to the European Commission, more than 80 million people in the EU live with some form of disability. Add the growing population aged 65 and over, and you're looking at a huge share of your potential patients browsing with some kind of accessibility barrier.

It's not just a recommendation anymore: what Spanish and EU law require

For years, web accessibility was treated as an optional nice-to-have, something that "would be good to have." That has changed, and it matters if you run or are about to redesign your clinic's website.

Public healthcare has been required to comply since 2018

Royal Decree 1112/2018, of September 7, on the accessibility of public sector websites and mobile applications, requires public administration websites and apps — including public health centers — to comply with WCAG level AA. This decree transposes EU Directive 2016/2102 into Spanish law and has been in force since 2018.

Private businesses are now in scope, as of June 2025

Here's the update many private clinics still don't know about: Directive (EU) 2019/882, known as the European Accessibility Act, has applied across the entire European Union since June 28, 2025, and extends accessibility obligations to specific private-sector services, including e-commerce and digital services aimed at consumers. If your clinic sells online (treatment packages, financing, paid appointment booking, a product store), or if your business crosses certain size thresholds, this framework applies to you directly.

What actually matters here

You don't need to be a large clinic chain for this to be relevant. Both Spanish and EU regulation are moving in one direction only: requiring accessibility from private businesses that offer digital services to the public, too. Getting ahead of it now saves you a legal headache later, and gives you an edge over competitors who haven't caught up yet.

The technical reference standard in both cases is WCAG 2.2 from the W3C, published as an official recommendation and organized around four principles: perceivable, operable, understandable, and robust, with conformance criteria at levels A, AA, and AAA. Level AA is, in practice, what every relevant European and Spanish regulation asks for.

The benefit almost nobody mentions: accessibility and SEO go hand in hand

Here's something most clinics don't expect: making your website accessible directly improves your Google ranking. That's not a coincidence or a minor side effect — it's a direct consequence of how both systems actually work.

  • Semantic HTML (proper heading hierarchy, correct tags for buttons and links) helps screen readers understand your page, and those exact same elements help Google crawl and index your content correctly.
  • Alt text on images describes a photo of a treatment to a blind visitor, and at the same time tells Google what's in that image — key for showing up in image search and for the page's overall semantic context.
  • Strong contrast and readable typography lower your bounce rate because people actually stay and read, a signal Google interprets as content quality.
  • Clear structure and full keyboard navigation improve the overall user experience, one of the factors Google's algorithm weighs increasingly heavily.

In my own projects, I build accessibility in from day one of development, not as a patch bolted on at the end. The results are measurable: I've hit a 100/100 accessibility score in Lighthouse on several real client projects, and that same technical discipline — clean HTML, correct contrast, a well-thought-out heading hierarchy — is exactly what later translates into better SEO and pages that load fast and work well on any device.

Practical examples: what to fix on your clinic's website this week

Accessibility doesn't mean rebuilding your entire website. Most fixes are concrete, measurable, and relatively quick to apply once you know where to look.

Color contrast

The WCAG 2.2 minimum contrast criterion requires a ratio of at least 4.5:1 between text and its background to meet level AA (3:1 for large text). That trendy light-grey text on white almost always fails this test. Checking it takes thirty seconds with any online contrast checker.

Visible focus when navigating by keyboard

Many templates strip out the "focus ring" (the outline showing which button or link is currently selected) because it "looks cleaner." The problem is that someone navigating purely by keyboard — due to a motor disability, or because they're using a screen reader — is left completely lost without that visual cue. Visible focus should always remain, with clear contrast against the background.

Forms with labels and accessible error messages

For many clinics, the contact or booking form is the single most important conversion point on the entire website. And yet it's common to find:

  1. Fields with no associated <label>, which a screen reader simply cannot identify.
  2. Generic error messages ("Error") instead of an explanation of what's wrong and how to fix it ("Phone number must be 9 digits").
  3. Required fields marked with color alone, with no text indication.
  4. Forms that reset entirely when a single field fails, forcing the patient to fill everything in again.

Alt text on treatment images

A before-and-after photo of an orthodontic treatment needs a descriptive alt text ("Smile before and after six months of clear aligner treatment"), not a generic "image1.jpg" or nothing at all. This helps people with visual impairments understand the content and, as covered above, also feeds your image SEO.

Quick accessibility checklist for your website

Minimum 4.5:1 contrast on all text · visible focus on every interactive element · descriptive alt text on every image · forms with labels and clear error messages · full navigation possible with a keyboard alone · headings in strict hierarchical order (H1, H2, H3) with no skipped levels.

Ignoring accessibility is no longer just an ethical question or a best practice. For a healthcare business, it carries two very concrete consequences:

Legal risk. With Directive (EU) 2019/882 in force since June 2025 and transposed into national law in every member state, private businesses offering relevant digital services are increasingly under scrutiny from oversight bodies and open to user complaints. In the public sector, Royal Decree 1112/2018 already includes a formal complaint mechanism for non-compliance. The direction is clear: what's a grey area today is turning into an enforceable obligation.

Reputational risk. A clinic runs on trust. If a patient with a disability, or simply an older patient with limited vision, can't book an appointment on your site and has to call in frustration — or worse, goes to a competitor instead — that negative experience gets talked about. In an industry where word of mouth and online reviews carry enormous weight, a website that excludes part of your patient base is a brand problem, not just a code problem.

On top of that, there's a purely commercial argument: the population aged 65 and over keeps growing every year, and it's exactly the group most likely to need recurring dental, ophthalmology, or physiotherapy care. A clinic whose website is hard to use for that group isn't just breaking a rule — it's closing the door on a growing, economically significant part of its potential market.

If you want to see how all of this plays out on a real healthcare project, this article on building websites for clinics in Granada walks through the full process, from design to technical compliance. And if you're curious why it pays to invest in these standards from day one, I'd also recommend this article on hitting a 100/100 Lighthouse score for a local business.

Frequently asked questions about website accessibility for clinics

Is my private clinic legally required to have an accessible website?

It depends on your size and whether you offer relevant digital services (online sales, paid bookings). Since June 28, 2025, Directive (EU) 2019/882 requires specific private services across the entire EU to comply. If you're unsure whether your specific case falls in scope, the safest move is to adapt anyway — it's an investment that pays for itself.

Which WCAG level do I need to meet: A, AA, or AAA?

Level AA is the reference standard, both under Royal Decree 1112/2018 for the public sector and in standard EU practice for private businesses. Level AAA is stricter and desirable, but it's rarely mandatory; AA already covers the vast majority of real barriers your patients face.

How much does it cost to make a clinic's website accessible?

It depends on whether you're starting from scratch or retrofitting an existing site. Building with accessibility in mind from day one barely adds to development cost, since it's mostly good HTML and design practice, not a separate module. Retrofitting an older website does require an audit and targeted fixes, but it's usually far cheaper than rebuilding the whole thing.

How do I know if my clinic's current website is accessible?

You can run a free first check with tools like Lighthouse (built into Chrome) or a contrast-checking browser extension. It will give you a rough score and a list of concrete issues. For a full WCAG 2.2 audit, you'll want a manual review with a keyboard and a screen reader too, not just an automated scan.

Does web accessibility actually improve my clinic's SEO?

Yes, indirectly but genuinely. Semantic HTML, alt text on images, and strong contrast — all requirements of accessibility — are signals Google also relies on to crawl, index, and rank your content. It's not the only SEO lever, but it adds up, and it improves the experience for every single patient who lands on your site.

🚀 Want to know what your business actually needs?

I'll give you a free, no-commitment consultation. No pressure, no selling you things you don't need. Write to me here →

Pablo Gómez Villén, Full Stack Developer

Written by

Pablo Gómez Villén

Full Stack Developer · Laravel, PHP, JavaScript

Full Stack Developer with over a year of production experience. Specialized in PHP (Laravel), JavaScript and MySQL. Shares learning and technical insights on this blog.

Contact

Book free meeting Request a quote

Before you go!

Let's work together

Tell me about your project or send me your offer, no commitment.
I respond in less than 24h.

Book a free call (20 min) Get a free quote
Call