Skip to article content
ADA Compliance

ADA Website Compliance Checklist for Small Businesses in 2026

A practical, plain-English checklist covering every major WCAG 2.1 AA requirement your small business website needs to meet in 2026 — with concrete tips for each item and no legal jargon.

12 min readBy WCAGsafe Team
ADA Website Compliance Checklist 2026 — Accessibility Guide for Small Businesses by WCAGsafe

This article is for informational purposes only and does not constitute legal advice. For guidance specific to your situation, consult a qualified attorney.

1B+

People globally with a disability

94.8%

Websites still failing WCAG checks

$30K

Average ADA settlement cost

Digital Accessibility Lawsuits Filed (Websites & Apps — US Federal Courts)

Note: Total ADA Title III lawsuits (including physical locations) peaked at 11,452 in 2021. The figures below cover website and app cases only.

2021
2,352
2022
3,255
2023
4,226
2024
4,755
2025
5,200

Source: UsableNet, ADA Title III litigation reports

What Is ADA Website Compliance?

ADA website compliance means designing and building your website so that people with disabilities can use it without encountering barriers. The Americans with Disabilities Act, originally enacted in 1990, has been interpreted by courts over the past decade to cover digital platforms — not just physical locations.

Today, courts routinely find that business websites are places of public accommodation under the ADA, which means they must be accessible to users with visual, auditory, cognitive, and motor disabilities. The practical standard most organizations follow is WCAG 2.1 Level AA — the Web Content Accessibility Guidelines published by the World Wide Web Consortium (W3C). In 2026, many forward-looking businesses are also beginning to incorporate the newer WCAG 2.2 criteria into their compliance programs.

The types of digital properties that fall under this standard include:

  • Business and marketing websites
  • E-commerce stores and product pages
  • Online booking and scheduling systems
  • Customer portals and account dashboards
  • Mobile apps and progressive web apps

Why ADA Website Compliance Matters for Small Businesses

A common assumption among small business owners is that accessibility enforcement only targets large corporations. The lawsuit data tells a different story — the majority of web accessibility complaints are filed against companies with under $25 million in annual revenue, and there is no small business exemption under ADA Title III.

Reduce Your Exposure to Costly Litigation

More than 5,000 digital accessibility lawsuits were filed in 2025, with average out-of-court settlement costs reaching $30,000 — plus legal defense fees that can match or exceed that figure. Even demand letters, which rarely escalate to court, typically cost $5,000–$25,000 to resolve. Proactive compliance is substantially cheaper than reactive remediation after a claim.

Serve a Larger Share of Your Market

Over one billion people worldwide live with some form of disability. In the United States, roughly one in four adults has a disability that affects how they use digital technology. If your website excludes these users, you are leaving revenue on the table — not just incurring legal risk.

Strengthen Your SEO Performance

Many WCAG requirements directly improve how search engines understand and rank your site. Descriptive alt text helps Google index your images. Proper heading structure makes your content easier to crawl. Descriptive link text improves page authority signals. Accessible websites frequently outperform inaccessible competitors in organic search.

Improve the Experience for All Visitors

Accessibility improvements do not help only users with permanent disabilities — they benefit everyone. Captions help viewers in loud environments. High-contrast text is easier to read on bright screens. Keyboard navigation supports power users. Accessible design consistently produces higher engagement, longer session times, and better conversion rates across all audience segments.

ADA Website Compliance Checklist for Small Businesses (2026)

12 requirements mapped to WCAG 2.1 AA — the standard referenced by ADA enforcement

01

Add Descriptive Alt Text to Every Image

WCAG 1.1.1

critical

Alt text gives screen readers the context they need to describe images to visually impaired users. Without it, a screen reader announces the raw file name — something like "IMG_4029.jpg" — which communicates nothing. Write alt text that describes what an image shows or what it does. Purely decorative images should use an empty alt attribute so assistive technology skips them entirely.

Practical tips

  • Describe purpose, not appearance — "Download accessibility report" beats "blue button with arrow"
  • Keep alt text under 125 characters for most images
  • Use empty alt="" for decorative dividers, backgrounds, and icons that duplicate nearby text

Alt Text — Good vs Bad Examples

✕ Bad alt text

alt="image1.jpg"

alt="photo"

alt="IMG_4029"

✓ Good alt text

alt="Bar chart showing ADA lawsuits rising from 2352 in 2021 to 5200 in 2025"

alt="Download PDF report button"

02

Ensure Full Keyboard Accessibility

WCAG 2.1.1 / 2.4.7

