Why pharma accessibility stopped being optional in June 2025
Since 28 June 2025, Directive (EU) 2019/882, better known as the European Accessibility Act, has been in force across all 27 EU Member States. Patient-facing websites, disease awareness platforms, and digital health tools must now conform to WCAG 2.2 AA through the harmonised standard EN 301 549. Pharmaceutical companies are fully in scope. Only microenterprises with fewer than 10 employees and under €2 million turnover are exempt, which excludes essentially every marketing authorisation holder operating in Europe.
The stakes are concrete. Penalties can reach €100,000 or 4% of annual turnover depending on Member State implementation, alongside corrective orders and restricted market access. 2026 is the first full year in which national authorities actively supervise compliance, which means brand teams that treated the deadline as a soft target are now visible.
And the baseline is poor. Industry research suggests roughly 1 in 5 Europeans needs digital accommodations, while 96% of websites still fail basic accessibility tests. Pharma sites, with their PDFs, patient journeys, and layered consent flows, are rarely in the compliant 4%.
How to run a WCAG audit on a pharma website
A credible WCAG audit on a pharma website has two halves that cannot be separated: an automated scan that maps the terrain, and a designer-led review that decides the route.
The automated half runs a crawler across the entire live property. Every page, every reusable component, every PDF linked from a patient journey. Nothing is sampled. An audit skill then checks each element against WCAG 2.2 AA criteria: contrast ratios, mobile font sizing, heading structure, screen-reader labels, keyboard focus order, form field labelling, and video captions. On a 100-page pharma site, this now takes around three hours in Promedia's workflow. The manual equivalent used to take three weeks.
The output is grouped by root cause rather than by page. If one design token fails contrast, that is one finding, not the 200 places it appears across the site. This is the shift that makes remediation economically sensible: fix the token once at the design-system level and hundreds of downstream instances resolve at the same time.
How does automated accessibility auditing work for pharma?
Automated accessibility scanning works by parsing the rendered DOM of each page and comparing it against machine-checkable success criteria. It is fast and consistent, and it catches the failures that have clear pass/fail rules: missing alt text, insufficient contrast, unlabeled form inputs, empty link text, invalid heading hierarchies.
What it does not catch is judgement. A crawler can confirm that an image has an alt attribute. It cannot decide whether the alt text meaningfully describes the injection-site diagram it accompanies. It can confirm a video has captions. It cannot check whether those captions accurately convey the dosing instruction in the voiceover.
Independent accessibility research consistently puts the ceiling of automated coverage at roughly 25 to 40 percent of WCAG issues. EN 301 549 conformance explicitly requires manual testing with assistive technologies across real user workflows. This is not a Promedia opinion. It is how the standard is written.
How to prioritise WCAG findings by patient journey
The part that matters is what happens after the report lands. A designer sits with the findings and reads them against real patient journeys. This is where automation stops and expertise starts.
Consider a button that fails contrast. A tool will flag it and move on. A designer asks: where does this button live? If it is the primary CTA on a self-administration video page, where a patient with low vision needs to press play to learn how to inject a biologic, that finding jumps to the top of the backlog. If it is a tertiary link in a cookie preferences drawer, it can wait for the next design-system release.
Promedia's demo workflow captures this principle as: AI assists the review, designers decide what to fix. The recommended cadence is a quarterly automated agent run to build a backlog, then fixes applied first at the design-system level and subsequently on the live website. That order matters. Fixing the design system prevents the same failure being reintroduced by the next agency, the next campaign, the next content refresh.
When a designer prioritises, they typically sort findings into four buckets:
- Critical patient-safety paths: dosing information, adverse-event reporting, self-administration guidance
- Design-system root causes: tokens, components, and patterns that propagate failures site-wide
- Content-level fixes: alt text, caption accuracy, plain-language rewrites that need brand or medical review
- Cosmetic or low-traffic items: legitimate findings that do not block a patient from completing a task
This is the plan that goes to Medical, Regulatory, and the brand team. Not a 400-row spreadsheet.
What is the difference between automated and manual WCAG audit
An automated audit is a diagnostic. It tells you what is broken and where, at scale, quickly, and repeatably. A manual audit is a clinical assessment. It tells you what to do about it, in what order, and why.
Running only the automated half leaves 60 to 75 percent of real accessibility barriers undetected and produces a backlog with no prioritisation logic. Running only the manual half is prohibitively slow and cannot cover a 100-page site quarterly. The two halves are complementary, not alternatives.
This is also why Promedia positions application audits as Stage 12 of its patient engagement lifecycle, an ongoing feedback loop after everyday delivery to patients rather than a one-off pre-launch check. Governance checks and incremental improvements precede the audit stage, which frames WCAG reviews as continuous quality assurance rather than a compliance panic.