Every accessibility check we know of — WebAIM’s widely-cited Million survey, most manual audits, our own free report by default — looks hardest at the home page, because that’s the one page every check reaches first. It’s also the one page that doesn’t sell anything. The property search, the home-valuation tool, the mortgage calculator are where a lead actually turns into a client — and that’s where the critical, screen-reader-blocking defects live.
We scanned the 12 U.S. brokerage sites Real Geeks features in its own client showcase — 48 pages attempted, 46 scanned, 1,593 violations, 113 of them critical — and the worst of it sits exactly there. The property-search filter row — city, price, beds, baths — is missing an accessible name on 9 of the 12, at the identical element IDs: #id_list_price_max, #id_city, #id_list_price_min, #id_beds_min, #id_baths_min. A blind buyer narrowing a search by price hears “combo box, blank” instead of “maximum price,” then hears the same blank on every other filter in the row. The home-valuation widget’s iframe has no title on 4 sites (#rg-valuation-iframe-0, Real Geeks’ own branded tool). The mortgage calculator’s rate and term fields have no labels on 4 more. None of these are edge cases — they’re the exact steps a buyer takes between finding the site and calling an agent.
None of this is one broker having a bad year. Nine businesses that have never spoken to each other, all missing an accessible name at the identical selector, means the defect lives in the template, not in anyone’s individual code — and nobody would have caught it checking the way most audits do. 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 report — and that’s before anyone even looks past the home page to the tools actually doing the selling.
It’s not just the search tool, either. Color contrast fails on all 12 sites. The header logo link has no name on 8. Images go unlabeled — IDX/MLS logos, ad-tracking pixels — on 4 more. If your brokerage runs on this platform, you likely carry the same defects, in the same places, whether anyone’s told you or not. And if it ever becomes a lawsuit, it names your business, not Real Geeks — the same way Moscot got sued over its own site, not the commerce platform running it — so “my vendor built that” isn’t a defense that helps you.
Curious what your own site’s search tool looks like to a screen reader? Run it through our free report — 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.
-
“The lawsuit names the business, not the vendor” describes who gets sued, not who’s contractually on the hook. Title III reaches the operator of a place of public accommodation — the business — which is why the Moscot case we’ve covered on this site names the business and not a software vendor. Whether a business can later recover costs from its web vendor is a separate contract question this piece doesn’t address.
-
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/