What Web Accessibility (Barrierefreiheit) Means for Your Website
An accessible website can be used by everyone — including people with visual, hearing, motor, or cognitive impairments. It works with screen readers, keyboards, and voice control, not just a mouse and good eyesight.
The term doesn't mean a separate special version of the site. It means a website that is built from the start for different ways of perceiving and interacting.
In practice: whoever takes accessibility seriously builds more carefully. Clear structure, readable contrast, and plain language ultimately help everyone — not just people with disabilities.
Who in Switzerland Is Actually Required to Comply
The legal situation in Switzerland is narrower than many think — and at the same time less strict than some claim. The key piece of legislation is the Disability Equality Act, or BehiG.
The BehiG today primarily obliges the federal government, federally affiliated enterprises, and public bodies. Their digital offerings must be accessible. Private companies are currently mostly not directly covered.
For an SME without a public mandate, this means: accessibility in Switzerland is today mostly a voluntary decision — for now.
The Federal Council submitted a revision of the BehiG to parliament at the end of 2024. The plan is that from early 2027, private providers of publicly accessible services must also be accessible — including online shops and booking platforms. The exact scope is still being negotiated in parliament. This is an overview, not legal advice.
European Accessibility Act: When EU Customers Buy From You
For companies doing business in the EU, the decisive lever comes not from Bern, but from Brussels. The European Accessibility Act, or EAA, has been in force since 28 June 2025.
The EAA requires accessibility for many digital products and services offered in the EU. This includes online shops, banking, e-books, and booking systems. What matters is the sales market, not the company's registered address.
If a Swiss company sells to customers in the EU, it may therefore be affected. Exceptions apply to micro-enterprises with fewer than ten employees and a maximum of two million euros in revenue or balance sheet total.
For mid-sized Swiss SMEs with EU business, this means: the obligation doesn't start in 2027 — it starts today.
The most common misconception: having a registered office in Switzerland means the EAA doesn't apply. That's wrong. What counts is where your customers buy. If you actively serve EU customers, you fall under EU rules — regardless of whether you're based in Zurich or Zug.
What WCAG Stands For – and Which Level Counts
When things get concrete, there's no avoiding the WCAG. The Web Content Accessibility Guidelines are the international standard for accessible websites — and the foundation that both the BehiG and the EAA reference.
Simply put, the WCAG are a set of testable criteria for how accessible a website is. For you, this means a shared measuring stick rather than guesswork.
The guidelines have three levels: A, AA, and AAA. Level A is the minimum, AAA is the maximum for special cases. In practice, AA is the relevant target — it's what most legal requirements point to.
| Level A | Level AA | Level AAA | |
|---|---|---|---|
| Standard | Basic access | Practical standard | Maximum for special cases |
| Typical example | Alt texts present | Sufficient color contrast | Sign language for videos |
| For SMEs | Minimum | Realistic target | Rarely needed |
| Legal reference | Not sufficient | BehiG and EAA target this level | Not required |
AA is the sensible target for most Swiss SMEs. As of May 2026.
What Accessibility Means in Practice
Accessibility sounds abstract, but it consists of manageable, concrete building blocks. Most of them go unnoticed by visitors without impairments. When they're missing, however, they exclude people.
A real-world example: an accounting firm offers forms online that can only be filled out with a mouse. Anyone who relies on a keyboard can't get through. Another: a hotel uses light grey text on a white background — elegant, but for many people simply unreadable.
The most important areas at a glance:
Color contrast
Keyboard operation
Alt texts
Structure & readability
Forms
Why Templates and Page Builders Often Fall Short
Many websites are inaccessible not out of bad intent, but because of how they're built. This is exactly where the limits of platform-based construction become visible.
Page builders and drag-and-drop editors generate their code automatically. The result looks clean in the browser but often consists of nested, meaningless elements under the hood. Screen readers and keyboards struggle to navigate through it.
That doesn't mean every page builder site is inaccessible. But the more a platform hides its structure and code, the harder clean accessible work becomes. Anyone using a page builder should check accessibility with Squarespace early on. On every platform: clarify the limits, not just at the relaunch.
The flip side: a site built from scratch with clean semantic HTML is usually already largely accessible, without extra cost.
Anyone trying to retrofit an existing page builder site often runs into limits that can't be fixed in the editor. A clean rebuild is frequently less expensive in the end than permanently patching generated code.
Accessibility and SEO: The Same Foundation
Accessibility and search engine optimization pursue different goals, but share the same foundation. What guides a screen reader also helps Google.
Clean headings, descriptive alt texts, meaningful link labels, and fast load times contribute to both. An accessible site is therefore rarely worse for SEO — usually it's better.
Anyone who has their accessible website optimized often gets better rankings as a side effect. That makes the investment easier to justify.
What It Costs – Retrofitted vs. Built Right
The honest answer: it depends on when you start. Building accessibility in from the beginning costs little extra. Trying to retrofit it into a finished site can be expensive.
The difference isn't in the design — it's in the underlying structure. Getting that right early saves costly corrections later.
| Built in from the start | Retrofitted | |
|---|---|---|
| Effort | Low, part of the build process | High, often requires restructuring |
| Foundation | Clean from the ground up | Corrections to generated code |
| Side effect | Better SEO included | Corrections with no added value |
| Recommendation | Standard on every new build | Only when a rebuild isn't possible |
Checking Accessibility Yourself: Three Quick Tests
You don't need to be an expert to get a rough sense of your website's state. Three simple tests give a first impression in a matter of minutes. They don't replace a full audit — but as a starting point they're enough.
The quick self-check
If you find several issues, a more thorough analysis is worthwhile. A free accessibility consultation helps you prioritize the findings and decide on next steps.
Start with the keyboard test. It takes two minutes and reveals more than any automated scan. If you can't get through your contact form using just the Tab key, some of your visitors can't either — and you're losing real enquiries.
What AI Can Do Here – and What It Can't
AI tools promise to solve accessibility automatically. They help — but they don't replace careful work.
Automated testing tools like Lighthouse or axe only catch a portion of issues. Estimates suggest around 30 to 40 percent of WCAG criteria can actually be tested automatically. The rest — plain language, meaningful alt texts, logical navigation — ultimately requires human judgment.
AI can generate good draft alt texts or surface initial weaknesses. That saves time. But responsibility for ensuring the site is actually usable remains with you.
So-called accessibility overlays — widgets that claim to make everything accessible with a single click — usually don't deliver on that promise. They mask symptoms instead of fixing the foundation.
Conclusion: Required Today, Valuable Always
Accessibility is not yet a legal obligation for many Swiss SMEs — but that's changing. The EAA applies today for EU business; the BehiG revision targets 2027.
More important than the question of obligation is the question of benefit. An accessible website reaches more people, tends to rank better, and signals a carefully built product.
Anyone commissioning a new website today should build accessibility in from the start. It costs little extra and avoids expensive corrections down the line. And if you're unsure where your current site stands, the best way to find out is a frank external assessment.
Sources

