
In brief
- •What's really changing with European regulation in June 2025?
- •Since June 28, 2025, the European Accessibility Act requires web accessibility for associations offering digital services such as ticketing or online membership fees, not just public bodies. European funding and public procurement are also increasingly incorporating accessibility clauses into their conditions.
- •Is web accessibility just about meeting technical criteria?
- •Accessibility describes the ability of any person to perceive, understand, navigate and take action on a site, regardless of their abilities. It relies on WCAG 2.2 at level AA and improves the experience for all users, not just people with disabilities.
- •What are the most common defects on association websites?
- •Recurring problems include insufficient contrast, images without text alternatives, poorly labeled forms, neglected keyboard navigation and untagged PDFs. These defects can be detected by automated tools but also require human evaluation for full compliance.
- •Should accessibility be built in from the design stage or can it be added later?
- •Accessibility costs little when integrated into site design from the start and much more when added afterwards. It does not harm aesthetics but disciplines design choices to produce clearer, better-structured sites.
- •How do you maintain compliance over time?
- •Compliance degrades with each publication if contributors are not trained in best practices. It requires team training, regular checks and an updated accessibility statement to demonstrate the organization's commitment.
Web accessibility is no longer a good intention you check off at the end of a project. Since 28 June 2025, it is a European regulatory framework with precise deadlines, and a growing number of associations and federations based in Brussels are discovering they are affected without having anticipated it.
A new rulebook for association websites
For a long time, digital accessibility was the responsibility of the public sector. The European directive 2016/2102 already imposed on public body websites the obligation to be usable by all, but the association sector remained in a grey area. The European Accessibility Act, directive 2019/882, moved this boundary. Since 28 June 2025, a broad set of digital services must meet accessibility requirements, and many associations fall within this scope without knowing it.
The often misunderstood point is that the law does not reason by legal status but by nature of service. An association that sells event tickets, that collects membership fees online, that offers ticketing or a shop falls within the scope of affected services just as much as a business. Very small structures, below the threshold of ten employees and two million euros in turnover, benefit from relief for certain services, but this threshold does not cover all European federations based in Brussels, many of which exceed this size or operate in close connection with public institutions.
Added to this is a contractual reality. European funding, public contracts and institutional partnerships increasingly include accessibility clauses. An association can thus be imposed these requirements not by the directive itself, but by the conditions of its funders. Anticipating the issue is no longer prudent, it has become structural.
Accessibility, what are we really talking about
It is tempting to reduce accessibility to a list of technical criteria. That is a framing error. Accessibility describes the ability of a person, regardless of their abilities, to perceive your website, to understand it, to navigate it and to act on it. The starting point is not the standard, it is real usage.
Let's take three concrete situations. A person with low vision explores your website with a screen reader that reads the code aloud. If your images have no description and if your headings are not hierarchized, they hear a jumble without structure and give up. A person with a motor disability navigates using only the keyboard, without a mouse. If your menus and your forms are not reachable by the tab key, they are blocked at the first step. An older person, or simply tired, reads your text on a screen in full sunlight. If the contrast between the text and the background is too low, they read nothing.
The technical framework that formalizes these requirements exists and has a name. The WCAG, the international web content accessibility guidelines published by the W3C, form the global foundation. Version 2.2, published in late 2023, is today recommended and is gradually becoming the reference in Europe, where the harmonized standard EN 301 549 integrates it. The target level is level AA. This is the required threshold, the one that makes a site truly usable without being purely theoretical perfection. Remember this benchmark, we come back to it below, but keep in mind that the standard is only the written translation of a simple principle: your website must work for people who do not navigate as you do.
Why your association is affected
Beyond the obligation, there is a question of consistency. A European association almost always carries a mission of collective interest, inclusion or representation. An inaccessible website directly contradicts this discourse. You claim to defend equal access, and part of your audience cannot read your position because the contrast is insufficient or because your PDF is not properly tagged. The gap between the message and the form damages your credibility much more effectively than an aesthetic flaw.
There is also a funding issue. European institutions and funders increasingly monitor the accessibility compliance of the organizations they support. A non-compliant website can become a point of friction during a grant renewal or when applying for a call for proposals. Conversely, a documented accessibility approach constitutes a verifiable argument in your applications, a measurable point that distinguishes you from comparable associations that have remained vague on the subject.
Finally, accessibility does not isolate a minority, it expands your audience. A significant portion of the population lives with some form of limitation, permanent or temporary. Excluding these people is reducing the reach of an organization whose whole purpose is to bring people together broadly.
What accessibility changes for your audiences
Your users do not all navigate as you do
The first step is to stop assuming your website is accessed the way you access it—on your screen, with your mouse and your eyesight. Your audiences use screen readers, keyboards only, touchscreens, slow connections, older devices. Some have difficulty distinguishing colors, others need to enlarge text without breaking the layout, still others cannot follow a video without captions.
Each of these situations corresponds to a concrete requirement. An image that carries meaning needs a text alternative that describes its content. A video needs captions. A menu needs to be navigable by keyboard. A form needs labels clearly linked to their fields. Taken one by one, these requirements are simple. Their absence, however, makes a site partially or completely unusable for people who still wanted to read you, join you, or support you.
An accessible site is a better site for everyone
The most widespread mistake is to see accessibility as a favor to a minority. The reality is broader. The practices that make a site accessible improve the experience for all visitors.
Sufficient contrast makes your text readable both for someone with low vision and for anyone checking their phone outdoors. A clear heading structure helps screen readers, and it helps equally the rushed visitor scanning the page diagonally. Captions serve deaf people, and equally those watching a video without sound in a public space. Designing for difficult cases produces a cleaner, faster, and clearer result for your entire audience. Accessibility is not a compromise on quality, it is a reliable indicator of it.
The link to your credibility and your search engine ranking
What few organizations anticipate is the convergence between accessibility and visibility. Accessibility requirements rest largely on clean page structure, hierarchical headings, image descriptions, consistent markup. These are exactly the signals a search engine uses to understand and rank a page. An accessible site is almost always a better-ranked site, because both logics require the same structural rigor.
This convergence now extends to generative artificial intelligences that answer queries by citing sources. To be read, understood, and cited by these systems, a page needs explicit structure and clearly organized content—the same foundations as accessibility. Working on the accessibility of your association's site therefore serves not only your audiences in situations of disability. It is a structural investment that simultaneously strengthens your compliance, your search ranking, and your presence in responses generated by AI.
Where your site stands today
The most common problem areas
On association websites we audit, flaws repeat with striking regularity, and they are rarely dramatic. The most frequent is insufficient contrast, particularly on carefully designed sites where light grays or pale brand colors have been chosen for elegance, at the expense of readability.
Next come images without text alternatives, omnipresent because they go unnoticed on screen. Forms pose another recurring problem, when their fields are not clearly labeled and become unreadable for a screen reader. Keyboard navigation is often neglected, even though it determines access for people who do not use a mouse. Finally, downloadable documents—activity reports, bylaws, minutes—are almost systematically published as untagged PDFs, making them inaccessible, even though they contain a significant portion of an association's information.
None of these flaws is insurmountable. Taken together, they determine whether part of your audience can read you or not.
How to know if your site is compliant
Evaluating a site's accessibility combines two approaches that should not be confused. Part of the review can be automated. Free tools like Wave, axe, or Lighthouse scan a page and flag insufficient contrast, images without alternatives, or structural errors in seconds. You can launch one on your homepage today to get an initial diagnosis.
These tools have a limit that organizations underestimate. They detect only a fraction of real issues, often estimated at around one-third. They verify what a machine can measure, but they cannot judge whether alt text properly describes an image, whether keyboard navigation order is logical, or whether a signup flow remains understandable from start to finish. This qualitative part requires manual audit, conducted by someone who actually tests the site with assistive tools. A rigorous audit therefore combines both: automation for coverage, human evaluation for relevance.
Where to start when you discover the scale
The natural instinct, faced with an audit revealing dozens of issues, is discouragement. That is precisely the instinct to avoid. Compliance is not a single switch; it is a trajectory you prioritize.
The right approach is to sort corrections by two intersecting criteria: severity of the blocker and frequency of use. A defect that completely prevents access to your membership form, a page viewed every week, comes before imperfect contrast on a secondary page visited three times a year. You fix first what blocks the most people on the most-used journeys, then work your way down the list. This approach turns a mountain into a readable action plan, and it produces visible gains from the first corrections. Trying to fix everything at once leads to abandonment; prioritizing leads to compliance.
Building an accessible site from the start
Accessibility is thought through before design, not after
The most useful lesson we draw from our projects fits in one sentence. Accessibility costs little when integrated from the outset, and much when added afterwards. Reworking a finished site to make it accessible often means revisiting the color palette, template structure, markup, and interactive components. It is a correction project, sometimes heavier than the initial creation.
Conversely, integrating accessibility from the brief does not slow the project. Contrasts are validated when choosing colors. Title hierarchy is established alongside information architecture. Components are designed to be accessible from the first prototype. This is the approach we apply systematically because it produces better results at better cost. Accessibility is not a final project stage; it is an initial constraint that shapes all decisions.
An accessible site can be a beautiful site
The most frequent objection deserves direct treatment. Many organizations fear that accessibility imposes bland sites, cluttered with notices and devoid of identity. This is false, and it is a confusion between accessibility and lack of design intent.
A strong visual identity and accessibility do not oppose each other; they work together. Controlled contrast is an art direction decision, not a concession. Readable typography is a design choice, not an imposed constraint. The most accomplished sites we design are accessible precisely because the accessibility requirement disciplines aesthetic choices and eliminates decorative shortcuts that harm readability. Far from impoverishing a brand, accessibility forces it to be clear, hierarchical, and intentional. It is a constraint that elevates the quality of the result.
Staying compliant over time
A site is never compliant once and for all. Compliance degrades with each publication, the moment a contributor adds an image without alt text, uploads an untagged PDF, or pastes a poorly structured table. Treating accessibility as a one-off project guarantees losing it within months.
Lasting compliance rests on two pillars. The first is training the people who feed the site, so they build good habits at publication time rather than fix them later. The second is light but regular review, integrated into your workflow, that checks accessibility with each major update. Add to this the accessibility statement, a public document that indicates your compliance level, any exemptions, and how to report a problem to you. Far from being a formality, it materializes your commitment and offers a contact point for your audiences. Kept up to date, it is visible proof that your engagement endures.
Accessibility, a reflex aligned with your mission
By the end of this journey, the shift in perspective is as follows. Accessibility is not a regulatory burden you endure, it is the logical extension of an organization that wants to include everyone. For a European association whose mission is rooted in representation and collective interest, making its website usable by all is not an external constraint, it is the digital translation of its reason for being.
The benefits accumulate and can be measured. You broaden your audience, you secure your funding, you strengthen your search engine ranking and your presence in answers generated by AI, and you align the form of your communication with the substance of your commitment. An association that proves its accessibility stands out from those that merely talk about it.
Taking the first step
The approach begins with an assessment of the current state. Running an automated tool on your main pages gives you an initial overview in just a few minutes. A comprehensive audit, combining automated analysis and human evaluation, then gives you an exact picture of your situation and a prioritized action plan based on what matters most to your audiences.
This is precisely what we do at Simpl., from Brussels, for European associations and federations. If you want to know where your site stands and what to start with, an initial audit is the simplest and most concrete starting point.

Nicolas Havenith
Manager
Nicolas Havenith heads Simpl., a Brussels-based agency he founded 25 years ago. He designs websites intended to be long-term assets that comply with European regulations, and whose measured presence in generative AI demonstrates their performance. He writes about web architecture, GEO, and guided content production.