The Complete Guide
ADA Compliance for Real Estate Websites
What the law actually says about agent websites, which parts of a real estate site fail most often, and why a compliance widget does not settle it.

Website accessibility means a person with a disability can use your site with the tools they already rely on, such as a screen reader that reads the page aloud or a keyboard used instead of a mouse. For a real estate agent, the stakes are concrete: 3,117 website accessibility lawsuits were filed in US federal courts in 2025, 27% more than the 2,452 filed in 2024, according to law firm Seyfarth Shaw's count of federal dockets. There is no codified federal web standard for private businesses, so the honest position is that courts have used the Web Content Accessibility Guidelines as a benchmark rather than that any specific version is legally mandated. The parts of an agent site that fail most often are the ones that matter most: property search, map views, and contact forms.
Key takeaways
- Federal website accessibility filings reached 3,117 in 2025, up 27% from 2,452 in 2024, and made up 36% of all federal ADA Title III cases that year (Seyfarth Shaw docket count, published March 2026).
- No federal regulation sets a web accessibility standard for private businesses under ADA Title III. Courts have used WCAG as a benchmark and as a remedy, which is a different and more accurate statement than saying WCAG 2.1 AA is legally required.
- The DOJ's 2024 web rule adopts WCAG 2.1 Level AA, but it binds state and local government under Title II, with deadlines of April 26 2027 and April 26 2028. It does not apply to real estate agents.
- In Robles v. Domino's Pizza the Ninth Circuit held the ADA covered a website that connected customers to a physical place of public accommodation, and expressly declined to decide the case where no such physical connection exists.
- WebAIM tested one million home pages in February 2026 and detected WCAG failures on 95.9% of them, averaging 56.1 errors per page. Six error types account for 96% of everything detected.
- The FTC ordered accessiBe to pay $1 million in April 2025 over claims that its widget could make any website WCAG compliant, which is the clearest official statement that overlay products do not settle the question.
- IDX property search is usually the weakest part of an agent site, because listing data loads through a third-party widget the agent did not build and often cannot fix.
What accessibility actually means on a real estate website
Strip away the legal vocabulary and the subject is narrow. Some people cannot use a mouse, so they move through a page with a keyboard, tabbing from link to link. Some people cannot see the screen, so software reads the page aloud in order and announces what each control does. Some people see the screen but cannot separate pale grey text from a white background. Accessibility is whether your site still works for those visitors.
On an agent website this gets specific fast. A photo of a kitchen with no text description is silence to a screen reader. A property search filter that only responds to a mouse click locks out a keyboard user. A contact form whose fields are labelled only by faint placeholder text inside the box announces nothing useful when read aloud, so the visitor hears an unnamed edit box and has no way to know what belongs in it.
That last example is the one worth sitting with, because it is where accessibility and lead capture turn out to be the same problem. A form a visitor cannot complete is a lost enquiry whether the reason is a disability or a confusing layout. Most of the work on this hub improves the site for everyone who uses it, which is the honest reason to do it before anyone sends a letter.
The legal position, stated accurately
This topic attracts a lot of confident writing that does not survive contact with the actual sources. Here is what can be verified.
The Americans with Disabilities Act does not mention websites. Congress passed it in 1990 and the statute addresses places of public accommodation. Whether that extends to a website has been worked out case by case, which is why the answer sounds unsatisfying: it depends on the court and on the facts.
The most cited decision is Robles v. Domino's Pizza, decided by the Ninth Circuit on 15 January 2019. The panel held the ADA applied to Domino's website and app because customers used them to locate a nearby restaurant and order food, and the opinion calls that nexus between the website and the physical restaurants critical to the analysis. The Supreme Court declined to review the decision in October 2019, which left it standing without endorsing it nationwide.
Two details from that opinion are routinely dropped by pages that cite it, and both cut against overstating the duty. The panel wrote that it need not decide whether the ADA covers websites where inaccessibility does not impede access to the goods and services of a physical location. And on WCAG specifically, the court treated conformance as a possible equitable remedy a court might order, while noting the plaintiff was not seeking to impose liability for failing to meet WCAG 2.0, which the opinion describes as private industry standards. So the accurate sentence is that a court may order WCAG conformance as a fix, not that the law commands it in advance.
The Department of Justice did publish a web accessibility rule adopting WCAG 2.1 Level AA. It binds state and local governments under Title II of the ADA, with compliance dates of April 26 2027 for larger entities and April 26 2028 for smaller ones and special districts, following an extension published in April 2026. A real estate agent is a private business under Title III, so this rule sets no deadline for you. It is worth knowing because it tells you which standard the federal government reaches for when it does write one down.
How often this actually reaches a courtroom
Numbers in this niche are unreliable in a specific direction, because the companies publishing them sell the fix. While researching this page we found a widely repeated figure of over 5,100 lawsuits and a 37% jump, sourced to accessibility vendors, that does not match the court data.
The figure that can be checked comes from Seyfarth Shaw, a law firm that counts federal dockets and publishes the tally. Its March 2026 report found 3,117 federal website accessibility lawsuits filed in 2025, an increase of 665 over the 2,452 filed in 2024, which is 27% growth. Those cases were 36% of all federal ADA Title III filings in 2025, up from 28% the year before.
Read that carefully, because it says something more useful than the raw count. Total Title III filings were roughly flat, 8,667 in 2025 against 8,800 in 2024, while the website share climbed by eight points. The activity is not simply growing, it is shifting from physical premises toward websites.
Two honest caveats. These are federal filings only, so state court cases and the far more common demand letter that settles quietly are not in the count. And nobody publishes a reliable breakdown by industry, so we cannot tell you how many named a real estate agent. Anyone who gives you that number without a docket source is estimating.
What actually fails, measured rather than guessed
WebAIM, an accessibility centre at Utah State University, runs an automated test across one million home pages every year and publishes the results. The February 2026 report detected WCAG failures on 95.9% of pages tested, up from 94.8% the year before, averaging 56.1 detected errors per page.
The valuable part is the concentration. Six error types account for 96% of everything found, and they are all mundane:
- Low contrast text, on 83.9% of pages. Pale grey body copy on white, usually a design choice nobody revisited.
- Missing alternative text on images, on 53.1%. On an agent site this is every listing photo and every headshot.
- Missing form input labels, on 51%. This is the contact form, the search box, and the valuation request.
- Empty links, on 46.3%. Usually an icon or a photo wrapped in a link with no text inside it.
- Empty buttons, on 30.6%. The same problem on a button, common for icon-only controls.
- Missing document language, on 13.5%. One attribute on the html element that tells a screen reader which language to pronounce.
Why real estate sites fail in their own particular way
The WebAIM list is the general web. Agent websites add a problem most industries do not have, and it sits on the most important page.
Listing data usually arrives through IDX, an embedded feed from the local board or MLS that displays properties on your site. You did not build that component, it renders through JavaScript after the page loads, and you frequently cannot edit its markup. So the single most valuable thing on your website, the listings, is the part you have the least control over.
There is a second consequence that has nothing to do with disability, and noticing it is the most useful thing on this page. Content that only exists after JavaScript runs is invisible to a screen reader and invisible to a text-only crawler. That is the same defect producing two different failures: a blind visitor cannot read your listings, and an AI assistant cannot cite them. The accessibility fix and the AI visibility fix are the same fix, which is why the IDX page in this hub links across to the AI search hub.
Map views have the same shape. An interactive map is genuinely hard to make accessible, and the standard answer is not to fix the map but to provide the same information another way, as a readable list of properties with addresses and prices in text.
The widget question, answered by the FTC
Search for a solution and you will be offered an overlay: one line of JavaScript that promises compliance in minutes. The appeal is obvious. It is also the most consequential mistake in this area, and unusually for an accessibility argument, there is an official ruling to point at rather than an opinion.
In April 2025 the Federal Trade Commission approved a final order requiring accessiBe to pay $1 million. The FTC's complaint was that the company falsely claimed its accessWidget product could make any website compliant with WCAG when it did not, and separately that it formatted third-party articles and reviews to look like independent opinions while failing to disclose its connections to the reviewers. The order bars the company from claiming an automated product can make any website WCAG compliant without evidence to back it.
That is a federal regulator stating the central claim of the category was deceptive. It does not make every overlay worthless, and some vendors are more careful about what they promise. It does mean a widget is not a defence, and buying one does not end the question.
The mechanism explains why. An overlay runs in the visitor's browser after your page has loaded, and tries to guess what your markup meant. It can raise contrast. It cannot invent a caption describing your kitchen photo, because it does not know what is in the photograph. Fixing the markup fixes it for every visitor and every assistive tool. Guessing at it afterwards does neither reliably.
What to do, in the order worth doing it
The sequence matters, because the cheap checks tell you whether you have an expensive problem.
- Run a free automated scan, such as WAVE from WebAIM, on your home page, one listing page, and your contact page. It takes minutes and finds the contrast, alt text, and label problems that make up most of the list above.
- Understand the ceiling on that result. Automated tools detect a portion of issues and cannot judge whether your alt text is meaningful. A clean scan is a floor, not a certificate.
- Test with the keyboard yourself. Put the mouse aside and press Tab through your contact page. If you cannot reach and submit the form, or you cannot see which element is focused, you have found a real barrier without any tooling.
- Fix the contact form first. It is the highest-value page on the site, the fixes are small, and it is where an inaccessible site costs you an enquiry directly.
- Deal with images next, writing alt text that describes what is in the photograph rather than repeating the address.
- Then confront IDX. Ask your provider directly what accessibility testing their component has had, and get the answer in writing. This is a vendor question, not a you question.
- Publish an accessibility statement with a phone number and email, so someone who hits a barrier can reach a person. NAR recommends offering direct assistance to anyone unable to use services on the site, and it is the cheapest item here.
- Treat a widget as an interim comfort at best, never as the fix, for the reasons above.
Where a rebuild changes the answer
An honest scope note. Most of what is above can be done on your current website, and if your site is basically sound you should do exactly that rather than replacing it.
A rebuild changes the calculation when the problems are structural rather than cosmetic. Contrast and alt text are content edits on any platform. Missing form labels, empty buttons, headings used for visual size instead of document structure, and content that only exists after JavaScript runs are all decisions baked into the markup a template generated. On a platform that does not let you edit the markup, there is no content edit available.
That is the case where the same work resolves several problems at once, because readable structure is what a screen reader needs, what a search crawler needs, and what an AI assistant needs to quote you. Saige rebuilds the site with that structure in place, and the preview is free, so you can look at the result before any money is discussed. Whether you need one depends on what your scan and your keyboard test turn up, which is why both come first on the list above.
| Year | Website accessibility filings | All ADA Title III filings | Website share |
|---|---|---|---|
| 2024 | 2,452 | 8,800 | 28% |
| 2025 | 3,117 | 8,667 | 36% |
Counted from federal court dockets by Seyfarth Shaw LLP and published 25 March 2026. Federal filings only, so state court cases and pre-suit demand letters are not included. No published breakdown by industry exists, so these totals should not be read as a count of cases against real estate businesses.
| Failure | Share of home pages | What it looks like on an agent site |
|---|---|---|
| Low contrast text | 83.9% | Pale grey body copy or faint text over a hero photo |
| Missing image alt text | 53.1% | Listing photos and headshots with no text description |
| Missing form input labels | 51% | Contact and valuation forms labelled only by placeholder text |
| Empty links | 46.3% | A photo or icon linked with no text inside the link |
| Empty buttons | 30.6% | Icon-only search, filter, or gallery controls |
| Missing document language | 13.5% | No lang attribute, so a screen reader guesses pronunciation |
Measured by WebAIM across 1,000,000 home pages, published February 2026. WebAIM detected WCAG failures on 95.9% of pages tested, averaging 56.1 errors per page. Automated testing finds only a portion of accessibility problems, so these figures are a floor.
| Rule or decision | Who it binds | What it requires |
|---|---|---|
| ADA Title III | Private businesses, including real estate agents | Non-discrimination in places of public accommodation. No codified web standard. |
| DOJ 2024 web rule | State and local government (Title II) | WCAG 2.1 Level AA by April 26 2027 or April 26 2028, depending on size |
| Robles v. Domino's (9th Cir. 2019) | Businesses in the Ninth Circuit, on similar facts | ADA applied where the website connected customers to a physical location. The no-nexus case was expressly left undecided. |
| WCAG 2.1 | Nobody, as a private business standard | A W3C technical guideline courts and regulators use as the benchmark |
Compiled from ada.gov's own page on the 2024 Title II rule, the Ninth Circuit's published opinion in Robles v. Domino's Pizza (No. 17-55504, 15 January 2019), and W3C's WCAG 2.1 documentation. This is general information about published rules, not legal advice for your situation.
Frequently asked questions
Is my real estate website legally required to be ADA compliant?
There is no federal regulation setting a web accessibility standard for private businesses under ADA Title III, so no specific technical version is mandated in advance. Courts have applied the ADA to websites case by case. In Robles v. Domino's Pizza the Ninth Circuit applied it to a site that connected customers to a physical location, and expressly declined to decide the case where no such connection exists. Treat this as unsettled law and speak to a lawyer about your own situation.
Does WCAG 2.1 Level AA apply to real estate agents?
WCAG 2.1 Level AA is a technical guideline published by the W3C, not a law that binds private businesses. The Department of Justice adopted it in its 2024 rule, but that rule covers state and local government under ADA Title II, not real estate agents. Courts have used WCAG as a benchmark and have ordered conformance as a remedy in individual cases, which is why it is the sensible target to aim at even though no statute commands it of you.
How many website accessibility lawsuits are actually filed each year?
Law firm Seyfarth Shaw counted 3,117 website accessibility lawsuits filed in US federal courts in 2025, up 665 from the 2,452 filed in 2024, a 27% increase, in a report published March 2026. Those cases were 36% of all federal ADA Title III filings that year, up from 28% in 2024. The count covers federal filings only, so state cases and pre-suit demand letters that settle quietly are not included.
Do accessibility overlay widgets make a website compliant?
No, and there is a federal ruling on this rather than only opinion. In April 2025 the Federal Trade Commission approved a final order requiring accessiBe to pay $1 million over claims that its accessWidget could make any website WCAG compliant when it did not. An overlay runs in the visitor's browser after the page loads and guesses at what the markup meant. It cannot write a caption describing a photograph it has never seen.
Which part of a real estate website fails accessibility most often?
IDX property search is usually the weakest part of an agent website. Listing data arrives through an embedded third-party feed that renders after the page loads, and most agents cannot edit that component's markup. The result is that the most valuable content on the site, the listings, is the part the agent controls least. Ask your IDX provider in writing what accessibility testing their component has had.
Can I test my own real estate website for accessibility problems?
Yes, and two checks cost nothing. Run a free automated scanner such as WAVE from WebAIM on your home page, a listing page, and your contact page, which will find most contrast, alt text, and form label problems. Then put your mouse aside and press Tab through your contact page. If you cannot reach and submit the form using only the keyboard, you have found a genuine barrier without any specialist tooling.
Does the Department of Justice deadline in 2027 apply to my agency?
No, if you are a private real estate business. The DOJ web rule adopting WCAG 2.1 Level AA sets compliance dates of April 26 2027 for larger entities and April 26 2028 for smaller ones, but it binds state and local government under ADA Title II. Real estate agents are private businesses covered by Title III, which has no such deadline. The rule still matters as a signal of which standard the federal government reaches for.
Will fixing accessibility help my website rank or get cited by AI?
Some of the same work helps both, because readable page structure serves screen readers, search crawlers, and AI assistants alike. Content that only appears after JavaScript runs is invisible to all three. Accessibility is not itself a ranking factor Google has confirmed, so the accurate claim is narrower: the structural fixes overlap heavily, and doing them once resolves several problems at the same time.
Does the Fair Housing Act require an accessible real estate website?
HUD's own published guidance on Fair Housing Act accessibility describes physical design requirements for multi-family dwellings built after March 1991, not website standards. Commentators have argued that inaccessible listings could raise Fair Housing questions, but that is an argument rather than a settled rule, and we found no HUD or DOJ rule stating it. Rely on the ADA analysis above and ask a lawyer if the Fair Housing angle concerns you.
How much does it cost to make a real estate website accessible?
It depends entirely on whether the problems are content or structure, which is why the free scan comes first. Contrast, alt text, and an accessibility statement are content edits you can often make yourself on any platform. Missing form labels, empty buttons, and JavaScript-only content are decisions baked into the template's markup, and on a platform that does not let you edit markup there is no content fix available.
Should I publish an accessibility statement on my agent website?
Yes, and it is the cheapest item on the list. The National Association of REALTORS recommends that members post a clear accessibility statement offering direct assistance to anyone unable to use the services on their site, including home search. Include a phone number and email address that reach a real person. It does not substitute for fixing the underlying barriers, and it gives a visitor who hits one a way through.
Related reading from Plot
Sources
Every claim on this page that could be checked against a primary source is linked below. Where something is not publicly documented by a vendor, the page says so rather than filling the gap with an estimate.
- Federal Court Website Accessibility Lawsuit Filings Bounce Back in 2025 (Seyfarth Shaw LLP (published 25 March 2026))
- FTC Approves Final Order Requiring accessiBe to Pay $1 Million for Deceptive Claims (Federal Trade Commission (order approved 22 April 2025))
- Robles v. Domino's Pizza, LLC, No. 17-55504 (9th Cir. 2019) (US Court of Appeals for the Ninth Circuit (decided 15 January 2019))
- Fact Sheet: New Rule on the Accessibility of Web Content and Mobile Apps (US Department of Justice, Civil Rights Division)
- The WebAIM Million: An annual accessibility analysis of the top 1,000,000 home pages (WebAIM, Utah State University (published February 2026))
- How to Meet WCAG 2.1 (Quick Reference) (World Wide Web Consortium (W3C))
Want to know how your own site scores?
Every check on this page applies to a real website. Paste in your current site and Saige rebuilds it with readable text, stated facts, and structured data already in place, so you can see the difference rather than reading about it.
See how the rebuild works