Examples Templates Pricing Blog (123) 456-7890 Start Free Trial
websitescompliance

Website ADA Compliance for Senior Living: What You Need to Know

Understanding ADA website compliance for assisted living facilities. Learn about WCAG 2.1 guidelines, legal risks, senior-friendly design practices, and how to test and fix your site's accessibility.

B
Brendan
AssistedLivingWebsites.com

Here’s something that should concern every assisted living facility owner: your website might be breaking the law. Not in some obscure, technical way that nobody cares about. In a way that’s generating real lawsuits, real settlements, and real costs for businesses across the country — including senior living facilities.

Website ADA compliance has gone from a niche concern to a genuine legal and ethical issue. And the irony is that senior care facilities — whose audiences are disproportionately likely to have accessibility needs — are some of the worst offenders.

Let me walk you through what ADA compliance means for your website, why it matters more for your industry than almost any other, what the legal landscape looks like, and what you can actually do about it.

Why ADA Compliance Matters More for Senior Care

The Americans with Disabilities Act was passed in 1990 to ensure people with disabilities have equal access to public accommodations. Over the past decade, courts have increasingly interpreted this to include websites. The logic is straightforward: if your physical facility must be accessible, your digital presence should be too.

Now think about who visits your website. The primary audiences are:

  • Seniors with age-related vision impairments. By age 75, roughly half of all Americans have some form of visual impairment. Cataracts, macular degeneration, and reduced contrast sensitivity are incredibly common.
  • Seniors with motor impairments. Arthritis, Parkinson’s disease, and post-stroke limitations make it difficult to use a mouse or navigate small interface elements.
  • Seniors with hearing loss. Nearly one in three people between 65 and 74 has hearing loss. If your website has video content without captions, a significant portion of your audience can’t access it.
  • Family members with disabilities. The adult children and spouses making care decisions may themselves have visual, hearing, motor, or cognitive disabilities.

Your website literally serves the population most likely to need accessibility accommodations. If any industry should prioritize accessible web design, it’s senior care.

Beyond the legal and ethical arguments, there’s a practical one: an accessible website is a better website for everyone. Larger text, clearer navigation, higher contrast, and logical page structure improve the experience for all visitors, not just those with disabilities. Accessibility best practices overlap heavily with usability best practices.

If you think ADA website lawsuits are rare or only target big corporations, think again. ADA-related web accessibility lawsuits have surged in recent years. In 2022, over 2,300 web accessibility lawsuits were filed in federal court — and that doesn’t include demand letters, state court cases, or settlements that never became public.

While many high-profile cases have targeted retail and hospitality companies, senior living and healthcare organizations are increasingly in the crosshairs. Here’s what the legal landscape looks like:

The legal basis is established. Multiple federal courts have ruled that websites are places of public accommodation under the ADA. The Department of Justice has issued guidance confirming that web accessibility is required under the ADA. This isn’t a gray area anymore.

Settlements are expensive. Typical ADA website lawsuit settlements range from $5,000 to $25,000 for small businesses. But the real cost includes attorney fees (often $10,000-$30,000+ to defend even a straightforward case), required website remediation, and ongoing monitoring commitments.

Serial plaintiffs and law firms. A small number of plaintiffs and law firms file hundreds of ADA web accessibility cases per year. They use automated tools to identify non-compliant websites, then send demand letters or file lawsuits. Whether you think this is legitimate advocacy or opportunistic litigation, the legal exposure is real.

State laws add more risk. California, New York, Florida, and several other states have their own accessibility laws that apply to websites. If your facility operates in one of these states, you face both federal and state exposure.

The trend is accelerating. The number of web accessibility lawsuits has grown every year for the past six years. This is not a trend that’s going away.

The takeaway: web accessibility compliance isn’t just the right thing to do — it’s a risk management issue. The cost of proactive compliance is a fraction of the cost of defending a lawsuit.

WCAG 2.1 AA: The Standard You Need to Meet

When people talk about website accessibility standards, they’re usually referring to the Web Content Accessibility Guidelines (WCAG), published by the World Wide Web Consortium (W3C). WCAG 2.1 Level AA is the standard most courts and regulators reference.

