Skip to main content
Heurilens Logo
Technical UX

Website Accessibility Compliance for Small Business: A Complete Guide

March 7, 20269 min read
Website Accessibility Compliance for Small Business: A Complete Guide

In the first half of 2025, over 2,014 ADA-related web accessibility lawsuits were filed in the United States alone. That number is not slowing down — it is accelerating. Small businesses, once considered unlikely targets, now represent a growing share of defendants. The median settlement cost ranges from $5,000 to $25,000 for small businesses, but legal fees can push total costs above $50,000.

Meanwhile, the European Accessibility Act (EAA) became enforceable in June 2025, extending compliance obligations to any business selling digital products or services to EU consumers. If your website is accessible from Europe, it applies to you.

Accessibility is no longer optional. But for small businesses without dedicated UX teams, knowing where to start can feel overwhelming. This guide breaks down what you actually need to do — and what you can skip.

The Legal Landscape: Why Small Businesses Are Now Targets

The number of digital accessibility lawsuits has grown every year since 2017. Several factors are accelerating enforcement against smaller organizations:

  • Serial plaintiffs and law firms file hundreds of near-identical suits, targeting businesses with obvious violations
  • DOJ reaffirmed in 2024 that the ADA applies to websites and mobile apps
  • State laws in California, New York, and Illinois add additional exposure
  • The EAA now covers e-commerce, banking, transportation, and media services across all 27 EU member states
  • Section 508 refreshes require federal contractors to meet WCAG 2.2 AA

The pattern is clear: businesses that proactively address accessibility face dramatically lower legal risk. Those that ignore it become easy targets. For agencies managing client websites, understanding this landscape is essential for advising clients correctly.

WCAG 2.2 AA: The Standard You Need to Meet

The Web Content Accessibility Guidelines (WCAG) 2.2, published by the W3C, are the globally accepted benchmark. Level AA is the target for legal compliance — not AAA, which is aspirational, and not A alone, which is insufficient.

WCAG is organized around four principles, known as POUR:

Perceivable

Users must be able to perceive the information presented. This means:

  • Text alternatives: Every non-decorative image needs descriptive alt text
  • Captions and transcripts: Video content requires synchronized captions
  • Color contrast: Text must have a 4.5:1 contrast ratio against its background (3:1 for large text). Use the Heurilens contrast checker to verify every color pair on your site
  • Content reflow: Content must be usable at 320px width without horizontal scrolling

Operable

Users must be able to operate the interface with any input method:

  • Keyboard accessibility: Every function must work without a mouse
  • Focus indicators: Visible, high-contrast focus rings on all interactive elements
  • Touch targets: WCAG 2.2 introduces minimum 24x24px targets (AA) and recommends 44x44px (AAA)
  • No time traps: Users should be able to extend or disable time limits

Understandable

Content and operation must be understandable:

  • Readable text: Clear language, defined abbreviations
  • Predictable behavior: Navigation is consistent across pages
  • Error prevention: Forms identify errors clearly and suggest corrections
  • Heading structure: Logical heading hierarchy (h1 → h2 → h3) helps screen readers and sighted users alike. Validate yours with the heading hierarchy checker

Robust

Content must work with current and future assistive technologies:

  • Valid HTML: Proper semantic elements
  • ARIA usage: Use ARIA only when native HTML cannot achieve the function
  • Status messages: Dynamic content changes are announced to screen readers

For a deeper dive into how these principles map to usability heuristics, explore our heuristic analysis framework.

Why Accessibility Widgets and Overlays Fail

Accessibility overlay widgets — the toolbar plugins that promise "one-line-of-code" compliance — have become a $1 billion industry. They are also dangerously misleading.

Here is what the data shows:

  • 22.6% of ADA lawsuits in 2025 targeted websites that had an accessibility widget installed
  • The National Federation of the Blind has publicly opposed overlay tools, calling them ineffective
  • Multiple overlay vendors have been named as co-defendants in lawsuits
  • Overlays cannot fix structural issues: missing alt text, broken heading hierarchy, keyboard traps, or incorrect ARIA roles

Overlays operate on a flawed premise: that accessibility can be patched on top of inaccessible code. In reality, true accessibility requires structural changes to HTML, CSS, and interaction patterns. An overlay that injects CSS to increase font size does not fix a form that cannot be submitted via keyboard.

Courts have consistently ruled that overlays do not constitute compliance. Investing in one creates a false sense of security while leaving your business legally exposed.

The Real Cost of Non-Compliance

Beyond lawsuits, inaccessible websites carry hidden business costs:

  • Lost revenue: 1.3 billion people globally live with a disability (WHO, 2024). Their combined spending power exceeds $13 trillion. An inaccessible site turns away these customers
  • SEO penalties: Google's ranking algorithms reward accessible, well-structured content. Missing alt text, broken heading hierarchy, and low contrast all correlate with lower search rankings
  • Brand damage: A public lawsuit or complaint damages trust with all customers, not just those with disabilities
  • Higher support costs: Inaccessible interfaces generate more support tickets and phone calls

Conversely, businesses that invest in accessibility often see conversion improvements of 15-30% across their entire user base. The curb-cut effect — designing for disability benefits everyone — is well-documented. Larger tap targets help users on bumpy trains. Proper contrast helps users in sunlight. Clear heading structure helps everyone scan content faster. These principles connect directly to reducing cognitive load across your interface.

