Car dealership website accessibility, built around how people actually shop
A modern dealership website is a storefront, a finance office, and a service desk in one. Shoppers filter inventory, study vehicle photos and window stickers, run payment estimates, submit credit applications, and book service — all before they set foot on the lot. When a blind shopper using a screen reader, or a customer who navigates by keyboard because they can’t use a mouse, hits a wall on any of those flows, you’ve created both an access barrier and real legal exposure. Curbcut makes dealership sites genuinely usable by remediating the code itself to WCAG 2.1 AA — by hand, never with an overlay.
Why dealerships are a documented lawsuit target
Digital accessibility litigation is heavy and growing: plaintiffs have filed more than 4,000 web accessibility lawsuits every year since 2021, with roughly 4,187 in 2024, per the UsableNet 2024 year-end report. Dealership sites concentrate the exact ingredients serial plaintiffs scan for:
- High page volume. A lot may publish hundreds of vehicle detail pages, each a fresh surface for the same templated failure to repeat at scale.
- Transactional flows. Credit apps, financing pre-approval, trade-in valuation, and deposit steps are form-heavy paths — and form barriers are the most cited issue in these suits.
- Image saturation. Missing or junk alt text on vehicle galleries, window stickers, and Monroney labels is a textbook violation.
- Third-party everything. Inventory feeds, chat bots, and finance iframes are bolted on by vendors and break for assistive technology constantly.
The litigation isn’t hypothetical. In one widely reported action, a single blind plaintiff sued roughly 50 AutoNation dealerships in Florida over screen-reader incompatibility, as covered by trade press like Auto Remarketing. Most filings cluster in Florida, New York, and California and cite WCAG 2.1 AA, but a demand letter can land on any lot in any state. (This page is general information, not legal advice — talk to a qualified attorney about your exposure.)
The barriers that actually sink dealership sites
Brochure pages are easy. The flows that make you money are where auto sites fail.
Inventory search and faceted filters. Shoppers narrow by make, model, year, price, mileage, and trim using filter panels that are frequently mouse-only. If a keyboard user can’t reach a checkbox, if applying a filter silently reloads results with no announcement, or if the result count never reaches a screen reader, the shopping experience collapses. These dynamic controls need correct ARIA roles and states and live-region announcements.
The vehicle detail page (VDP). The highest-traffic, highest-risk template on the site. Common failures: photo carousels with no alt text and no keyboard controls, window-sticker and Monroney images delivered as flat graphics, “request a quote” buttons that are unlabeled <div>s, and price information shown by color alone. Fix the VDP template once and you fix it across the entire inventory.
Financing and credit applications. The most sensitive flow on a dealer site, routinely built with unlabeled fields — a screen reader announces “edit text” with no idea whether it’s an SSN, income, or down-payment field, and validation errors flash visually but are never announced. These are precisely the accessible-form failures plaintiffs document.
Payment calculators and third-party widgets. Monthly-payment and lease calculators usually open in modal dialogs that trap or lose keyboard focus. Trade-in tools, inventory marketplaces, and chat bots are embedded code you didn’t write — but legally and practically, they’re part of your site, and we test them as such.
Each of these maps to a measurable POUR principle — Perceivable, Operable, Understandable, Robust — and each is fixable.
What WCAG 2.1 AA requires on an auto site
Conformance is organized into levels — A, AA, and AAA — and the practical and legal target is Level AA. For a dealership that means:
- Alt text on every meaningful image — vehicle photos, dealer-add graphics, window stickers, and staff headshots
- Color contrast of at least 4.5:1 so sale prices, “in stock” badges, and CTA buttons stay readable for low-vision shoppers
- Full keyboard operation of filters, carousels, calculators, and the entire financing path, with visible focus and logical reading order across headings and landmarks
- Forms with programmatic labels, instructions, and announced errors
A proper accessibility audit tests these against real assistive technology — NVDA, JAWS, and VoiceOver — not just an automated scanner. Automated tools catch only a fraction of real issues; the rest require human testing of actual flows. On a dealer site, a “passing” scan can still leave the VDP unusable.
Platform reality and our process
Most dealership sites run on automotive-specific platforms (Dealer.com, DealerInspire, DealerOn) or on WordPress with an inventory plugin and feed. The fix is the same regardless: repair the templates that generate inventory and VDPs, harden the financing forms, and address embedded third-party tools. On WordPress, our WordPress accessibility guidance applies directly; on proprietary dealer platforms, we work within the template layer your provider exposes. From there we audit every flow against WCAG 2.1 AA, remediate by hand with template-level fixes that cascade across the whole inventory, document conformance with a VPAT, and offer ongoing monitoring so new inventory and vendor updates don’t reintroduce barriers.
Why overlays fail dealerships specifically
Accessibility overlay widgets promise instant compliance with one line of JavaScript. They don’t deliver it. An overlay can’t restructure your inventory templates, can’t relabel a vendor’s financing iframe, and can’t make a third-party trade-in tool keyboard-operable — the exact things failing. The data is blunt: in 2024, more than 1,000 businesses were sued despite running an accessibility widget, per UsableNet. A wave of demand letters now names overlay users specifically.
Curbcut does the opposite — durable manual remediation in your real codebase. If you’re weighing the two, read overlay vs manual remediation.
The legal landscape, briefly
Thousands of ADA web accessibility lawsuits and many more demand letters are filed each year, and roughly one in four 2024 filings targeted businesses that had already been sued before, per UsableNet. Auto retail’s high-volume, transactional sites make it a recurring target. If you’ve already been contacted, don’t install a widget and hope — start a real audit so you can demonstrate good-faith remediation, and read how to avoid an ADA lawsuit. For authoritative background, see the ADA.gov web-accessibility guidance, the W3C Web Accessibility Initiative, and WebAIM. None of this is legal advice — consult a qualified attorney about your specific situation.
Get started
The fastest way to understand your exposure is to see where your site stands today. Start with a free accessibility scan, or contact us to scope a dealership-specific audit and remediation plan. We’ll show you which barriers exist across your inventory, VDPs, and financing flows — and fix them for real.