Let me break down the key requirements in plain language.

Color Contrast

Text must have sufficient contrast against its background. The minimum contrast ratio is 4.5:1 for normal text and 3:1 for large text (18px bold or 24px regular and above).

What this means for your website: light gray text on a white background fails. Pastel text on a pastel background fails. White text on a bright yellow background fails. Your text needs to be clearly readable, which is exactly what your senior audience needs anyway.

How to check: use the WebAIM Contrast Checker (webaim.org/resources/contrastchecker). Enter your text color and background color, and it tells you if you pass.

Alternative Text for Images

Every meaningful image on your website needs alternative text (alt text) — a brief description that screen readers can read aloud to users who can’t see the image.

Good alt text for a facility website:

  • Photo of dining room: “Residents enjoying lunch in the sunlit Sunrise dining room”
  • Photo of garden: “Landscaped garden courtyard with walking paths and shaded seating areas”
  • Staff photo: “Nurse Maria helping a resident during morning activities”

Bad alt text:

  • “IMG_3847.jpg”
  • “photo”
  • Empty alt attribute on a meaningful image
  • Overly long descriptions that repeat information already in the surrounding text

Decorative images that don’t convey meaningful content (like background patterns or visual dividers) should have empty alt attributes (alt="") so screen readers skip them.

Keyboard Navigation

Your entire website must be navigable using only a keyboard — no mouse required. This matters for users with motor impairments who can’t use a mouse, as well as users of assistive technologies.

What to check:

  • Can you tab through all interactive elements (links, buttons, form fields) in a logical order?
  • Can you see which element is currently focused? (There should be a visible outline or highlight)
  • Can you activate buttons and links using the Enter key?
  • Can you navigate dropdown menus with arrow keys?
  • Can you close modal popups with the Escape key?
  • Are there any keyboard traps — places where you can tab in but not tab out?

Form Labels and Accessibility

Contact forms are critical for senior care websites — they’re how families request information and schedule tours. But forms are one of the most common accessibility failures.

Every form field needs a properly associated label. A placeholder text that disappears when you start typing is not an acceptable substitute for a label. Screen readers need to announce what each field is for when a user tabs into it.

Accessible form requirements:

  • Every input field has a visible label that’s programmatically associated (using the “for” attribute)
  • Required fields are clearly indicated (not just by color — add text or an asterisk with a legend)
  • Error messages are specific and associated with the relevant field
  • Form validation doesn’t rely solely on color (don’t just turn a field red — also add a text message)
  • Submit buttons are clearly labeled

Headings and Document Structure

Your page content should use a logical heading hierarchy: one H1 per page, followed by H2s, H3s, and so on. Don’t skip heading levels (going from H1 to H4). Don’t use headings purely for visual styling — use them to create a meaningful content outline.

Screen reader users often navigate pages by jumping between headings. A logical heading structure lets them quickly understand and navigate your content.

Links should make sense out of context. “Click here” and “Read more” are meaningless to a screen reader user who’s navigating a list of links on the page. Instead, use descriptive link text:

  • Instead of “Click here to schedule a tour,” use “Schedule a tour of our facility”
  • Instead of “Read more,” use “Read more about our memory care program”
  • Instead of “Learn more,” use “Learn about our pricing and availability”

Video and Audio Content

If your website includes video or audio content:

  • Videos need captions (not auto-generated — those are often inaccurate)
  • Videos should have audio descriptions for important visual content that isn’t conveyed through dialogue
  • Audio content needs a text transcript
  • Media players must be keyboard accessible

Responsive and Zoom-Friendly Design

Users need to be able to zoom in to 200% without losing content or functionality. Text should reflow rather than requiring horizontal scrolling. Touch targets on mobile should be at least 44x44 pixels.

Senior-Friendly Design: Where Accessibility Meets Good UX

Here’s the thing about designing for senior audiences: many accessibility requirements are also just good design practices for older users. When you build for accessibility, you automatically build for your actual audience.

Large, Readable Fonts

