ADA compliance for real estate, fixed where listings actually break
For a brokerage or agent, ADA compliance for real estate isn’t a checkbox — it’s whether a buyer who uses a screen reader can search your listings, see your photos, and request a showing. Curbcut makes real estate websites genuinely accessible by remediating the code behind your IDX feed, maps, photo galleries, and lead forms to WCAG 2.1 Level AA. No widget, no overlay — real fixes that hold up to assistive-technology testing and legal scrutiny.
Real estate sites are unusually exposed because they’re built from the exact ingredients that trip up assistive technology: image-heavy galleries, third-party listing feeds, interactive maps, and complex search filters. Each one is a place where a small, fixable code problem becomes a barrier — and a legal target.
Why real estate websites get sued
Under ADA Title III, businesses open to the public must be accessible, and courts and the DOJ have repeatedly applied that standard to websites. Thousands of ADA web accessibility lawsuits are filed each year in the US, and property sites are easy to scan and easy to fault. Serial plaintiffs and their firms look for sites with obvious barriers — unlabeled images, keyboard traps, maps with no alternative — then send a demand letter or file a lawsuit.
Real estate sites are uniquely exposed because:
- They’re image-dense — dozens of photos per listing, multiplied across hundreds of properties, most with no real alt text.
- They rely on third-party IDX/MLS feeds that inject markup you don’t fully control.
- They lean on interactive maps as the primary way to browse, often with no non-visual path.
- They run on custom search and filter UI that breaks for keyboard navigation and screen readers.
For the full legal picture, see our pillar on ADA website lawsuits. This page isn’t legal advice — for your specific exposure, talk to an attorney.
Where real estate sites fail WCAG 2.1 AA
The POUR principles — Perceivable, Operable, Understandable, Robust — map cleanly onto the parts of a property site that fail most. Here’s where we find the most blocking issues during an accessibility audit.
| Site area | Common failure | What it blocks |
|---|---|---|
| Property photo galleries | Missing or generic alt text, no keyboard controls | Screen-reader users can’t tell listings apart; keyboard users can’t browse photos |
| IDX listing search | Custom filters with no ARIA roles or state | Buyers can’t refine results without a mouse |
| Interactive map search | No keyboard access, no non-visual alternative | Map-only browsing locks out blind and motor-impaired users |
| ”Request a showing” forms | Unlabeled fields, color contrast errors, inaccessible validation | The lead is lost at the last step |
| PDF flyers & disclosures | Untagged, image-only PDFs | Screen readers can’t read the document at all |
| Virtual tours / video | No captions, no keyboard control of the player | Deaf and keyboard users are excluded |
IDX listings and search filters
Your IDX integration is usually the highest-risk area. The feed injects listing cards, filters, sort controls, and pagination into your page, and that markup often lacks labels, roles, and state. To conform, search controls need proper ARIA, every filter must be operable by keyboard navigation alone, and result counts and updates must be announced to screen readers (NVDA, JAWS, VoiceOver). Some IDX defects are vendor-controlled — we remediate what lives in your templates and CSS and document the rest so you can push fixes to your provider. Platform-specific work usually happens at the WordPress plugin and theme layer, where most agent and brokerage sites run.
Property photos and galleries
A listing might carry 30 photos; a site might carry tens of thousands. Each meaningful image needs descriptive alt text that conveys what matters to a buyer — “front exterior of two-story brick colonial with attached garage,” not “IMG_4821.jpg.” Decorative or duplicate thumbnails should be hidden from assistive technology. Gallery carousels must be fully keyboard-operable with visible focus and announced slide changes. Our alt text best practices guide covers how to write descriptions for a property catalog at scale.
Maps as the main way to browse
Map-based search is the signature real estate pattern — and a frequent WCAG failure. A map that only responds to mouse drags and clicks excludes anyone who can’t use a mouse or can’t see the pins. The fix is not to remove the map but to give it an equal, non-visual path: a keyboard-operable, screen-reader-friendly list of the same listings, with the map as an enhancement rather than the only route to the data.
Lead capture and “request a showing” forms
Every form on the site — contact, mortgage pre-qual, showing requests — is where leads convert, so an inaccessible form is lost revenue as well as a WCAG failure. Forms need programmatic labels, sufficient color contrast, visible focus, and error messages tied to the fields they describe. See accessible forms for the patterns we apply. Listing flyers and disclosures handed off as PDFs need to be tagged and readable too; our accessible PDFs guide explains what that takes.
Why overlays fail real estate specifically
Overlays — the accessiBe / UserWay / AudioEye class of widgets — promise instant compliance from one line of JavaScript. They don’t work, and they fail real estate sites hard. An overlay can’t write meaningful alt text for thousands of property photos, rebuild an inaccessible map into a keyboard-navigable list, or repair an IDX search component it didn’t build. It sits on top of broken code while the barriers remain underneath, and sites using overlays are still sued. Courts have not accepted overlays as a defense.
Manual remediation is the only durable fix: we edit the theme, templates, and component code so the site is genuinely robust for assistive technology. Compare the two approaches directly in overlay vs. manual remediation.
What Curbcut delivers for real estate
- A manual + automated accessibility audit of your site against WCAG 2.1 AA (conformance levels A / AA, with AAA noted where relevant).
- Remediation of listing templates, search and filter UI, galleries, maps, and lead forms in your actual codebase.
- A VPAT / Accessibility Conformance Report documenting your status — useful if you serve relocation, government, or enterprise referral partners.
- An accessibility statement for your site.
- Documentation of any vendor-controlled IDX defects so you can pursue upstream fixes.
- Optional ongoing monitoring so new listings and feed changes don’t reintroduce barriers.
Curbcut focuses on private-sector real estate, but the same technical standard underpins Section 508 in federal and public-housing contexts — the underlying bar is WCAG. For how these frameworks relate, see ADA vs. Section 508 vs. WCAG.
Start with a free scan
The fastest way to see where your real estate website stands is a free accessibility scan — a quick first look at the issues hurting your buyers and raising your legal risk. From there we scope a manual audit and a remediation sprint sized to your listing volume and budget.
For deeper background, the W3C Web Accessibility Initiative, ADA.gov, and WebAIM are reputable, free references — and Section508.gov covers the federal standard. Then let Curbcut do the part that actually fixes your listings.