Joomla Website Accessibility — European Accessibility Act Compliance
Since 28 June 2025, the European Accessibility Act requires websites offering goods and services in the EU to meet accessibility standards. This is not a future requirement — it is current law, actively enforced across all 27 member states. Non-compliance can result in penalties of up to €100,000 or 4% of annual revenue, depending on the member state.
By 28 June 2030, all existing website content — not just new content — must be fully compliant. That deadline gives you time, but not as much as you might think. Accessibility remediation for a complex website is a significant project, and the earlier you begin, the more manageable the process.
We audit, remediate, and monitor Joomla websites for accessibility compliance against the WCAG 2.1 Level AA criteria that underpin the EAA's technical requirements.
Get a Free Accessibility Spot-Check →
What the European Accessibility Act Requires
Who Must Comply
The EAA applies to businesses offering products or services to consumers within the EU. This includes e-commerce websites, banking and financial services, telecommunications, transport services, and digital services. If your Joomla website offers goods or services to EU consumers, the EAA applies to you — regardless of where your business is physically located.
Micro-enterprises (fewer than 10 employees and under €2 million annual turnover) may qualify for exemptions under certain conditions, but the threshold is low and the exemption is not automatic.
The Technical Standard: WCAG 2.1 Level AA
The EAA references the European standard EN 301 549, which incorporates the Web Content Accessibility Guidelines (WCAG) 2.1 at Level AA. This is the established international framework for web accessibility, organised around four principles:
- Perceivable: Information and interface elements must be presentable in ways all users can perceive. This includes text alternatives for images, captions for video, sufficient colour contrast, and content that does not rely solely on colour to convey meaning.
- Operable: Navigation and interactive elements must be usable by everyone. This means full keyboard accessibility, no content that causes seizures, sufficient time for users to read and interact with content, and clear navigation mechanisms.
- Understandable: Information and interface operation must be clear. Text must be readable, pages must behave predictably, and input assistance must help users avoid and correct errors.
- Robust: Content must be compatible with current and future assistive technologies. This requires valid, semantic HTML and proper use of ARIA attributes.
The Deadlines
28 June 2025 (passed): All new digital content published after this date must comply with the EAA.
28 June 2030: All existing digital content must be fully compliant. This means every page, every document, every piece of media on your website must meet accessibility standards — not just content published after 2025.
Enforcement Is Real
Enforcement agencies across EU member states are actively processing complaints and issuing findings. France, Germany, and the Netherlands have been among the most active enforcement authorities. The enforcement model is complaint-driven — a customer, competitor, or advocacy organisation can file a complaint about your website's accessibility, triggering an investigation by the national authority.
Accessibility Is Not Just Law — It Is Audience
The compliance framing undersells what is actually at stake. Roughly one in four adults in the EU lives with some form of disability, and Europe's population is the oldest of any continent — age-related changes in vision, dexterity, and hearing turn accessibility features into mainstream usability for a growing share of every market. A website that cannot be operated by keyboard, read by a screen reader, or perceived at low contrast is not just non-compliant; it is turning away customers it never sees in its analytics.
There is a quieter commercial bonus too: the technical substance of accessibility — semantic HTML, logical heading hierarchy, descriptive link text, text alternatives for images, fast and predictable pages — is almost a point-for-point match with what search engines reward. Accessibility remediation is one of the few compliance projects that routinely improves organic search performance as a side effect. Captions help viewers in noisy offices; contrast helps phones in sunlight; clear forms help everyone. The "assistive" features are simply good engineering with a legal deadline attached.
Common Accessibility Issues on Joomla Websites
Based on our audit experience, the most common accessibility failures on Joomla websites include:
- Missing or inadequate image alt text: Images without descriptive text alternatives are invisible to screen reader users.
- Insufficient colour contrast: Text that does not meet the 4.5:1 contrast ratio for normal text (or 3:1 for large text) is difficult or impossible to read for users with visual impairments.
- Keyboard navigation failures: Interactive elements (menus, forms, buttons, sliders) that cannot be operated without a mouse exclude keyboard-only users.
- Missing form labels: Form fields without properly associated labels are difficult to understand and complete using assistive technology.
- Missing document language: Pages without a declared language attribute prevent screen readers from using the correct pronunciation.
- Inaccessible third-party content: Embedded maps, social media widgets, chat tools, and video players often introduce accessibility barriers.
- Missing heading structure: Pages without a logical heading hierarchy (H1 → H2 → H3) make it difficult for screen reader users to navigate content.
- Non-descriptive link text: Links that say "click here" or "read more" provide no context when read out of context by a screen reader.
Joomla 5 and 6 have made significant improvements in core accessibility compared to earlier versions. The Cassiopeia template and the backend administration interface meet many WCAG criteria out of the box. However, the accessibility of your specific website depends heavily on your template, your content, your extensions, and how they have been configured.
What We Test, and How
A credible audit combines three methods, because each catches what the others miss:
- Automated scanning across the full site catches the mechanically detectable failures — missing alt attributes, contrast ratios, missing labels, invalid ARIA, language declarations — and locates every instance, page by page.
- Manual expert review covers the roughly one-third of WCAG criteria no tool can judge: whether the alt text is meaningful, whether the reading order makes sense, whether error messages actually help, whether focus moves logically through interactive components.
- Assistive-technology testing — navigating your key user journeys with a screen reader and keyboard only: find a product or service, complete the contact form, work through checkout or enquiry. If those journeys fail, nothing else matters.
Findings are graded by severity and mapped to their exact WCAG criterion and location, so remediation can be prioritised: blockers on critical journeys first, systemic template-level issues next (one fix, sitewide effect), then content-level cleanup. You always know what is fixed, what remains, and what it means for your conformance claim.
Our Accessibility Services
Accessibility Audit
We evaluate your Joomla website against the full WCAG 2.1 Level AA criteria using a combination of automated scanning and manual testing. Automated tools catch many technical issues efficiently, but approximately 30% of WCAG criteria can only be assessed by human evaluation — context-dependent requirements like meaningful alt text, logical reading order, and appropriate use of colour.
The audit report identifies every issue found, its WCAG criterion, its severity, its location on your site, and a specific recommendation for remediation.
Remediation
We fix the accessibility issues identified in the audit. This may involve template modifications for heading structure, navigation, focus indicators, and colour contrast; content updates for alt text, link text, and document structure; extension configuration or replacement for accessible alternatives; and form and interactive element fixes for keyboard accessibility and screen reader compatibility.
Accessibility Statement
The EAA requires an accessibility statement on your website describing your conformance status, known limitations, and a mechanism for users to report accessibility barriers. We create this statement based on the audit findings and update it as remediation progresses.
Ongoing Monitoring
Accessibility is not a one-time achievement. Every content update, extension installation, or design change can introduce new accessibility issues. Our monitoring service includes quarterly accessibility scans, review of any new content or functionality, and updates to your accessibility statement as your site evolves.
Ongoing monitoring is available as a standalone service or as part of our Enterprise maintenance plan.
A Warning About Overlay Widgets
You will encounter products promising "one line of JavaScript makes your site compliant" — accessibility overlays that bolt a toolbar onto an unchanged website. Be careful. Overlays cannot repair broken underlying structure: they cannot write meaningful alt text, fix an illogical heading order, or make a mouse-only slider keyboard-operable. Assistive-technology users widely report that overlays interfere with the tools they already use, and accessibility professionals overwhelmingly advise against relying on them — hundreds have signed an open statement to that effect. An overlay on a non-compliant site does not satisfy EN 301 549; in enforcement terms it mostly signals that you knew there was a problem and chose decoration over repair.
Genuine compliance means fixing the website — template, content, components. That is the only version we sell, because it is the only version that survives both a complaint and contact with an actual user.
The Joomla-Specific Picture
The good news: modern Joomla gives you a strong starting position. Joomla 5 and 6 ship with semantic, accessibility-conscious markup in the core, an accessible default template, skip links, and an administration interface that has itself been through accessibility work. The platform is not your problem.
Your risk concentrates in three layers we know intimately. Templates — especially older commercial templates and page-builder output — introduce contrast failures, focus-invisible styling, div-soup markup, and mouse-only navigation; many fixes belong in template overrides, done once and applied sitewide. Extensions — forms, sliders, galleries, pop-ups, cookie banners — each render their own markup, accessible or not, and sometimes the right remediation is replacement rather than repair. Content — years of articles with skipped heading levels, "click here" links, images without alternatives, and PDFs that were never tagged. Our remediation works through all three layers, and because we are Joomla specialists, fixes land in the right place: overrides rather than core hacks, so they survive every future update.
Sites still on Joomla 3 or 4 face the compounding problem — an inaccessible site on an unsupported platform. There, the efficient move is one project, not two: upgrade with accessibility built into the new template from day one.
The Remediation Roadmap
Remediation works best as a staged programme rather than one monolithic project, and we structure it so every stage delivers visible, reportable progress:
- Critical journeys first. Blockers on the paths that matter — contact, enquiry, purchase, login — are fixed before anything else. A user who cannot complete your form does not care about your colour palette.
- Template layer second. Systemic fixes in the template and its overrides — contrast, focus visibility, navigation, landmarks, heading scaffolding — each repair applying to every page at once. This stage moves the conformance needle furthest per hour of work.
- Components and embeds third. Forms, sliders, galleries, cookie banners, and third-party embeds are repaired, reconfigured, or replaced with accessible alternatives.
- Content sweep fourth. Alt text, link text, heading levels, and document remediation across the article base — methodical work that can be batched and, where sensible, shared with your own editorial team under our guidance.
- Statement and monitoring last. The accessibility statement is published reflecting the genuine state of conformance, and the quarterly monitoring cycle takes over so the achievement does not erode.
Spread over months, the cost is predictable and the 2030 full-compliance deadline stops being a cliff. Compressed into a post-complaint scramble, the same work costs more and shows it.
Where the EAA Meets Your Other Obligations
Accessibility rarely arrives alone. Public-sector bodies have been under the Web Accessibility Directive since 2018, and suppliers to the public sector increasingly inherit those expectations through procurement requirements — tender documents now routinely demand WCAG conformance evidence from private vendors. Enterprise clients run the same checks on their suppliers' websites that they run on their own. And the work overlaps heavily with GDPR territory: cookie banners are one of the most commonly inaccessible components on the web, which means a consent banner that keyboard users cannot operate manages to violate two regulations simultaneously. We audit and fix it once, for both.
The practical upshot: treat accessibility, privacy, and maintenance as one ongoing hygiene programme with one accountable partner, and each obligation makes the others cheaper to meet.
Why Act Now
The 2030 deadline for existing content compliance may seem distant, but consider the scope: every page on your website, every PDF document, every embedded video, every form, every interactive element must meet WCAG 2.1 AA. For a website with hundreds of pages, this is a substantial remediation project.
Starting now offers several advantages. You can spread the work and cost over time rather than facing a deadline-driven scramble. You improve user experience for all visitors immediately — accessibility improvements benefit everyone, not just users with disabilities. You reduce your legal exposure — complaint-driven enforcement is already active, and a website with known accessibility barriers is an easy target. And you demonstrate your organisation's commitment to inclusivity, which increasingly matters to customers, partners, and stakeholders.
Five Checks You Can Run Yourself, Today
Before any audit, ten minutes with your own website is revealing. Try these:
- Unplug the mouse. Using only Tab, Shift+Tab, Enter, and the arrow keys, try to reach every menu item and submit your contact form. Can you always see where you are? If the focus indicator vanishes or the menu will not open, keyboard users are locked out.
- Zoom to 200%. Text should reflow and remain usable without horizontal scrolling or overlapping elements.
- Read your headings as an outline. Browser tools can list a page's heading structure; it should read like a sensible table of contents, starting with one H1, with no skipped levels.
- Check your colour contrast. Free contrast checkers will tell you whether your body text and buttons meet the 4.5:1 ratio — light grey on white, a designer favourite, almost never does.
- Look at your links. If a page's links read "click here", "read more", "more", out of context they say nothing to a screen reader user navigating by link list.
Failing any of these in ten minutes is a strong signal of what a full audit will find across the whole site — and it is exactly the kind of evidence a complainant collects too.
Frequently Asked Questions
Does the EAA apply to my website?
If your website offers goods or services to consumers in the EU and your business is not a micro-enterprise (fewer than 10 employees and under €2 million turnover), the EAA likely applies. Even if you qualify for the micro-enterprise exemption, meeting accessibility standards is good practice and may be required by other regulations in specific member states.
Is WCAG 2.1 or WCAG 2.2 required?
The current EAA requirement references EN 301 549, which incorporates WCAG 2.1 Level AA. The EU is expected to update the standard to include WCAG 2.2 in the future. We recommend targeting WCAG 2.2 where practical, as it will become the standard and the additional criteria improve usability.
Can Joomla websites be made accessible?
Yes. Joomla 5 and 6 include significant accessibility improvements in their core templates and backend. The platform supports accessible content creation, semantic HTML output, and ARIA attributes. The primary accessibility challenges on Joomla sites come from templates, extensions, and content — all of which can be addressed through our remediation work.
How much does accessibility compliance cost?
The cost depends on the size and complexity of your website, the number of issues found in the audit, and the extent of remediation required. We provide a clear quotation after the initial audit. For most business websites, accessibility remediation is a fraction of the cost of potential non-compliance fines.
Can you combine accessibility work with an upgrade?
Absolutely — and this is the most efficient approach. If you are upgrading from Joomla 3 or 4, we integrate accessibility requirements into the migration project. Building accessibility into the new template and configuration from the start is far more efficient than retrofitting it later. Learn about our upgrade services →
Do PDFs and other documents count?
Yes. Documents offered through your website — brochures, forms, price lists — fall under the same accessibility expectations, and untagged PDFs are one of the most common failures we find. Remediation options range from tagging the documents properly to replacing them with accessible HTML pages, which is usually better for users and for search visibility alike.
We passed an automated scan. Are we compliant?
Not necessarily. Automated tools can only evaluate roughly two-thirds of the WCAG criteria, and a "zero errors" scan result is routinely achieved by pages that are unusable with a keyboard or screen reader. Automated scanning is the beginning of an audit, not the conclusion of one — which is precisely why complaint-driven enforcement does not accept scan reports as proof.
What actually happens if a complaint is filed against my site?
The national enforcement authority assesses the complaint, typically inspects the site, and contacts you with findings and a remediation requirement and timeline; penalties enter the picture when findings are ignored or remediation is not delivered. Arriving at that conversation with an audit, a remediation plan in progress, and a current accessibility statement transforms it. Arriving with nothing is how the fine ranges in this article become relevant.
Can we claim "disproportionate burden" and skip the work?
The EAA contains a disproportionate-burden provision, but it is an assessed, documented, and reviewable claim — not an opt-out you declare informally. You must evaluate and record the costs against the benefits, the assessment can be demanded by authorities, and it does not exempt you from doing what is proportionate. For a standard business website, credible audits and staged remediation are rarely disproportionate; relying on this clause without documentation is far riskier than fixing the site.
Start with an Accessibility Spot-Check
Our free site audit includes a basic accessibility assessment covering the most critical WCAG criteria. It gives you an initial picture of where your website stands and what the path to compliance looks like.