critical

A significant portion of web users navigate entirely without a mouse — using only Tab, Shift+Tab, Enter, and arrow keys. Every interactive element on your site, including menus, modals, forms, and carousels, must be reachable and operable from the keyboard alone. A visible focus indicator (the outline around a focused element) is required and must never be removed with CSS.

Practical tips

  • Test your entire site by pressing Tab repeatedly — every clickable element must receive focus
  • Never use CSS outline: none without providing an alternative focus style
  • Dropdown menus must open on keyboard focus and close on Escape
03

Use a Logical Heading Hierarchy

WCAG 1.3.1

serious

Screen reader users frequently navigate pages by jumping between headings — it is how they scan content quickly. If your heading structure skips levels (jumping from H1 to H4) or uses headings purely for visual styling rather than structure, the page becomes disorienting and unusable for these users. Every page should have exactly one H1, with H2 used for major sections and H3 for subsections within those.

Practical tips

  • Never skip heading levels — H1 → H2 → H3 is correct; H1 → H4 is not
  • Do not use headings just to make text look bigger — use CSS for styling
  • Each page should have one and only one H1 that describes the page topic
04

Meet Minimum Color Contrast Requirements

WCAG 1.4.3

serious

Low-contrast text is the single most common WCAG failure — present on 79.1% of all websites tested. Users with low vision, color blindness, or age-related vision changes depend on sufficient contrast between text and its background. WCAG 2.1 AA requires a contrast ratio of at least 4.5:1 for normal body text and 3:1 for large text (18pt or 14pt bold). This applies to buttons, labels, and navigation items too.

Practical tips

  • Use a free tool like the WebAIM Contrast Checker before choosing any text or button color
  • Light gray text on a white background almost always fails — darken it
  • Do not rely on color alone to communicate meaning — pair it with icons or text labels

Color Contrast — Pass vs Fail Examples

✕ FAILRatio: 2.3:1

This text is hard to read

Light gray on white

✓ PASSRatio: 7.2:1

This text is easy to read

Dark gray on white

✕ FAILRatio: 1.8:1

White on yellow

Common CTA mistake

✓ PASSRatio: 5.9:1

White on blue-600

Solid CTA button

05

Label Every Form Field Clearly

WCAG 1.3.1 / 3.3.2

critical

Placeholder text inside an input field disappears the moment a user starts typing. For screen reader users and people with cognitive disabilities, this creates confusion — they lose track of what a field is asking for mid-entry. Every form field requires a persistent, visible label positioned above or beside the input, not inside it. Required fields must be marked with both a visual indicator and accessible text.

Practical tips

  • Never use placeholder text as a replacement for a visible label
  • Mark required fields with both an asterisk (*) and the word "required" — not color alone
  • Error messages must name the specific field that failed and explain how to correct it
06

Caption All Videos and Provide Audio Transcripts

WCAG 1.2.2 / 1.2.1

serious

Any video with spoken content must include synchronized closed captions for users who are deaf or hard of hearing. Auto-generated captions from YouTube or Vimeo are a starting point but are often inaccurate — always review and correct them before publishing. Audio-only content such as podcasts requires a text transcript. Both captions and transcripts also benefit users watching in noisy environments or non-native speakers.

Practical tips

  • Review auto-generated captions carefully — technical terms, names, and numbers are often wrong
  • Caption burn-in (captions baked into the video) does not count as accessible captions
  • Publish transcripts as plain text below or alongside the media — do not lock them behind a download
07

Prevent Auto-Playing and Uncontrollable Content

WCAG 2.2.2

serious

Auto-playing videos, audio tracks that launch without user input, and carousels that cycle automatically create serious barriers for users with attention, cognitive, and vestibular disorders. Users must always have a way to pause, stop, or control moving content. Auto-playing background audio is particularly disruptive to screen reader users, as it competes with their assistive technology.

Practical tips

  • Set all videos to muted and paused by default — never autoplay with sound
  • Image carousels and sliders must include pause controls and not move faster than 5 seconds per slide
  • If animation cannot be disabled, provide a "reduce motion" option or respect the OS prefers-reduced-motion setting
08

Write Descriptive Link Text

WCAG 2.4.4

serious

Screen reader users can pull up a full list of links on a page to navigate efficiently. When every link says "click here", "read more", or "learn more", that list becomes completely useless — they have no idea where each link leads without reading the surrounding paragraph. Every link on your site should make sense when read in isolation, with no surrounding context.

