The European Accessibility Act deadline of June 28, 2025 has already passed, and many organizations are still scrambling to understand what it actually requires. If your website serves customers in the EU and you sell products or services covered by the Act, non-compliance is no longer a future risk but a present one. This guide walks through the specific requirements, a practical audit process, and the ongoing strategies you need to stay compliant without losing your mind.

Ensuring Website Compliance with the European Accessibility Act
Photo by Markus Winkler from Pexels
TL;DR:
  • The European Accessibility Act (EAA) requires websites offering covered products and services in the EU to meet accessibility standards aligned with EN 301 549 and WCAG 2.1 AA.
  • Compliance demands more than technical checks: cognitive accessibility, clear language, and consistent navigation are explicitly part of the requirements.
  • Build a repeatable audit process, document everything, and schedule quarterly reviews to stay ahead of enforcement actions.

What the EAA actually covers

The European Accessibility Act (Directive 2019/882) is an EU directive that harmonizes accessibility requirements across all member states. Unlike WCAG guidelines or the ADA, the EAA is a product-focused regulation. It targets specific categories of products and services, not just "websites" in general.

0
EU Member States Enforcing the EAA

Here is what falls under the EAA's scope:

  • E-commerce websites selling products or services to EU consumers
  • Banking and financial services including online banking platforms
  • Telecommunications services and related websites
  • Transport services such as ticketing and real-time travel information
  • E-books and e-readers
  • Audio-visual media services and streaming platforms
  • Emergency communication services (112 access)
If your organization operates in any of these sectors and serves EU customers, the EAA applies to you. Microenterprises (fewer than 10 employees and under EUR 2 million turnover) providing services get a limited exemption, but the exemption is narrow and does not cover products.
"The EAA represents a significant step toward a more inclusive society, harmonizing accessibility standards across the EU and reducing barriers for people with disabilities."
>, European Accessibility Act (EAA) compliance checklist

The Act does not prescribe a single technical standard. Instead, it references EN 301 549, the European standard for ICT accessibility, which itself maps closely to WCAG 2.1 Level AA. But the EAA goes further than WCAG in one critical area: it explicitly requires that services be "understandable" and "perceivable" in ways that address cognitive and learning disabilities, not just sensory or motor impairments.

Key takeaway: The EAA is not just another WCAG checklist. It is a legally binding directive that requires demonstrable, documented accessibility across specific product and service categories, with particular emphasis on cognitive accessibility.

Key requirements for compliance

accessibility standards
Photo by Craig Adderley from Pexels

The EAA's Annex I lays out functional accessibility requirements. For websites and digital services, these translate into concrete obligations:

Perceivable content

All information and user interface components must be presentable in ways users can perceive. This includes:

  1. Text alternatives for non-text content (images, icons, charts)
  2. Captions and transcripts for audio and video content
  3. Sufficient color contrast (minimum 4.5:1 for normal text, 3:1 for large text)
  4. Resizable text up to 200% without loss of content or functionality
  5. No information conveyed by color alone

Operable interfaces

Users must be able to operate all interface components and navigation:

  1. Full keyboard accessibility for every interactive element
  2. No time limits on interactions, or the ability to extend/disable them
  3. No content that flashes more than three times per second
  4. Skip navigation links and logical heading structure
  5. Touch targets of at least 44x44 CSS pixels on mobile

Understandable content

This is where the EAA diverges most from what many teams currently test. The directive requires:

  1. Clear, plain language appropriate to the audience
  2. Consistent navigation patterns across pages
  3. Predictable behavior of interactive elements (no unexpected context changes)
  4. Error identification and suggestions in forms
  5. Labels and instructions for all user inputs
Organizations Currently Meeting Cognitive Accessibility Standards
0%

That 35% figure reflects a persistent gap. Most automated accessibility tools catch contrast ratios and missing alt text. Almost none evaluate whether your checkout flow confuses someone with ADHD, whether your error messages make sense to someone with low digital literacy, or whether your navigation is consistent enough for someone with a cognitive disability to build a mental model of your site.

Robust markup

