ADA compliance for hotels, done by hand
For a hotel, the highest-stakes page on your site is the one where a guest picks dates and reserves a room. If a traveler who uses a screen reader or a keyboard can’t complete that booking, you’ve lost a customer — and you’ve created the exact barrier that drives ADA Title III lawsuits against lodging websites. Curbcut makes hotel sites genuinely accessible by remediating the code itself: the booking engine, the room descriptions, the rate calendar, and every page in between.
Hotels carry an obligation most businesses don’t. On top of conforming to WCAG 2.1 AA, lodging providers must follow a specific Department of Justice rule for reservations. We handle both, by hand, with no overlay widget standing between your guests and a working booking.
The DOJ reservation rule (28 CFR 36.302(e))
The ADA’s regulations for places of lodging include a dedicated reservation requirement at 28 CFR 36.302(e). It is separate from, and in addition to, your general web accessibility duties. In plain terms, a hotel must:
- Identify and describe accessible features of the property and guest rooms in enough detail for a person with a disability to decide independently whether the room meets their needs.
- Allow guests with disabilities to reserve accessible rooms through the same methods, and during the same hours, as everyone else — not by calling a special number or waiting for a callback.
- Hold back accessible rooms from general inventory and guarantee the specific accessible room that was reserved.
- Ensure third-party reservation services convey the same accessibility information when you make rooms available through them.
This applies to reservations made on your own website, by phone, and through online travel agencies. It is general guidance, not legal advice — talk to an attorney about how the rule applies to your property. For the source text, see the ADA.gov regulations and the W3C Web Accessibility Initiative for the technical standards behind WCAG.
Describing accessible features the right way
“ADA-accessible room” tells a guest almost nothing. The DOJ standard is whether someone can decide for themselves whether a room works. That means describing the concrete features:
| Feature area | What to describe |
|---|---|
| Bathroom | Roll-in shower vs. tub, grab bars, shower seat, sink clearance |
| Mobility | Accessible route, door widths, turning space, lowered fixtures |
| Sensory | Visual fire alarms, doorbell/phone alerts, closed-caption TV |
| Approach | Accessible parking, entrance, path to room, elevator access |
We help you publish this content so it’s accurate, complete, and exposed in semantic HTML — properly marked-up lists and headings — so it’s readable by assistive technology and by search engines, not buried in an image or a PDF.
Where hotel websites fail accessibility audits
Across lodging sites, the same barriers show up in an accessibility audit again and again:
- Date pickers and calendars that can’t be operated by keyboard navigation and don’t announce selected dates to a screen reader (NVDA, JAWS, or VoiceOver).
- Booking engines embedded from a third party — a property management system or OTA widget — that were never tested for accessibility and break the reservation flow.
- Room cards and galleries with missing or unhelpful alt text, so a blind guest can’t tell a king suite from an accessible double.
- Low color contrast on rate prices, promo banners, and “Book Now” buttons against busy hero photography.
- Unlabeled form fields for guest count, loyalty number, and special requests, with no programmatic association between label and input.
- Missing focus indicators and ARIA state on dropdowns and modals, so keyboard users get lost mid-booking.
These map directly to the POUR principles — perceivable, operable, understandable, robust — and to the A/AA/AAA conformance levels in WCAG. For lawsuit defensibility, WCAG 2.1 AA is the practical target. If you want the technical detail, our guides on accessible forms, color contrast requirements, and keyboard navigation break each one down.
Why overlays don’t solve this for hotels
Accessibility overlay widgets promise instant compliance with one line of JavaScript. They don’t deliver it. An overlay can’t make a broken date picker keyboard-operable, can’t write meaningful descriptions of your accessible rooms, and can’t fix a third-party booking engine it doesn’t control. Worse, hotels that installed overlays have still been hit with demand letters and lawsuits — the widget became evidence of a shortcut, not a defense.
Real remediation means changing the underlying code and content. That’s the only approach that resolves issues for actual screen-reader and keyboard users and holds up under scrutiny. See our side-by-side on why overlays don’t ensure ADA compliance.
How Curbcut remediates a hotel website
- Audit the real booking flow. We run a manual audit — keyboard-only and screen-reader testing through an actual reservation — plus automated scans, against WCAG 2.1 AA.
- Fix the code by hand. We remediate the booking engine, calendars, forms, room cards, and content in your codebase, coordinating with your booking vendor where the widget is theirs.
- Structure your accessibility info. We help you write and mark up room-feature descriptions to satisfy 28 CFR 36.302(e).
- Document conformance. You get a VPAT / Accessibility Conformance Report and an accessibility statement.
- Stay compliant. Optional accessibility monitoring catches regressions when you change rates, run a promo, or update the booking widget.
Hotels are a frequent target of serial plaintiffs, and thousands of ADA web lawsuits are filed each year. Lodging is squarely in the crosshairs because the reservation rule gives plaintiffs a clear, specific standard to point at. The good news: every barrier above is fixable, and fixing it also widens your market to travelers with disabilities who book the rooms that meet their needs.
Next step
See exactly where your reservation flow stands. Start with a free accessibility scan, or read our broader guidance on ADA Title III and websites to understand why the law reaches your booking page. For an authoritative primer on the standards, WebAIM is a trusted reference.