Practical tips

  • Replace "click here to view our pricing" with "view WCAGsafe pricing plans"
  • If you open a link in a new tab, warn users by adding "(opens in new tab)" to the link text
  • Icon-only links must have an accessible name via aria-label or visually hidden text

Link Text — Good vs Bad Examples

✕ Bad — meaningless out of context

Read our latest post. Click here

See our plans. Read more

Download it now. Here

✓ Good — clear out of context

Read our ADA compliance guide

View WCAGsafe pricing plans

Download accessibility checklist PDF

09

Build a Mobile-Accessible Experience

WCAG 1.4.4 / 2.5.5

serious

Mobile accessibility extends beyond responsive design. Users on mobile devices rely on screen readers like VoiceOver (iOS) and TalkBack (Android), and need touch targets large enough to activate without accidentally hitting adjacent elements. WCAG 2.1 recommends touch targets of at least 44x44 CSS pixels. Text must be resizable up to 200% without loss of content or functionality.

Practical tips

  • Set minimum tap target size to 44x44px — buttons that are too small trap mobile assistive technology users
  • Test your site with VoiceOver on iPhone or TalkBack on Android to find mobile-specific issues
  • Zoom to 200% in your browser and verify no content overflows or disappears
10

Make PDFs and Downloadable Documents Accessible

WCAG 1.1.1 / 1.3.1

moderate

PDFs linked from your website are part of your digital presence and are subject to the same accessibility expectations. An accessible PDF includes tagged structure (headings, lists, tables), selectable text rather than scanned images, meaningful reading order, and descriptive bookmarks for longer documents. Scanned PDFs that are simply images of text are inaccessible to screen readers entirely.

Practical tips

  • Export PDFs from Word or InDesign using the built-in "Accessible PDF" export settings
  • Run PDFs through Adobe Acrobat's Accessibility Checker before publishing
  • Consider offering an accessible HTML alternative for critical documents
11

Scan with Automated Accessibility Testing Tools

Multiple criteria

informational

Automated scanners cannot catch every accessibility issue — expert estimates suggest they detect 30–40% of violations — but they are an essential first step. Tools like WCAGsafe, WAVE, axe DevTools, and Google Lighthouse surface the most common and impactful issues quickly. Running a scan before any other step gives you a prioritized list of what to fix first.

Practical tips

  • Start with a free automated scan to identify high-impact violations immediately
  • Run scans after every major content update, redesign, or new feature launch
  • Combine automated testing with manual keyboard testing and screen reader spot checks for thorough coverage
12

Publish an Accessibility Statement

Best practice

informational

An accessibility statement communicates your commitment to users with disabilities, describes the standard your site aims to meet (WCAG 2.1 AA), documents any known limitations, and provides a contact method for users who encounter barriers. While not legally required for all businesses, an accessibility statement demonstrates good faith and can be a meaningful factor if a complaint arises.

Practical tips

  • Include the WCAG version and conformance level you are targeting (e.g., WCAG 2.1 Level AA)
  • List any known accessibility gaps and your plan to address them
  • Provide a working email or form specifically for accessibility feedback

Not sure where your site stands?

WCAGsafe runs a full WCAG 2.1 AA scan in under 60 seconds and shows you every violation, sorted by impact — with fix instructions in plain English.

Scan my website free

Common ADA Compliance Mistakes Small Businesses Make

Most small business websites share a predictable set of accessibility failures — the same issues that appear in the WebAIM Million Report year after year. Awareness of these patterns lets you audit your own site with sharper focus.

Common MistakeWhy It Matters
Images with missing or generic alt textScreen readers announce raw file names; affects 55.5% of websites
Low color contrastFails users with low vision; the most common WCAG failure at 79.1% of sites
Form fields without visible labelsScreen reader users lose field context mid-entry; affects 48.2% of sites
Vague link text ("click here", "read more")Link lists become meaningless; affects 45.4% of sites
Interactive elements unreachable by keyboardLocks out users with motor impairments entirely
Videos without captionsExcludes deaf and hard-of-hearing users from all video content
Skipped or illogical heading structureBreaks page navigation for screen reader users
Installing an overlay widget instead of fixing the code22.6% of web accessibility lawsuits in 2025 targeted sites with overlays already installed

The overlay warning

Accessibility overlay widgets — tools that inject JavaScript over your existing site — do not make your website ADA compliant. In H1 2025, 22.6% of all web accessibility lawsuits targeted sites that already had an overlay installed. Overlays cannot fix underlying HTML structure, broken keyboard navigation, or flawed ARIA logic. The only genuine fix is code-level remediation.

