Back to Blog
    WEB DEVELOPMENT
    10 min read•Mathew Metz, Head of Web Development•August 5, 2026

    WCAG Compliance: Legal & Business Guide (2026)

    A million US businesses have received web accessibility demand letters. WCAG compliance is now a legal and SEO risk you can't ignore — here is what the standards mean, what compliance costs, and what to fix first.

    Quick Answer

    Web accessibility means your website works for everyone — including the 1 in 6 people with a disability who may rely on a screen reader, keyboard navigation, or magnified text. The standard is WCAG, now at version 2.2, and the enforcement level for most businesses is AA.

    This is no longer optional. In the US, the ADA has been applied to websites, and roughly 40,000+ digital accessibility demand letters are sent each year. The EU's European Accessibility Act now requires WCAG 2.1 AA for most public-facing sites. Accessibility is a legal risk, an SEO lever, and a conversion win — and fixing it properly is far cheaper than most owners expect.

    What WCAG Actually Means (Without the Jargon)

    WCAG organizes accessibility into four principles:

    PrincipleMeaningExamples of fixes
    PerceivableUsers can perceive the contentAlt text on images, captions on video, enough color contrast
    OperableUsers can navigate and use itFull keyboard support, visible focus states, no mouse-only traps
    UnderstandableContent and behavior make senseClear labels, predictable navigation, readable language
    RobustWorks with assistive technologyValid HTML, proper heading structure, good ARIA usage

    Each principle has three levels:

    • ��A — essential basics (skip links, alt text, keyboard access).
    • ��AA — the legal target: adequate contrast, captions, consistent navigation.
    • ��AAA — the gold standard, rarely required and sometimes impractical.

    For 99% of businesses, WCAG 2.2 AA is the target. That's what ADA lawsuits, the EAA, and most procurement requirements reference.

    The Legal Risk Is Real

    • ��In the US, federal court ADA website lawsuits run into the thousands each year, and settlement demand letters are estimated in the tens of thousands — many sent to small businesses who never expected a target.
    • ��The European Accessibility Act applies to most public-facing sites and services, enforced since 2025, with real fines in several member states.
    • ��Canada's AODA and state-level rules add more layers.

    The pattern is consistent: a site is checked, dozens of WCAG failures are documented, and a demand letter offers a "settlement" — often in the five figures. Retrofitting accessibility after the letter is far more expensive than doing it right the first time. If your site is overdue for an overhaul anyway, bake WCAG requirements into the website redesign process instead of patching on top of an old codebase.

    The Business Case (Beyond Compliance)

    Accessibility isn't a tax — it's an investment that pays back three ways:

    1. ��It's good SEO. Most WCAG fixes overlap with ranking factors: heading structure, descriptive link text, image alt text, semantic HTML, and fast-loading, responsive layouts. An accessible site is a search-friendly site. (See how these overlap with technical SEO, and how the speed side works in our Core Web Vitals guide.)
    2. ��It lifts conversions. One in six people has a disability, and most also have household buying power. Captions help in loud environments; keyboard support helps power users; high contrast helps older customers. Accessibility features are used by everyone, not just the people they're designed for.
    3. ��It protects the brand. An accessibility complaint that goes public is a reputational hit that costs more than any remediation.

    The Five Failures That Account for Most SMB Accessibility Issues

    From the accessibility audits we run, these five issues show up on almost every site:

    1. ��Missing alt text — images that a screen reader can't describe.
    2. ��Unlabeled form fields — contact and booking forms that assistive tech can't fill out. Irony: for a local business, the form is often the whole point.
    3. ��Low color contrast — light gray text on white that fails the 4.5:1 ratio.
    4. ��No keyboard navigation — dropdown menus and modals that can't be reached with Tab/Enter.
    5. ��Mouse-only interactions — hover-only menus, drag-only carousels, tiny tap targets.

    Fix those five and you clear the majority of a standard WCAG audit.

    Accessibility Overlays: The Trap

    You'll see ads for "$49/mo accessibility widget — instant compliance." Don't fall for it.

    Overlays do not fix your code. They inject a layer that can break screen readers and keyboard users, they give a false sense of compliance, and advocacy groups actively campaign against them. Sites using overlays have been named in lawsuits right alongside sites with no accessibility work at all. The courts want real, documented remediation — not a widget.

    What Accessibility Actually Costs

    ApproachCostVerdict
    Built into a new build+5–10% of design/dev timeCheapest and best — do this
    Fix-only on an existing site$1,000–$5,000 (site-size dependent)Reasonable for one-time remediation
    Automated scan + manual fixes$500–$2,000Great starting point
    Overlay widget$50–$200/mo foreverAvoid — doesn't fix the code

    Building accessibility into a new site is nearly free — it's a skill, not an add-on. The expensive version is remediation after a demand letter. For context on overall budgets, see our small business website cost breakdown.

    Next Steps

    If you run a business site, spend 20 minutes today: tab through your own site (no mouse), check contrast with a free checker, and look at the image alt text. That's a free mini-audit. For the real thing — an automated scan plus a manual WCAG 2.2 AA review with a prioritized fix list — book a free accessibility consultation. If you're planning a build, make sure accessibility is in the scope from day one: estimate your project cost and see what a compliant build costs.

    Related Guides

    About the Author

    Mathew Metz leads the web development team at Orometa, having designed and launched 180+ high-performance websites for SMBs. Specializing in conversion-optimized design, mobile-first development, and performance engineering, he helps businesses turn visitors into customers. With a focus on user experience and measurable business outcomes, he combines technical excellence with strategic thinking.

    Connect on LinkedIn

    MM

    ABOUT THE AUTHOR

    Mathew Metz

    Head of Web Development

    Mathew Metz leads the web development team at Orometa, having designed and launched 180+ high-performance websites for SMBs. Specializing in conversion-optimized design, mobile-first development, and performance engineering, he helps businesses turn visitors into customers. With a focus on user experience and measurable business outcomes, he combines technical excellence with strategic thinking.

    Connect on LinkedIn

    Frequently Asked Questions

    What is web accessibility?+
    Web accessibility means designing and coding websites so people with disabilities can use them — including users who rely on screen readers, keyboard navigation, or magnified text. The standard is WCAG (Web Content Accessibility Guidelines), now at version 2.2.
    What does WCAG mean?+
    WCAG (Web Content Accessibility Guidelines) is the global accessibility standard, organized into three levels — A (basic), AA (the legal target for most businesses), and AAA (advanced). WCAG 2.2 AA is the level used in US lawsuits and EU accessibility rules.
    Is web accessibility legally required?+
    Yes, increasingly. In the US, the ADA has been applied to websites through lawsuits — tens of thousands of demand letters go out each year. In the EU, the European Accessibility Act requires WCAG 2.1 AA compliance for most public-facing sites, enforced from 2025.
    How much does it cost to make a website accessible?+
    A fix-only engagement runs $1,000–$5,000 depending on the number of pages and how many issues exist. Building accessibility into a new site costs almost nothing extra — it adds maybe 5–10% to the design phase. An overlay widget is cheaper but doesn’t fix the code and is increasingly criticized (and counter-sued) as a compliance shortcut.
    What is an accessibility overlay?+
    An overlay is a JavaScript widget that claims to make a site compliant. Overlays do not fix the underlying code, can break assistive technology, and are frequently named in lawsuits alongside the site owner. Courts and advocacy groups have rejected overlays as a substitute for real remediation.
    What are the most common accessibility mistakes?+
    Missing image alt text, unlabeled form fields, low color contrast, no keyboard navigation, and clickable elements that can't be reached without a mouse. These five account for most WCAG failures on SMB websites.

    Ready to Transform Your Business?

    Let Orometa implement these strategies for your business. Our team specializes in digital marketing, SEO, web development, and AI automation.

    Get a Free Strategy Call