---
title: "Real Estate's Property Search Tool Is the ADA Risk Nobody Audits"
url: https://guavawebcompliance.com/articles/real-estate-property-search-ada-risk
description: "We scanned 12 real-estate brokerage sites on the same website template. The same accessibility defect fails on the same search-filter field on 9 of them."
published: 2026-07-20
updated: 2026-07-20
---

We scanned the 12 U.S. brokerage sites Real Geeks features in its own client showcase. The same accessibility rule fails on the same search-filter field on nine of them, at the identical line of markup — one template generating one broken dropdown across nine independently owned businesses.

The field is the "max price" filter on the property search form: `<select id="id_list_price_max">`. It has no name a screen reader can announce, so a blind buyer working the search hears "combo box, blank" instead of "maximum price." The same failure repeats down the row — city, minimum price, beds, baths — the whole filter bar, wired the same way, site after site.

Audits, when they happen, tend to stop at the home page. Real estate home pages already run worse than the average website: 63.3 detected errors per page against a 56.1 baseline, across 33,059 home pages, per WebAIM's February 2026 Million report — and a home page is the one part of the site every audit checks first. We wanted to know what the page that actually does the selling looks like, so we scanned it ourselves: the same engine behind our free report, run against each site's homepage plus three of its busiest interior pages — 48 pages, 46 scanned successfully. Forty-five came back with at least one machine-detectable violation. 1,593 instances, 113 of them critical. Individual scores ranged 77 to 95 — ordinary, nothing that would make any one broker's site stand out.

That's what makes the pattern worth noticing. No single developer produces the identical missing name on the identical selector twice by accident, let alone on nine unrelated domains — from a boutique agent in Boca Raton to a team at the Lake of the Ozarks. Other pieces of the same template carry their own repeat defects: the home-valuation widget's iframe has no title on four sites (`#rg-valuation-iframe-0`, Real Geeks' own branded tool), the header logo link has no text on eight, and the mortgage-calculator's rate and term fields have no labels on four.

None of this sits behind a third-party wall a brokerage can't touch. It's markup rendered straight into the page — fixable once, at the template, and it ships to every site built on it. Left alone, it stays broken because a template defect doesn't announce itself: nothing about browsing the search page normally would ever surface a missing accessible name, so it ships to the next site and the one after that.

Curious what your own site's search tool looks like to a screen reader? [Run it through our free report](https://guavawebcompliance.com) — no login, no credit card, no sales call.

---

## The fine print

- **This is a purposive census, not a random sample or a prevalence rate.** We scanned every U.S. site on Real Geeks' own public design-gallery client list, captured 2026-07-20 — no cherry-picking, Canadian sites excluded. The site list and how we'd select pages were written down before any scan ran, so the sample couldn't be chosen to fit the result. It shows the defect repeating across every site we could find running this template. It does not say what share of real estate sites, or of Real Geeks sites generally, carry it.
- **Method:** axe-core 4.10.3 — the same engine behind our free report — against the WCAG 2.0/2.1 A/AA rulesets, one scan per page. Pages were the homepage plus up to three of each site's busiest interior pages, found via our own page-crawler and prioritized contact/search pages first. 48 pages attempted, 46 scanned; 2 failed to load (dallashomerealty.com's homepage, davejonesrealty.com's search page) and are counted as failures, not dropped from the total.
- **The replication, rule by rule** — how many of the 12 brokerages hit each failure, and on how many of the 46 scanned pages it showed up:

  | Rule (impact) | Brokerages (of 12) | Pages affected |
  |---|---|---|
  | color-contrast (serious) | 12 | 38 |
  | link-name (serious) | 11 | 30 |
  | aria-valid-attr (critical) | 10 | 20 |
  | definition-list (serious) | 10 | 10 |
  | frame-title (serious) | 9 | 18 |
  | select-name (critical) | 9 | 13 |
  | label (critical) | 6 | 12 |
  | image-alt (critical) | 4 | 11 |

- **Scores ranged 77 to 95 — ordinary, not a "worst of" list.** The claim here is the shared defect, not a verdict on any individual broker's site; these are unremarkable scores for the category.
- **A scan sets a floor, not a ceiling.** Automated tools catch machine-decidable problems only. Screen-reader flow, keyboard traps, and whether alt text is actually meaningful need a human tester, so the real defect count on any of these sites is higher than what we found, not lower.
- **WebAIM's figure is home pages only, from automated detection, with categories assigned by an AI classifier rather than a human.** WebAIM is a university nonprofit that also sells the testing tools behind the report — cited for its published method, not as a disinterested source.
- **Real estate is under 1% of 2025 ADA website lawsuits** (UsableNet). This piece is about what's broken, not about how often real estate gets sued — the two are different measurements and shouldn't be added together.
- **We're not lawyers, and this isn't legal advice.**

### Sources

- **Guava scan service** (axe-core 4.10.3, WCAG 2.0/2.1 A/AA rulesets), first-party scan of the client sites listed on Real Geeks' public design gallery, run 2026-07-20 — https://www.realgeeks.com/design-gallery
- **WebAIM**, "The WebAIM Million 2026," data Feb. 2026, published 2026-03-30 — https://webaim.org/projects/million/
- **UsableNet**, "ADA Web Lawsuit Trends 2026," 2026-01-08 — https://blog.usablenet.com/ada-web-lawsuit-trends-2026
- **W3C**, Web Content Accessibility Guidelines (WCAG) 2.1 — https://www.w3.org/TR/WCAG21/

