How to test for accessibility for users with disabilities

Afbeelding How to test for accessibility for users with disabilities

An accessible website ensures that everyone can find what they need, including people with visual, hearing, motor or cognitive disabilities. In this comprehensive article, you will learn in simple language how to check whether your site is accessible. We will discuss manual checks, automatic tools, guidelines from the WCAG and practical examples. This way, you can make your website more accessible for all visitors step by step.

1. What is web accessibility?

Web accessibility means that people with various disabilities can use your website without problems. Think of:

  • Blind and partially sighted people who use a screen reader
  • Deaf or hard of hearing people who watch videos without sound
  • People with motor disabilities who only use the keyboard
  • People with cognitive disabilities who need clearly structured content

2. Why accessibility is important

  • Social responsibility: everyone deserves equal access to information.
  • Legal obligations: many countries have laws such as the Nederlandse Toegangkelijkheidswet.
  • Reach and conversion: an accessible site reaches more people and can increase conversion.
  • SEO advantage: search engines value good structure and semantics, which goes hand in hand with accessibility.

3. The WCAG guidelines in brief

The international Web Content Accessibility Guidelines (WCAG) help you step by step. They consist of four principles:

  1. Perceivable: content must be visible or audible.
  2. Operable: navigation and operation must work with keyboard and other tools.
  3. Understandable: text and operation must be clear and predictable.
  4. Robust: content must work with different browsers and tools.

Read more on the official site: WCAG 2.1.

4. Automatic accessibility tools

A quick first check can be done with automatic scanners. They provide immediate feedback on technical errors.

Run a scan on every important page, note the errors and prioritize them by severity.

5. Manual checks

In addition to tools, manual testing is indispensable. Here’s how to check:

5.1 Keyboard navigation

Try navigating your site without a mouse:

  • Can you reach all links and buttons with Tab, Shift+Tab, and Enter?
  • Is the focus clearly visible (for example, with a border or background color)?

5.2 Test screen reader

Use a free screen reader such as:

  • NVDA (Windows)
  • VoiceOver (macOS and iOS)
    • Enabled in System Preferences > Accessibility

Listen to see if your page is read logically, and if buttons and input fields are clearly labeled.

5.3 Measure Color Contrast

Sufficient contrast between text and background is essential. Use:

WCAG requires a minimum contrast ratio of 4.5:1 for normal text.

5.4 Alt texts for images

Each <img> element must contain a descriptive alt="...":

<img src="gebouw.jpg" alt="Front view of office building with glass facade" />

Decorative images get an empty alt: alt="" to relieve screen readers.

5.5 Structure with headings

Use headings (<h1> to <h6>) for a logical hierarchy:

<h1>Our services</h1>
<h2>Web design</h2>
<h2>SEO optimization</h2>

5.6 Forms and labels

Make sure that each form field has a <label> has:

<label for="email">E-mailadres</label>
<input type="email" id="email" name="email" />

Labels help screen readers and enlarge click and touch areas.

6. Accessibility statement and roadmap

Publish an accessibility statement with your goals and backlogs. This shows that you are seriously working on improvements and that you meet legal requirements.

Example: “Our site complies with WCAG 2.1 level AA, with the exception of…”

7. Integrate into your development process

Make accessibility part of every release:

  • Integrated part of code reviews
  • Automatic checks in CI/CD pipelines (axe-core integrations)
  • Regular manual testing with screen readers

8. Training and awareness

Make sure your team is familiar with accessibility principles:

  • Organize internal workshops and knowledge sessions
  • Use checklists in design and development

9. Monitoring and management

Keep monitoring your site:

  • Use uptime monitoring with accessibility checks, such as AccessLint
  • Keep track of user feedback, for example via a contact form
  • Schedule periodic audits

10. Success story: making a municipal site accessible

A Dutch municipality rebuilt its site with a focus on WCAG 2.1 AA. By increasing contrast, simplifying navigation and adjusting forms, the accessibility score increased from 70% to 95%. Citizen support and satisfaction increased significantly.

Conclusion

Accessibility is not a one-time job, but a continuous process. With the right tools, manual checks, and following WCAG guidelines, you can make your website accessible to everyone. Start today with the steps in this guide and take an important step towards an inclusive online environment.


Did you find this useful? Share it with your network now!

Facebook | Twitter | LinkedIn | WhatsApp
Learn more about user experience
How to test for accessibility for users with disabilities
An accessible website ensures that everyone can find what they need, including people with visual, hearing, motor or cognitive disabilities. In this comprehensive article, you will learn in simple language how to check whether your site is accessible...

The ultimate guide to better user experience
An intuitive website ensures that visitors find what they are looking for effortlessly. The more your site meets the expectations of users, the longer they stay and the greater the chance of conversions...

Choosing between the design or the content of your website
When you visit a website, what is the first thing you notice? Probably the design: colors, layout, images. But will you stay? That often depends on the content...

Why Dwell Time is the hidden secret to SEO success
In the world of search engine optimization (SEO), there are many terms that come up regularly: keywords, backlinks, load time, mobile friendliness. But one term is often overlooked, while it plays a major role in how Google evaluates your website: dwell time. Dwell time is the time someone spends on your website after clicking on your link in the search results, but before that person returns to Google...

The power of modern web experiences with progressive web apps
Progressive Web Apps, or PWAs, are modern web applications that look and feel like native apps on your phone or tablet. They combine the best of websites and mobile apps: you don’t need to install them from an app store, they load quickly, work offline, and can show push notifications...

How every extra click can make you lose a sale
Imagine you’re a customer and you want to order a product quickly. You find the website, find the right product, add it to your shopping cart, fill in your details and complete the payment...

Speak the language of your visitor and not that of your department
Imagine walking into a store and asking where you can find socks. The salesperson answers, “Our cotton foot coverings are in the lower leg accessories section of the textile department.” Chances are you’ll think, “What does he mean?” and just walk away. That’s exactly what happens online when your website uses jargon, technical terms, or woolly language...

A logically structured website determines your success
Visitors are like travelers. They come to your website with a goal and want to reach their destination quickly, clearly and without obstacles...

Use the free SEO Checker

Most websites can easily be taken to a higher level by first getting the most basic SEO in order. My free SEO Checker checks for you whether your website meets these basic requirements, or whether there is still room for improvement.

Use my free SEO Checker now

Enter the URL of your website and see where you can improve your website. Please note: A 100% score only means that you have the basic SEO for the page in question in order. For more tips, I would like to invite you to read all my articles.







© 2025 VisibleURL.com. All rights reserved.

Also available in:

Dutch flag