The lawsuit nobody sees coming
Most property managers worry about fair housing complaints from prospects who toured a unit. Far fewer realize that a much quieter threat is sitting on their leasing website right now, accessible to anyone with a screen reader and a grievance.
Website accessibility lawsuits and demand letters have surged across every industry, and real estate is squarely in the crosshairs. The theory is straightforward: a leasing website is a place of public accommodation, and if a person with a disability cannot use it to find a unit, schedule a tour, or submit an application, that is a denial of access. Plaintiffs do not need to have actually wanted your apartment. Many of these claims come from serial filers who scan thousands of sites for the same common defects.
The demand letter usually arrives before any lawsuit, offering to settle for a few thousand dollars. Settle one and you are on a list. The structural fix is to make the site accessible in the first place.
What "accessible" actually means
The legal standard most courts and the Department of Justice point to is the Web Content Accessibility Guidelines (WCAG), currently version 2.1 at the AA conformance level. WCAG is organized around four principles, and you do not need to be a developer to understand what they require.
- Perceivable. Users must be able to perceive the content. Images need text alternatives, videos need captions, and text needs sufficient color contrast.
- Operable. Everything must work without a mouse. A keyboard-only user has to be able to navigate every menu, form, and button.
- Understandable. Content and interactions must be predictable and clearly labeled, with helpful error messages on forms.
- Robust. The site must work with assistive technologies like screen readers, which means clean, standards-compliant code.
The good news is that the overwhelming majority of accessibility complaints trace back to a short list of recurring, fixable defects.
The defects that draw demand letters
Missing alt text on images
Every meaningful image, especially floor plans, unit photos, and amenity icons, needs descriptive alternative text so a screen reader can convey it. A floor plan that is just an unlabeled JPEG is invisible to a blind prospect. This is the single most cited defect.
Poor color contrast
Light gray text on a white background looks elegant in a design mockup and is unreadable to someone with low vision. WCAG specifies minimum contrast ratios, and design-forward leasing sites violate them constantly.
Keyboard traps and inaccessible forms
If a user cannot tab through your application form, or gets stuck in a date picker that only responds to a mouse, the form is inaccessible. Application and contact forms are the highest-stakes interactions on the site, and they are frequently the worst offenders.
Unlabeled buttons and links
A button that reads "click here" or an icon with no label tells a screen-reader user nothing. Every interactive element needs a clear, descriptive name.
Video without captions
Property tour videos and amenity walkthroughs need captions for deaf and hard-of-hearing users.
The accessibility-overlay trap
A cottage industry has sprung up selling "accessibility widgets" or overlays, a single line of JavaScript that promises to make any site compliant automatically. Be skeptical. Courts have not accepted overlays as a defense, and a growing body of accessibility advocates argues that many overlays actively break the experience for screen-reader users while doing nothing for real conformance. Some plaintiffs now specifically target sites that rely on them.
There is no shortcut. Accessibility is a property of how the site is actually built, not a badge you bolt on at the end.
How to find your gaps
You can get a useful first read on your own site in an afternoon.
- Run an automated scan. Free tools like WAVE or Lighthouse will surface a large fraction of the common defects, missing alt text, contrast failures, and unlabeled elements.
- Try the keyboard test. Put your mouse away and tab through your homepage, your unit listings, and your application form. If you get stuck or lost, so will a keyboard-only user.
- Test with a screen reader. Most operating systems ship with one. Close your eyes and try to find a two-bedroom and request a tour using only the screen reader.
Automated tools catch perhaps a third to half of issues. The rest require human testing, ideally including users who actually rely on assistive technology.
Where AI and accessibility intersect
There is an underappreciated upside here. When prospects can reach you through accessible channels beyond the website, phone, SMS, and email handled by responsive AI agents, you reduce the risk that a single inaccessible web form becomes the only path to a tour. A blind prospect who can simply call and have a natural conversation, or text a question and get an immediate answer, has an accessible route to lease even while you are fixing the site.
That does not excuse an inaccessible website. The site is still a public accommodation and still a liability. But a multi-channel response strategy means accessibility is built into how prospects reach you, not concentrated in one fragile web interface.
A short remediation roadmap
- Scan and inventory. Run automated tools, then do the keyboard and screen-reader tests yourself to find what they miss.
- Fix the high-frequency defects first. Alt text, color contrast, form labels, and keyboard navigation cover the bulk of demand-letter claims.
- Avoid overlay shortcuts. Remediate the underlying code instead of bolting on a widget.
- Make accessibility a standard. Bake WCAG 2.1 AA into every future site update and every vendor you hire, so you do not regress.
- Keep accessible alternatives open. Ensure prospects can reach you and lease through phone, text, and email, not the website alone.
The bottom line
Website accessibility is no longer a niche concern for property managers. It is a live legal exposure with a well-developed plaintiffs' bar and a steady stream of demand letters. The defects that drive those claims are mostly mundane and mostly cheap to fix, which means the companies still ignoring them are taking on real risk for no good reason.
Treat your leasing site the way you would treat a physical leasing office: a place that, by law, everyone gets to use. Fix the obvious barriers, keep accessible channels open, and the lawsuit that nobody saw coming never arrives.