Base body text should be at least 16px, but for senior care websites, 18px is better. Use a clean sans-serif font like Arial, Helvetica, or a modern alternative. Avoid decorative fonts, thin font weights, and italic body text.

Line spacing (leading) should be at least 1.5 times the font size. Paragraph spacing should be generous. Dense blocks of text are hard for anyone to read, but especially difficult for users with age-related vision changes.

Simple, Predictable Navigation

Your navigation menu should be straightforward. Five to seven main items is ideal. Use clear, descriptive labels: “Our Services,” “Photo Gallery,” “Pricing,” “Contact Us” — not creative or clever names that require guessing.

Keep navigation in the same place on every page. Use a consistent layout. Don’t hide essential information behind hamburger menus on desktop. And make sure your phone number is visible and clickable on every page, not buried in a submenu.

High Contrast Design

Go beyond the minimum 4.5:1 contrast ratio. For senior audiences, higher contrast is always better. Dark text on a light background is the most readable combination. Avoid:

  • Gray text on white backgrounds
  • Low-contrast color schemes that prioritize aesthetics over readability
  • Text overlaid on busy photographs without a solid background
  • Light text on light backgrounds or dark text on dark backgrounds

Large Click Targets

Buttons and links should be large enough to tap easily on a touchscreen and click accurately with a mouse. This matters for users with tremors, arthritis, or reduced fine motor control. Make buttons at least 44x44 pixels, and add padding around links so they’re easy to activate.

Clear Visual Hierarchy

Use size, weight, color, and spacing to create a clear visual hierarchy that guides users through your content. Important information should stand out. Calls to action should be obvious. Don’t rely on subtle design cues that might be missed by users with visual impairments.

Testing Your Website: Tools You Can Use Today

You don’t need to hire an accessibility consultant to get a baseline assessment of your website. Several free tools can identify the most common accessibility issues.

WAVE (Web Accessibility Evaluation Tool)

WAVE (wave.webaim.org) is a free tool from WebAIM. Enter your URL and it scans your page, highlighting accessibility errors, warnings, and features directly on the page. It’s visual, intuitive, and great for understanding specific issues.

What WAVE catches well: missing alt text, form label issues, contrast errors, empty links, heading structure problems.

Google Lighthouse

Built into Google Chrome’s developer tools, Lighthouse includes an accessibility audit as part of its analysis. Right-click any page, choose “Inspect,” go to the Lighthouse tab, and run an accessibility audit. It scores your page on a 0-100 scale and provides specific recommendations.

Lighthouse is particularly useful because it also tests performance and SEO, giving you a comprehensive picture of your website’s health.

axe DevTools

The axe browser extension (available for Chrome and Firefox) is used by professional accessibility testers and is free for basic use. It scans your page and provides detailed, developer-friendly results with clear explanations of each issue and how to fix it.

Manual Testing

Automated tools catch about 30-40% of accessibility issues. The rest require manual testing. Even if you’re not an expert, you can do basic manual testing:

  1. Keyboard test. Unplug your mouse and try navigating your entire website using only your keyboard (Tab, Shift+Tab, Enter, arrow keys). Can you reach everything? Can you see where you are on the page?

  2. Zoom test. Zoom your browser to 200% (Ctrl/Cmd + Plus). Does everything still work? Can you read all text? Does content reflow properly?

  3. Screen reader test. Turn on your device’s built-in screen reader (VoiceOver on Mac, Narrator on Windows) and try navigating your website. This is eye-opening — you’ll hear exactly how a blind or low-vision user experiences your site.

  4. Color test. View your website in grayscale (there are browser extensions for this). Can you still distinguish all interactive elements and understand all information? If you rely on color alone to convey meaning, you have a problem.

The Cost of Compliance vs. Non-Compliance

Let’s talk numbers.

Cost of proactive accessibility compliance:

  • Using an accessible website template or service: often included in the cost (this is what we do at Assisted Living Websites)
  • Retrofitting an existing website for accessibility: $1,000-$5,000 depending on complexity
  • Ongoing accessibility monitoring tools: $50-$250/month
  • Professional accessibility audit: $1,000-$5,000