In a free video consultation, your site gets analyzed — with concrete suggestions you can implement right away.
Frequently Asked Questions
Is web accessibility legally required for Swiss SMEs?
For purely private SMEs without a public mandate, it mostly isn't today. The BehiG primarily obligates the federal government and public bodies. However, companies selling products or services to EU customers may fall under the European Accessibility Act since June 2025. In addition, a BehiG revision is planned for Switzerland in 2027. This is an overview, not legal advice.
What does WCAG Level AA mean in practice?
AA is the middle of three WCAG levels and is considered the practical standard. It requires, among other things, sufficient color contrast, full keyboard operability, and descriptive alt texts. Most legal requirements are oriented around this level. AAA is only necessary for special cases.
Can I make my existing website accessible after the fact?
Often yes, but the effort depends heavily on how the site was built. Well-structured sites can usually be improved in targeted ways. With website builder pages that generate code automatically, you quickly hit limits. In such cases, a full rebuild is sometimes less expensive than permanent patching.
Does an accessibility overlay or widget suffice?
Usually not. Overlays promise accessibility at the push of a button, but they only fix the surface. The underlying structural problems remain. Many affected users and experts advise against such widgets. A clean foundation is more reliable.
Does accessibility also help with SEO?
Yes — both share the same technical foundation. Clean headings, good alt texts, meaningful link labels, and fast load times benefit screen readers and search engines equally. An accessible site is therefore rarely worse for SEO — it's usually better.





