ADA Website Compliance

ADA Website Compliance for Real Estate

Real, hand-built accessibility remediation that makes your site WCAG 2.1 AA compliant — and keeps the lawyers away. No overlays, no shortcuts.

  • WCAG 2.1 AA conformance
  • Manual remediation, not overlays
  • IDX, map & gallery experience
  • Built for small-business budgets

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 areaCommon failureWhat it blocks
Property photo galleriesMissing or generic alt text, no keyboard controlsScreen-reader users can’t tell listings apart; keyboard users can’t browse photos
IDX listing searchCustom filters with no ARIA roles or stateBuyers can’t refine results without a mouse
Interactive map searchNo keyboard access, no non-visual alternativeMap-only browsing locks out blind and motor-impaired users
”Request a showing” formsUnlabeled fields, color contrast errors, inaccessible validationThe lead is lost at the last step
PDF flyers & disclosuresUntagged, image-only PDFsScreen readers can’t read the document at all
Virtual tours / videoNo captions, no keyboard control of the playerDeaf 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.

Frequently asked questions

Why are real estate websites a common ADA lawsuit target?

Real estate sites are public accommodations under ADA Title III, and they're built from exactly the components that break for assistive technology: IDX listing feeds, interactive maps, search filters, and huge photo galleries. Serial plaintiffs file thousands of web accessibility lawsuits each year, and image-heavy property sites are an easy target. See how ADA website lawsuits work.

Does my real estate website have to meet WCAG 2.1 AA?

No federal regulation names a specific version for private real estate sites, but courts, the DOJ, and settlements consistently treat WCAG 2.1 Level AA as the practical standard. Conforming to WCAG 2.1 AA is the most defensible target for a brokerage or agent site.

Is my IDX feed my responsibility or my vendor's?

Both — but the lawsuit lands on you. The IDX markup your vendor injects becomes part of your page, so its missing labels and broken keyboard behavior are barriers on your site. We remediate what we can in your templates and CSS and document vendor-controlled issues so you can push fixes upstream. See how remediation works.

Can an accessibility overlay or widget make my real estate site compliant?

No. Overlays can't write meaningful alt text for thousands of property photos, fix an inaccessible map, or repair an IDX search that fails for screen readers. Sites using them are still sued, and courts have not accepted them as a defense. Read why overlays don't ensure ADA compliance.

What parts of a real estate site fail accessibility most often?

Property photo galleries with missing alt text, map-based search with no keyboard or non-visual alternative, listing filters built as custom controls without ARIA, lead-capture and 'request a showing' forms, and downloadable PDF flyers and disclosures. These are where most blocking WCAG failures hide.

I got an ADA demand letter about my real estate site — what should I do?

Don't ignore it and don't install a widget. Preserve the letter, avoid admitting fault, and get a real audit started. See our guide on what to do after an ADA demand letter, and consult an attorney about your specific situation. This page is not legal advice.

Does an accessible real estate site help my SEO and leads?

Yes. Descriptive alt text, clean heading structure, and keyboard-operable search make listings easier for buyers and for search engines to understand. Accessibility and SEO overlap heavily, and a site that works with assistive technology captures leads it would otherwise lose.

Get a clear path to compliance

Start with a free accessibility scan. We'll show you exactly where your site fails WCAG 2.1 AA — and what real remediation costs.