How to Make Your Website ADA Compliant: A Step-by-Step Process

Accessibility is not a single project with a finish line — it is an ongoing practice. This five-step process gives you a repeatable framework for getting compliant and staying there.

  1. 1

    Run a Baseline Accessibility Scan

    Before fixing anything, understand what you have. A free automated scan using a tool like WCAGsafe surfaces violations sorted by severity — giving you a prioritized, actionable list rather than a wall of guidelines to interpret.

  2. 2

    Fix Critical and Serious Issues First

    Not all violations carry equal risk. Prioritize critical issues (keyboard traps, missing form labels, missing alt text) and serious issues (low contrast, vague links) first. These are the violations most likely to trigger legal complaints and block the largest number of users.

  3. 3

    Align Your Site with WCAG 2.1 Level AA

    WCAG 2.1 AA is the standard referenced by the ADA, the European Accessibility Act, and most international digital accessibility laws. Working systematically through the checklist above will bring your site into alignment with this standard.

  4. 4

    Train Anyone Who Publishes Content

    Accessibility is not a one-time project — it is an ongoing practice. Content editors, marketers, and designers need to understand the basics: alt text, heading structure, descriptive links, and captioning. Most content-layer violations are created by people who were never taught to avoid them.

  5. 5

    Monitor Your Site on a Regular Schedule

    Every new blog post, product page, image, or feature is an opportunity to introduce new violations. Set up monthly automated monitoring so regressions are caught early — before they accumulate into a legal risk or a user complaint.

The accessibility landscape is shifting quickly. Understanding where enforcement and industry practice are heading helps you make smarter decisions about where to invest your compliance efforts.

ADA Enforcement Is Intensifying

Over 5,000 digital accessibility lawsuits were filed in 2025 — a 37% year-over-year increase. AI tools now allow anyone to scan a website and generate a federal complaint in minutes, dramatically expanding who can sue and how quickly.

WCAG 2.2 Adoption Is Accelerating

WCAG 2.2, released in 2023, adds new criteria around focus appearance, dragging movements, and authentication. While WCAG 2.1 AA remains the primary legal benchmark, forward-looking businesses are beginning to incorporate 2.2 criteria into their compliance work.

Accessibility-First Design Is a Competitive Advantage

Businesses that build accessibility into their design system from the start spend far less on remediation than those who retrofit it later. Accessibility-first teams also report better performance scores, higher conversion rates, and stronger SEO — it is not just risk management.

AI Tools Are Expanding Both Access and Litigation

Automated accessibility tools are becoming more powerful, making it easier for businesses to stay compliant. But the same automation is accelerating lawsuit volume — 40% of federal ADA filings in 2025 came from self-represented individuals using AI to generate complaints.

Quick-Reference Accessibility Checklist

Use this summary to run a rapid self-audit of your small business website before diving into the detailed checklist items above.

  • Every meaningful image has descriptive alt text
  • Decorative images use an empty alt attribute (alt="")
  • All interactive elements are reachable and operable by keyboard
  • Focus indicators are visible and never removed with CSS
  • Heading structure is logical — H1 → H2 → H3 with no skipped levels
  • Body text meets 4.5:1 minimum color contrast ratio
  • Large text meets 3:1 minimum color contrast ratio
  • Every form field has a persistent visible label
  • Form error messages name the specific field and explain the fix
  • All videos with speech include synchronized closed captions
  • Audio-only content has a text transcript
  • No content auto-plays without user control
  • All link text is descriptive and meaningful out of context
  • Touch targets are at least 44x44 CSS pixels on mobile
  • PDFs are tagged and contain selectable text
  • An accessibility statement is published and easy to find

Conclusion: Accessibility Is an Investment, Not a Burden

Building an ADA-compliant website is not about satisfying a legal checkbox — it is about creating a digital experience that works for every potential customer. The businesses that treat accessibility as a core quality standard, rather than an afterthought, consistently see better SEO performance, lower bounce rates, higher conversion, and fewer legal headaches.

The good news for small businesses is that most of the violations on this checklist are straightforward to address. Many are pure content changes — alt text, link descriptions, form labels — that require no developer involvement at all. Start with a scan, prioritize by impact, and work through the checklist systematically. Then set up monitoring so you stay compliant as your site evolves.

Scan Your Website Free at WCAGsafe

Find out exactly which items on this checklist your site is failing — in under 60 seconds. WCAGsafe runs a full WCAG 2.1 AA scan using axe-core and gives you a prioritized violation list with plain-English fix instructions.