All posts
Best Practices

Why Website Accessibility Matters for Your Business (And What It Actually Costs to Ignore It)

ADA website lawsuits are rising, Google rewards accessible sites, and 1 in 4 Americans has a disability. Here's what accessibility means for your business and how to make sure your next project gets it right.

Daniel Greener-VigilJuly 1, 20258 min read
web accessibility
ADA compliance
WCAG
inclusive design
web development best practices

Accessibility is one of those topics that sounds like it belongs on a compliance checklist — something to hand off to legal and forget about. In practice, it affects your search rankings, your potential customer base, and your legal exposure in ways most business owners don't find out about until something goes wrong.

Here's what web accessibility actually means, what the law requires, and what to look for when you're hiring a development team to build or rebuild your site.

What Web Accessibility Actually Means

An accessible website works for everyone — including people who use screen readers, navigate by keyboard instead of mouse, have low vision, are colorblind, have cognitive disabilities, or use assistive devices to interact with the web.

The international standard for this is WCAG (Web Content Accessibility Guidelines), published by the W3C. The current version is WCAG 2.2. Compliance levels run from A (minimum) to AA (the standard most laws reference) to AAA (the highest bar, not always achievable for all content).

In practice, meeting WCAG 2.1 AA — the most commonly required level in the US — means things like:

  • Every image has a meaningful text alternative
  • The site can be fully navigated by keyboard alone
  • Color is never the only way information is conveyed
  • Text contrast ratios meet minimum standards
  • Forms have proper labels
  • Error messages are clear and helpful
  • The page structure makes sense to a screen reader

These aren't theoretical requirements. They're the difference between a site that works for a blind user and one that's effectively unusable for them.

The Legal Reality

The Americans with Disabilities Act (ADA) was written in 1990, long before the web existed. But courts have consistently ruled that websites are "places of public accommodation" under the ADA — which means inaccessible websites can be grounds for lawsuits.

The numbers have moved fast:

  • Web accessibility lawsuits in the US grew from fewer than 300 in 2017 to over 4,600 in 2023
  • Retail, food service, and financial services are the most common targets
  • Small and mid-size businesses have been targeted as often as large corporations
  • Most cases settle out of court — but settlement costs plus legal fees regularly run $25,000–$100,000

The Department of Justice issued guidance in 2022 confirming that the ADA applies to web content, and has indicated it will treat WCAG 2.1 AA as the benchmark for compliance. California has its own law (Unruh Civil Rights Act) with damages of $4,000 per violation.

If your business has a physical location, serves the public, or takes money from customers online, you have exposure.

The Industries With the Most at Stake

Some industries face heightened requirements beyond the ADA:

Healthcare: Section 508 of the Rehabilitation Act requires federal agencies and their contractors to meet accessibility standards. If you're a healthcare company that takes Medicare/Medicaid or works with government health programs, this applies to you. HIPAA-regulated entities are also held to higher standards on patient-facing portals.

Education: Any school receiving federal funding — which includes most universities, community colleges, and K-12 districts — must meet Section 508 and WCAG standards. Private edtech companies serving these institutions often have contractual requirements as well.

Financial services: The DOJ has specifically targeted banks and financial institutions for inaccessible online banking. If your app handles money, accessibility isn't optional.

E-commerce: The highest volume of ADA lawsuits historically come from retail and e-commerce. If customers can buy something on your site, it needs to be accessible.

Accessibility and SEO Are More Connected Than You Think

Google can't see your images. It can't watch your videos. It reads your content the way a screen reader does — through the underlying HTML, the semantic structure, and the text alternatives you provide.

Which means many accessibility best practices are also SEO best practices:

  • Alt text on images — helps screen reader users understand visuals, and helps Google understand your content
  • Semantic HTML (using proper heading levels, landmark regions, lists) — makes your page structure readable to assistive technology and to search crawlers
  • Descriptive link text — "learn more about our web development services" outperforms "click here" for both screen readers and Google
  • Fast load times — a WCAG requirement for users with cognitive disabilities is also a Core Web Vitals factor
  • Keyboard navigability — forces clean, logical DOM structure that crawlers also prefer

