ADA website compliance for outdoor recreation: your 2026 checklist

Pull up your website on your phone. Close your eyes and try to book a trip using only the swipe and tap gestures your screen reader announces. If you can’t get from the homepage to a confirmed booking without opening your eyes, your site has an accessibility problem. And in 2026, that problem has legal teeth.
The DOJ finalized a rule in April 2024 requiring WCAG 2.1 Level AA compliance for government websites, with deadlines hitting in April 2026 and April 2027. That rule applies directly to state and local government sites. But courts have been using WCAG 2.1 AA as the benchmark for private businesses under ADA Title III for years. If you’re running a rafting company, guide service, or adventure tour operation, the legal standard your website will be measured against is already set.
Over 5,100 federal ADA website lawsuits were filed in 2025, a 37% jump from the year before. Projections for 2026 land between 7,000 and 8,500 cases. Travel and hospitality businesses aren’t the primary target yet (about 1.8% of filings), but plaintiff attorneys are expanding into new sectors every year, and the trendline is steep.
Why this matters beyond avoiding a lawsuit
Americans with disabilities spend $58.2 billion on travel every year. They take leisure trips at roughly the same rate as everyone else.
When your website can’t be used by someone on a screen reader, or your booking calendar doesn’t work with a keyboard, you’re turning away paying customers. The lawsuit risk is real, but the missed revenue is the quieter cost.
Think about what your booking flow looks like to someone who can’t use a mouse. If your date picker only responds to clicks, if your trip descriptions live inside images without alt text, if your “Book Now” button is a div with a click handler but no keyboard focus, that person leaves. They’ll find an outfitter whose site actually works.
Oregon figured this out early. The state earned “Accessibility Verified” status from Wheel the World after more than 750 tourism businesses across 43 communities were assessed for accurate accessibility information. Operators there aren’t treating accessibility as a legal checkbox. They’re treating it as a way to reach more customers.
What WCAG 2.1 AA actually requires
WCAG 2.1 Level AA is the standard. It’s a set of technical guidelines organized around four principles: content must be perceivable, operable, understandable, and built to work reliably across assistive technologies. For an outdoor recreation website, here’s what that translates to in practice.
Every image needs alt text that describes what the image shows. Not alt=“image” or alt=“photo.” If it’s a photo of guests in a raft going through rapids on the Arkansas River, the alt text should say that. The WebAIM Million report for 2026 found 55% of homepages still have missing alt text. This is the easiest fix on the list.
All interactive elements need to work with a keyboard. Tab through your site right now. Can you reach the navigation menu, the booking button, the date picker, the form fields? Can you open a dropdown and select an option without a mouse? If any element traps your keyboard focus or can’t be reached by tabbing, that’s a WCAG failure.
Text contrast needs to meet minimum ratios. Body text against its background needs at least a 4.5:1 contrast ratio. Large text (18px or 14px bold) needs 3:1. Low contrast is the most common accessibility failure on the web, present on 83.9% of the top million homepages. Your sage green text on a cream background might look on-brand, but if the ratio falls below 4.5:1, it’s a problem.
Form fields need visible labels. Placeholder text that disappears when someone starts typing is not a label. Each input needs a persistent, programmatically associated label so screen readers can announce what the field is for. Missing form labels appeared on 46% of homepages in the WebAIM study.
Video and audio content need captions or transcripts. If you have a trip highlight reel on your homepage, it needs captions. Same goes for embedded YouTube videos.
Your booking widget is probably the biggest problem
Most outdoor recreation sites use a third-party booking platform. FareHarbor, Peek, Xola, Checkfront. These tools embed a widget on your site that handles date selection, trip choices, and payment. If that widget isn’t accessible, your entire booking funnel is broken for screen reader and keyboard-only users.
We see this constantly. The widget looks fine visually and is completely unusable for someone who can’t see the screen. Common problems: date pickers that only respond to mouse clicks, form fields without labels, buttons that are styled divs without proper ARIA roles, error messages that never get announced to assistive technology.
Contact your booking platform and ask specifically about WCAG 2.1 AA compliance. Ask for a VPAT (Voluntary Product Accessibility Template) or an accessibility conformance report. If they can’t produce one, that tells you something.
Test the widget yourself. Install a free screen reader like NVDA on Windows or use VoiceOver on Mac. Try to complete a booking with your eyes closed. You’ll find the problems fast.
A practical checklist you can work through this week
You don’t need to hire an accessibility consultant to get started. Run through these checks on your homepage and your most important trip page.
- Run your site through WAVE (wave.webaim.org). It flags accessibility errors, contrast issues, and missing alt text in a visual overlay. Fix everything marked as an error. Alerts are worth reviewing but aren’t always violations.
- Tab through every page with your keyboard. Start at the top and press Tab repeatedly. Every link, button, and form field should receive visible focus. If focus disappears or gets stuck, that element needs work.
- Check your images. Every informational image needs descriptive alt text. Decorative images (background textures, dividers) should have empty alt attributes (alt="") so screen readers skip them.
- Test your color contrast with the WebAIM Contrast Checker (webaim.org/resources/contrastchecker). Plug in your text color and background color. If the ratio is below 4.5:1 for body text, adjust your colors.
- Review your forms. Every input field needs a visible label element associated with it using the “for” attribute. Placeholder text alone doesn’t count.
- Check your headings. One H1 per page, H2s for sections, H3s for subsections. Don’t skip levels. Screen reader users move through pages by headings the way sighted users scan visually.
- Test your booking widget separately. Go through the full booking flow using only your keyboard. If you can’t select a date, choose a trip, and submit payment without a mouse, the widget needs fixing.
What a lawsuit actually looks like
ADA website lawsuits under Title III follow a pattern. A plaintiff, often represented by a firm that files hundreds of these cases, attempts to use your website, hits barriers, and files suit. Settlements range from $5,000 to $150,000 or more, plus attorney fees, plus the cost of remediating your site under a monitoring agreement. In California, the Unruh Civil Rights Act allows $4,000 per violation, and a single page can contain dozens of violations.
Most cases settle. The business agrees to make the site accessible within a set timeframe, pays damages, and covers the plaintiff’s legal costs. The total bill often lands between $20,000 and $50,000 for a small business once you add legal fees, remediation, and monitoring. That’s a serious hit to an outfitter’s annual budget.
Fixing the problems before anyone files is cheaper. An accessibility audit and remediation for a small-to-medium site costs a fraction of a lawsuit settlement, and you get a better website out of it.
Tie it to your broader site work
Accessibility overlaps with the technical work that makes your site perform better in search. Proper heading structure helps your pages rank for the searches that matter. Alt text on images helps Google understand your content. Clean form labels reduce drop-off in your booking flow. Keyboard navigability tends to correlate with a fast, well-built site that works on mobile.
If you’re already running an off-season site audit, add accessibility to the list. The same afternoon you spend compressing images and fixing broken links is a good time to run WAVE on your top five pages and clean up the errors.
Your site is a booking engine. The more people who can actually use it, the more trips it books. That includes the $58.2 billion a year in travel spending from people with disabilities who want exactly the kind of trips you run. Make sure your site works for them.


