A prospective buyer opens your listing site, sets a budget with the keyboard, and nothing happens. The price slider never moves. The search never runs. That buyer doesn't file a support ticket — they close the tab, and somewhere a plaintiff's firm files a demand letter instead.
The Listing Site Problem Nobody Budgets For
Brokerages pour marketing dollars into drone photography, staged listing shoots, and immersive 3D walkthroughs. It's smart — visuals sell property. But almost none of that budget touches the two things that actually determine whether a visitor with a disability can use the site at all: the search experience and the images themselves.
That's not a coincidence. Real estate and property listing sites have consistently shown up as a target category in ADA web accessibility litigation trend reporting (UsableNet), largely because they stack two high-risk patterns on top of each other. First, heavy reliance on complex, custom-built search and filter UI. Second, an enormous volume of image content — property photos — that frequently ships with no meaningful alt text at all.
Picture a mid-size brokerage that just relaunched its site with a beautiful new map-based search and a slick 3D tour integration on every listing. Traffic is up. Leads are up. Then a demand letter arrives citing a screen reader user who couldn't filter listings by bedroom count and couldn't get past the homepage. The photography budget didn't matter. The search bar did.
Search and Filter Widgets: The Highest-Risk Component on the Page
Property search is almost never built with native HTML form controls. Price range sliders, bedroom/bathroom count selectors, and map-based search widgets are typically custom-coded from divs and JavaScript — the same pattern covered in our articles on ARIA and design systems, and the same pattern that keeps breaking.
A price range slider with no keyboard support fails 2.1.1 Keyboard (Level A). If a user can't tab to the slider, move it with arrow keys, and see the current value, they cannot search by price — period. That's not a minor inconvenience; it's a complete inability to use the primary function of the page.
This matters more on a real estate site than almost anywhere else. Ecommerce shoppers can often route around a broken filter by scrolling. A home buyer working with a six-figure budget range has no workaround — if they can't set a price ceiling, every result is either irrelevant or overwhelming.
Priority checklist for search and filter widgets:
- Every custom control (slider, dropdown, toggle) must be operable by keyboard alone
- Current filter values must be announced to screen readers, not just shown visually
- Map-based search needs a non-map, list-based alternative that exposes the same results
- Applied filters need visible, programmatically associated labels — not just color or icon changes
Property Photos: Alt Text That Actually Describes the Home
Under 1.1.1 Non-text Content (Level A), every meaningful image needs alt text that conveys what a sighted visitor gets by looking at it. On a listing page, that's not decorative — the photos are the product.
Here's where most listing sites quietly fail. Filenames like "image1234.jpg" pushed straight into the alt attribute, or a lazily templated "photo of house" repeated across every image, technically satisfy a code checker but fail the actual test. Generic alt text fails the same way empty alt text does — neither one tells a screen reader user whether they're looking at a renovated kitchen, a cracked driveway, or the primary bedroom.
Good alt text on a listing page is specific and useful: "Updated kitchen with white shaker cabinets and island seating for four," not "kitchen photo." It should help a non-sighted buyer form the same mental picture of the home that the photography is meant to create for everyone else. This is a bigger lift than a typical ecommerce catalog, because real estate photos carry information buyers actually use to make a purchase decision — layout, condition, natural light, storage.
The Stat: WebAIM's annual "WebAIM Million" evaluation of the top 1,000,000 home pages has repeatedly found the vast majority of sites — in recent years around 95-96% — have detectable WCAG 2 failures, with missing alt text consistently among the most common. On a listing site running dozens or hundreds of property photos per page, that failure pattern compounds fast. (Source: WebAIM: The WebAIM Million)
Virtual Tours and Maps: Your Best Content, Locked Behind a Widget
The premium feature brokerages are proudest of — the 3D virtual walkthrough — is frequently the single least accessible piece of content on the page. Many virtual tour providers offer no keyboard-accessible or screen-reader-friendly alternative at all. The tour that's supposed to be the most persuasive thing on the listing can be entirely unavailable to a meaningful share of your visitors.
The same problem shows up with embedded maps used for location context, nearby amenities, or school district boundaries. These third-party embeds are common accessibility blind spots because a brokerage's dev team rarely controls the underlying widget code — it's dropped in via an iframe or script tag and left alone.
You don't need to build your own 3D tour engine to fix this. You need a fallback: a text description of the layout, a static floor plan image with real alt text, or a photo gallery that covers the same rooms the tour shows. The goal isn't to make the tour itself accessible — that's often outside your control — it's to make sure no visitor is entirely blocked from understanding the property.
Don't Forget the Inquiry Form — It's Your Actual Lead
Every listing site funnels toward the same conversion moment: "Request a showing" or "Contact agent." These forms need the same real form accessibility covered in our forms article — proper labels, clear instructions, and errors that are actually announced.
A broken required-field error on a showing-request form isn't just a compliance gap — it's a lost lead you paid marketing dollars to generate. If a screen reader user fills out the form, submits it, and gets a silent rejection with no indication of what went wrong, you've lost both the conversion and, potentially, opened yourself to a legal claim.
Do This / Not This: Real Estate Site Accessibility
| Area | Not This | Do This |
|---|---|---|
| Price filter | Custom slider, mouse-only | Keyboard-operable slider with visible current value |
| Photo alt text | "image1234.jpg" or "photo of house" | "Renovated bathroom with double vanity and walk-in shower" |
| Map search | Map is the only way to browse listings | List view available as a full alternative |
| Virtual tour | No fallback if the embed isn't accessible | Text description or captioned photo gallery fallback |
| Showing request form | Errors shown only in red text | Errors linked to fields and announced to screen readers |
Where to Start If You Can Only Fix One Thing
You don't need to rebuild the whole site this quarter. Start with the highest-traffic, highest-conversion-value flows: the search/filter experience and the inquiry/contact forms. These are also exactly where custom widget failures concentrate most heavily, so fixing them addresses both your biggest legal exposure and your biggest revenue leak in one pass.
Roughly 1 in 4 U.S. adults live with some type of disability (CDC), and globally over 1 billion people — about 16% of the population — live with some form of disability (World Health Organization). Those aren't abstract numbers on a listing site; they're a meaningful share of the buyers and renters who might otherwise never get past your search bar. Meanwhile, UsableNet's annual ADA Digital Accessibility Lawsuit Report has tracked several thousand federal ADA website lawsuits filed per year in the U.S. in recent years, with plaintiffs' firms increasingly sending pre-suit demand letters before ever filing suit — retail and ecommerce sites remain among the most frequently named, and property listing platforms share the exact structural risks that put those sites in the crosshairs.
Get Your Listing Site Audited Before the Next Demand Letter Cycle
The photography budget won't save you if the search bar doesn't work. Before your next marketing push, listing refresh, or virtual tour rollout, get a real audit of the flows that matter most: search, filters, photo alt text, and your showing-request form.
Get your listing site and search tools audited before the next demand letter cycle — talk to WCAG.World today and find out exactly where your buyers are getting stuck before a plaintiff's firm does.