Cost of non-compliance:

  • Demand letter settlement: $5,000-$25,000
  • Lawsuit defense (even if you win): $10,000-$30,000+ in attorney fees
  • Court-ordered remediation: $5,000-$15,000
  • Ongoing monitoring commitment: $200-$500/month for 2-3 years
  • Reputation damage: incalculable
  • Lost business from inaccessible user experience: ongoing

The math is clear. Proactive compliance costs a fraction of reactive defense. And unlike a lawsuit settlement, proactive compliance actually improves your website and helps you serve families better.

A Word About Accessibility Overlays

You may have seen advertisements for “AI-powered accessibility widgets” or overlay tools that promise to make your website ADA compliant by adding a single line of code. Companies like AccessiBe, UserWay, and others offer these solutions, typically for $50-$500/year.

I want to be straightforward here: accessibility overlays are controversial, and many experts in the accessibility community strongly advise against them. Here’s why:

  • They don’t fix the underlying code issues. They apply a cosmetic layer on top of a broken foundation.
  • They can actually make accessibility worse in some cases, interfering with screen readers and other assistive technologies.
  • They don’t protect you legally. Multiple lawsuits have been filed against websites that use overlay products, and courts have not accepted overlays as evidence of compliance.
  • Major accessibility advocacy organizations, including the National Federation of the Blind, have spoken out against overlay products.

The right approach is to build or choose a website that’s accessible from the ground up — not to bolt on a widget after the fact.

How We Handle Accessibility at Assisted Living Websites

I built accessibility into our website templates from day one. Here’s why and how:

When I started Assisted Living Websites, it was obvious that our customers’ audiences — seniors and their families — would disproportionately benefit from accessible design. Building accessible templates wasn’t just a legal consideration. It was a core product requirement.

Every website we build includes:

  • WCAG 2.1 AA-compliant color contrast throughout
  • Proper heading hierarchy and document structure
  • Alt text guidance and implementation for all images
  • Keyboard-navigable menus and interactive elements
  • Properly labeled forms with accessible error handling
  • Responsive design that works at 200% zoom
  • Senior-friendly font sizes and spacing
  • Large, easily clickable buttons and touch targets
  • Semantic HTML that works well with screen readers

You don’t need to think about accessibility when you use our service. It’s handled. And that means one less thing to worry about, one less legal risk to manage, and a better experience for every family that visits your website.

Your Accessibility Action Plan

If you’re concerned about your current website’s accessibility, here’s what to do:

This week:

  1. Run your website through WAVE (wave.webaim.org) and note the errors
  2. Run a Lighthouse accessibility audit in Chrome
  3. Try navigating your website using only your keyboard

This month:

  1. Fix critical issues: missing alt text, form labels, and major contrast problems
  2. Review your heading structure on every page
  3. Ensure your phone number is text (not an image) and clickable

This quarter:

  1. Address remaining WAVE and Lighthouse issues
  2. Add captions to any video content
  3. Consider a professional accessibility audit if you have a complex website
  4. Document your accessibility efforts (this demonstrates good faith if questions arise)

Or, the simpler path:

If your current website has significant accessibility issues, it might be more cost-effective to start fresh with an accessible template than to retrofit what you have. That’s exactly what our service provides — a website built for accessibility from the start, at a price point that’s less than what most facilities spend on remediation alone.

The Bigger Picture

ADA compliance isn’t just about avoiding lawsuits, though that’s a valid concern. It’s about living up to the values you already hold as a senior care provider.

You make your physical facility accessible because it’s the right thing to do and because your residents need it. Your website deserves the same standard. The families searching for care online — many of them dealing with their own health challenges, many of them stressed and emotional — deserve a website that works for them.

Accessibility is good design. Good design builds trust. Trust fills beds. It all connects.

Make your website accessible. Not just because the law says you should. Because the families who need you deserve to find you, navigate your information, and reach out for help — regardless of their abilities.

Ready to get your facility online?

Professional websites starting at $49/month. No setup fees, live in 48 hours.

See Pricing