A Practical Accessibility Checklist for Small Businesses

You do not need to hire an accessibility consultant to make meaningful progress. Start with this checklist, ordered by impact and ease of implementation:

Priority 1: Quick Wins (1-3 Days)

  • Add alt text to all images. Describe the image's purpose, not just its content. Decorative images get alt=""
  • Check color contrast. Run your site through the contrast checker and fix any text below 4.5:1
  • Validate heading hierarchy. Use the heading hierarchy checker to ensure h1 → h2 → h3 order without skipping levels
  • Add a skip navigation link. A hidden link at the top of each page that lets keyboard users jump to main content
  • Set the page language. Add lang="en" (or appropriate language) to the <html> element
  • Label all form fields. Every <input> needs a visible, associated <label>

Priority 2: Structural Fixes (1-2 Weeks)

  • Keyboard navigation audit. Tab through every page. Can you reach and activate every interactive element? Is there a visible focus indicator?
  • Fix form error handling. Errors must identify the problematic field and explain how to fix it
  • Add captions to videos. Auto-generated captions are a starting point; human-reviewed captions are the standard
  • Ensure link text is descriptive. Replace "click here" with text that describes the destination
  • Test touch targets on mobile. Ensure all interactive elements are at least 24x24px with adequate spacing

Priority 3: Ongoing Practices (Continuous)

  • Test with a screen reader. VoiceOver (Mac/iOS) and NVDA (Windows) are free
  • Include accessibility in your QA process. Check every new page or feature before launch
  • Publish an accessibility statement. Document your commitment, known issues, and contact information for reporting barriers
  • Run periodic automated scans. Automated tools catch 30-40% of issues; combine with manual testing for comprehensive coverage

For designers building new pages, embedding these checks into the design process prevents accessibility debt from accumulating.

Common Accessibility Mistakes by Industry

Different business types tend to have different accessibility failure patterns:

E-commerce: Missing alt text on product images, inaccessible product filters, checkout forms without proper labels, color-only status indicators for stock levels.

Restaurants and hospitality: PDF-only menus without text alternatives, image-based text (a photo of the specials board), embedded maps without text directions.

Professional services: Contact forms without labels, auto-playing video backgrounds, poor contrast on "modern" minimalist designs, inaccessible booking widgets.

Healthcare: Patient portal accessibility failures, appointment scheduling tools that require a mouse, CAPTCHA without alternatives.

Each of these categories has seen targeted lawsuit activity. A heuristic analysis can identify these industry-specific patterns before a plaintiff does.

How to Choose an Accessibility Testing Approach

There is no single tool that catches everything. Effective accessibility testing combines multiple approaches:

  • Automated scanning (30-40% coverage): Tools like Heurilens identify contrast failures, missing alt text, heading issues, and structural violations at scale. Fast and repeatable
  • Manual expert review (60-70% coverage): A trained evaluator tests keyboard navigation, screen reader compatibility, and cognitive accessibility. Catches context-dependent issues that automation misses
  • User testing with disabled participants (highest validity): Real users with real assistive technologies reveal issues no other method catches. Even 3-5 participants with diverse disabilities provides enormous insight

For small businesses, the most cost-effective approach is: automated scan first (to catch the low-hanging fruit), then manual keyboard and screen reader testing of critical paths (homepage, contact, checkout), and user testing annually if budget allows.

The European Accessibility Act: What Changed in 2025

The EAA applies to businesses of all sizes that offer digital products or services to EU consumers. Key requirements include:

  • E-commerce sites must meet WCAG 2.1 AA (with WCAG 2.2 AA expected in future updates)
  • Banking and financial services interfaces must be accessible
  • Transportation booking systems must be accessible
  • E-books and digital media platforms must be accessible
  • Member states can impose fines, product withdrawal, or market restrictions

Unlike the ADA, the EAA explicitly references WCAG standards, making compliance requirements clearer but also easier to enforce. Businesses outside the EU that serve EU customers are not exempt.

For agencies with international clients, the EAA means accessibility audits are now a baseline deliverable, not a premium add-on.

Building an Accessibility-First Culture

Compliance is a minimum. The businesses that benefit most from accessibility treat it as a design philosophy, not a legal checkbox:

  • Include accessibility in design briefs. Specify contrast ratios, touch targets, and keyboard behavior before design begins
  • Train your team. Even basic awareness training reduces accessibility defects by 40-60%
  • Assign ownership. Without a named person responsible, accessibility work is deferred indefinitely
  • Budget for it. Accessibility remediation costs 10x more than building accessibly from the start
  • Celebrate progress. Accessibility is a spectrum — every improvement helps real users

Understanding foundational principles from the WCAG color contrast guide and the touch target sizing guide gives teams the specific knowledge they need.

Start Your Accessibility Journey Today

You do not need to fix everything overnight. But you do need to start. The combination of increasing legal pressure, expanding regulations, and genuine business benefits makes accessibility one of the highest-ROI investments a small business can make.

Heurilens scans your website against WCAG 2.2 criteria — contrast ratios, heading structure, interactive element sizing, and dozens of other checkpoints — producing a prioritized report you can act on immediately. No accessibility expertise required.

Explore pricing plans and run your first accessibility audit in minutes. Your users — all of them — will benefit.

Was this article helpful?