Building an accessible site and building an SEO-friendly site overlap significantly. A development team that builds with accessibility in mind tends to build with cleaner, more maintainable code as a side effect.

What Inaccessible Sites Actually Look Like

Common accessibility failures we see on client sites before a rebuild:

  • Images with no alt text — a screen reader announces "image" and moves on, giving the user nothing
  • Forms with no labels — a screen reader user hears "edit text" with no context about what to type
  • Buttons that only work on click — keyboard users who navigate with Tab and Enter can't activate them
  • Low contrast text — gray text on a white background fails contrast ratio requirements and is genuinely hard to read for many users
  • Auto-playing video or audio — disorienting for users with cognitive disabilities and users who navigate with screen readers
  • No skip-to-main-content link — keyboard users have to Tab through the entire navigation on every page before reaching the content
  • Dynamic content that doesn't announce itself — modals, alerts, and updates that appear on screen but aren't communicated to assistive technology

None of these are exotic edge cases. They're standard failures on most sites that weren't built with accessibility in mind from the start.

The Business Case Beyond Compliance

The legal argument often leads the conversation, but there's a straightforward commercial argument too.

1 in 4 American adults has some form of disability. That includes people with visual impairments, hearing loss, motor disabilities, and cognitive conditions like ADHD and dyslexia. Many of them have spending power. An inaccessible site turns them away before they can become customers.

Accessible design also tends to help everyone:

  • Captions on videos help users watching without sound (which is most people on mobile, in public)
  • High contrast and clean typography help users reading in sunlight
  • Keyboard navigation helps power users who prefer not to use a mouse
  • Clear error messages help users of all abilities fill out forms correctly

This is sometimes called the "curb cut effect" — the design accommodations made for wheelchair users (curb cuts at intersections) turned out to be useful for people with strollers, bikes, and rolling luggage. Accessible design frequently works the same way.

What to Look For in a Development Team

Not all development shops build with accessibility in mind. Here's how to tell the difference when you're evaluating vendors:

Ask how they handle accessibility during development, not as a post-launch audit. Retrofitting accessibility into a site that wasn't built for it is significantly more expensive than building it right the first time.

Ask whether they write semantic HTML. This isn't about a specific framework — it's about whether the developers use heading levels correctly, write proper form labels, and structure content in ways that make sense beyond the visual presentation.

Ask if they test with screen readers. NVDA (Windows) and VoiceOver (Mac/iOS) are free. Any team that claims to deliver accessible work should be testing with them regularly, not just running an automated checker.

Ask about their color and contrast process. Automated tools like Lighthouse or axe catch about 30% of accessibility issues. The rest require human judgment, including evaluating whether designs meet contrast requirements.

Ask about keyboard navigation testing. Tab through their demo or a previous project. If it works intuitively — logical focus order, visible focus states, no dead ends — they've thought about it. If it's broken or invisible, they haven't.

How We Approach Accessibility at GreenField Dev

We build with WCAG 2.1 AA compliance as the baseline for every project — not as a post-launch add-on, but as part of how we write code. Semantic HTML, keyboard navigability, and proper ARIA labeling are defaults, not features.

For clients in regulated industries (healthcare, education, financial services), we go further: accessibility audits, screen reader testing, and documentation you can use to demonstrate compliance.

We care about this because we believe the web should work for everyone. We're an LGBTQIA+ owned business and inclusive design is core to how we think about building products — not because it's a legal requirement, but because it's the right way to build.


If you're planning a new website or application and want to make sure it's built accessibly from the start, reach out to us. It's much easier — and much less expensive — to build it right the first time than to fix it after launch.

Ready to start your project?

Get a free, no-pressure quote from our team.

Get a Free Quote