Content must be compatible with current and future assistive technologies:

  1. Valid, semantic HTML with proper ARIA roles where needed
  2. Name, role, and value programmatically determinable for all UI components
  3. Status messages communicated to assistive technologies without focus changes

How to audit your website

website audit
Photo by RDNE Stock project from Pexels

An EAA compliance audit is not a one-time scan. It is a structured process that combines automated testing, manual review, and user testing. Here is the process broken into actionable steps.

Ensuring Website Compliance with the European Accessibility Act process
Figure 1: Ensuring Website Compliance with the European Accessibility Act at a glance.

Step 1: Scope definition

Start by identifying every digital touchpoint covered by the EAA. This includes your main website, mobile apps, customer portals, checkout flows, PDF documents linked from your site, and any embedded third-party widgets (chatbots, payment forms, booking engines). Third-party components are your responsibility if they appear on your service.

Create a page inventory. For large sites, prioritize by user traffic and task criticality:

  • Homepage and main landing pages
  • Product/service pages
  • Checkout and payment flows
  • Account creation and login
  • Contact and support pages
  • Legal pages (terms, privacy policy)

Step 2: Automated scanning

Run automated tools across your page inventory. These catch roughly 30-40% of WCAG issues:

  • axe DevTools (browser extension, free tier available)
  • WAVE (WebAIM's evaluation tool)
  • Lighthouse (built into Chrome DevTools)
  • Pa11y (open-source CLI tool for CI/CD integration)
Automated scans are a starting point, not a finish line. They reliably detect missing alt text, contrast failures, missing form labels, and broken ARIA attributes. They cannot evaluate cognitive accessibility, reading level, or whether your navigation makes sense.

Step 3: Manual expert review

A trained reviewer walks through each critical user journey using keyboard-only navigation, screen readers (NVDA on Windows, VoiceOver on macOS/iOS), and screen magnification. The reviewer checks:

  • Logical tab order and focus management
  • Heading hierarchy (one H1, sequential H2/H3 structure)
  • Link text clarity (no "click here" or "read more" without context)
  • Form error handling and recovery
  • Consistent navigation across pages
  • Reading level of key content (aim for grade 8 or lower for public-facing services)

Step 4: Cognitive accessibility review

This is the step most organizations skip, and it is the one the EAA cares about most. Evaluate:

  • Cognitive load: Are users asked to remember information across steps? Are forms broken into manageable chunks?
  • Language clarity: Is jargon defined? Are sentences short and direct?
  • Predictability: Do similar elements behave the same way across pages?
  • Error prevention: Can users review and correct input before submission?
  • Distraction management: Are there auto-playing videos, carousels, or pop-ups that interrupt task completion?
Tools like PagePerson Insights can help identify cognitive barriers that traditional accessibility scanners miss entirely, flagging areas where real visitors with ADHD, anxiety, or low digital literacy are likely to struggle.

Step 5: User testing

Recruit participants with diverse disabilities, including cognitive and learning disabilities. Even three to five participants per disability category will surface issues no automated tool or expert review catches. Focus sessions on completing real tasks: making a purchase, finding contact information, recovering a password.

Step 6: Documentation

The EAA requires you to demonstrate compliance, not just achieve it. Document:

  • Your accessibility statement (required by EN 301 549)
  • Audit methodology and tools used
  • Issues found and remediation timelines
  • Test results and user testing summaries
  • Dates of audits and responsible parties
The following interactive element shows a typical compliance status dashboard for an organization midway through their EAA audit process. It illustrates how different compliance areas often progress at different rates, with technical checks running ahead of cognitive accessibility work.

EAA Compliance Status Dashboard

Example: Mid-size e-commerce site, Q2 audit cycle
Perceivable (alt text, contrast, captions)88%
Operable (keyboard, focus, touch targets)74%
Understandable (language, navigation, errors)52%
Cognitive accessibility (load, clarity, predictability)31%
Documentation & statements60%
Overall readiness: 61% Next audit: Q3 2026

Non-compliance consequences

The EAA leaves enforcement to individual member states, which means penalties vary. But the direction is clear and consistent: enforcement is real, and it is ramping up.

Financial penalties

Each EU member state sets its own penalty structure. Germany's BFSG (Barrierefreiheitsstärkungsgesetz) allows fines up to EUR 100,000 per violation. France's enforcement framework includes similar financial penalties. Across the EU, regulators can also order products and services removed from the market.

0
Maximum Fine Per Violation (Germany)

Market access restrictions

Non-compliant products and services can be blocked from sale in the EU. For e-commerce businesses, this means your website itself could be deemed non-compliant, effectively locking you out of the EU market until issues are resolved.

Litigation risk

The EAA strengthens the legal basis for accessibility-related lawsuits. Consumers and advocacy organizations can file complaints with national market surveillance authorities. In countries with strong consumer protection traditions (Germany, France, the Netherlands), expect active enforcement.

Reputational damage

Public enforcement actions are published. Being listed as non-compliant in a market surveillance report is not the kind of press release any organization wants. Competitors who invest in accessibility will use your non-compliance as a differentiator.

Warning: "We didn't know" is not a defense. The EAA was adopted in 2019 with a six-year transition period. Regulators expect organizations to have used that time.

Maintaining ongoing compliance

team reviewing analytics
Photo by www.kaboompics.com from Pexels

Accessibility is not a project with a finish date. Every new feature, content update, or design change can introduce new barriers. Here is how to build compliance into your operations.

Integrate into development workflows

  1. Add automated accessibility checks to your CI/CD pipeline using axe-core or Pa11y
  2. Include accessibility acceptance criteria in every user story
  3. Require accessibility review before merging design changes
  4. Train developers on semantic HTML, ARIA patterns, and keyboard interaction

Schedule regular audits

  • Quarterly: Automated scans of the full site, manual spot-checks of high-traffic pages
  • Biannually: Full manual expert review of critical user journeys
  • Annually: Comprehensive audit including user testing with participants with disabilities
Issue Detection Rate with Quarterly Automated Scans
0%

Quarterly automated scans catch about 72% of new technical issues before they reach users. Combine them with manual reviews and you cover the cognitive and interaction gaps that automation misses.

Assign clear ownership

Someone in your organization needs to own accessibility. This is not a side task for a developer or a checkbox for QA. Designate an accessibility lead (or team, depending on organization size) with:

  • Authority to block releases that introduce accessibility regressions
  • Budget for tools, training, and user testing
  • Direct reporting line to leadership
  • Responsibility for maintaining the accessibility statement

Monitor regulatory updates

The EAA framework will evolve. EN 301 549 gets updated. WCAG 2.2 is already published, and WCAG 3.0 is in development. Member states may add national requirements on top of the directive. Subscribe to updates from your national market surveillance authority and from the European Commission's accessibility page.

Document everything

Keep a compliance log that records:

  • Every audit performed (date, scope, methodology, findings)
  • Remediation actions taken and completion dates
  • Training sessions delivered
  • User testing sessions and outcomes
  • Changes to your accessibility statement
This documentation is your evidence of due diligence. If a regulator or complainant questions your compliance, your log is your first line of defense.

Successful compliance examples

Several organizations have demonstrated that EAA compliance is achievable and beneficial.

Banking: ING Group

ING integrated accessibility into their design system, ensuring that every component used across their digital banking platforms meets EN 301 549 requirements. Their approach: build accessibility into the component library once, and every product team inherits compliance by default. They also conduct regular user testing with customers who have cognitive disabilities, specifically testing whether error messages in their banking flows are understandable without financial jargon.

E-commerce: Zalando

Zalando published a detailed accessibility statement and embedded accessibility testing into their development pipeline. Their product teams use automated scanning in CI/CD, manual testing with screen readers, and quarterly cognitive accessibility reviews of their checkout flow. The result: measurable improvements in task completion rates across all user groups, not just users with disabilities.

Public transport: Deutsche Bahn

Deutsche Bahn's website and booking platform underwent a multi-year accessibility overhaul. They focused heavily on cognitive accessibility in their journey planner, simplifying the multi-step booking process, adding clear progress indicators, and ensuring that error states provide specific, actionable guidance. Their mobile app now includes a simplified mode that reduces cognitive load for users who need it.

What these examples share

All three organizations treated accessibility as a design and engineering discipline, not a legal checkbox. They:

  • Built accessibility into design systems and component libraries
  • Automated what could be automated
  • Invested in manual and user testing for what could not
  • Assigned dedicated ownership
  • Published transparent accessibility statements
Pro tip: Start with your highest-traffic user journey (usually checkout or signup). Getting one critical flow fully compliant builds organizational muscle and demonstrates ROI before you tackle the entire site.
Reactive ComplianceProactive Compliance
Fix issues after complaintsPrevent issues in development
Annual one-off auditsContinuous testing in CI/CD
Legal team drives effortDesign and engineering own it
Minimal documentationComprehensive compliance log
Covers technical WCAG onlyIncludes cognitive accessibility
High remediation costsLower cost per fix (caught early)

EAA compliance audit checklist

Use this checklist to structure your audit process. It covers both the technical WCAG requirements and the cognitive accessibility obligations that the EAA emphasizes.

European Accessibility Act Compliance Audit Checklist

Your progress is saved automatically in your browser.

|

FAQ

Frequently Asked Questions

The EAA has the broadest impact on e-commerce, banking and financial services, telecommunications, and transport. These sectors have the most customer-facing digital services that fall directly under the directive's scope. E-commerce is particularly affected because any online store selling to EU consumers must ensure its website meets accessibility requirements, regardless of where the business is headquartered. Banking faces additional complexity because financial transactions require clear error handling and cognitive accessibility in multi-step processes.
At minimum, conduct a full comprehensive audit annually, with automated scans and manual spot-checks quarterly. Any significant website redesign, new feature launch, or content management system migration should trigger an immediate accessibility review. The EAA does not specify an exact audit frequency, but regulators expect organizations to demonstrate ongoing diligence, not just a single point-in-time assessment. Quarterly automated scans combined with biannual manual reviews is a defensible cadence for most organizations.
Yes. The EAA applies to products and services placed on the EU market, regardless of where the company is based. If you are a US-based e-commerce company selling to customers in Germany, France, or any other EU member state, your website must comply. This is similar to how GDPR applies to any organization processing EU residents' data. The enforcement mechanism runs through EU member state authorities, who can restrict market access for non-compliant services.
WCAG is a set of technical guidelines. The EAA is a legal directive that references EN 301 549 (which incorporates WCAG 2.1 AA) but adds broader requirements. The EAA explicitly requires services to be "understandable" in ways that go beyond WCAG's technical success criteria. It places greater emphasis on cognitive accessibility, plain language, and consistent user experience. Meeting WCAG 2.1 AA is necessary but not sufficient for EAA compliance. You also need proper documentation, an accessibility statement, and evidence of ongoing monitoring.
Cognitive accessibility is central to the EAA's requirements, not an afterthought. The directive requires that information be provided in ways that are "easier to understand" and that services be "predictable" and "understandable." This means evaluating whether your content uses plain language, whether multi-step processes manage cognitive load effectively, whether error messages are clear and actionable, and whether navigation is consistent enough for users to build a reliable mental model. Traditional automated tools do not test for these qualities, which is why manual review and specialized tools like PagePerson Insights are essential parts of an EAA audit.
No. Accessibility overlays (JavaScript widgets that claim to fix accessibility issues automatically) do not achieve EAA compliance. The EAA requires that products and services be inherently accessible, not patched with a third-party layer. Overlays frequently introduce new accessibility barriers, conflict with assistive technologies, and do not address cognitive accessibility at all. Multiple disability advocacy organizations and accessibility professionals have publicly stated that overlays are not a substitute for genuine accessibility work. Regulators are aware of overlays and do not consider them evidence of compliance.

Additional Resources

The EAA is reshaping how organizations think about digital accessibility across Europe. What is the biggest compliance challenge your team is facing right now?