Built for everyone
FastTrax is committed to making our website usable by everyone, including people who rely on keyboards, screen readers, or other assistive technology.
What we target
Our goal is WCAG 2.1 Level AA — the Web Content Accessibility Guidelines standard used by most US businesses and required by many state + federal entities. That covers color contrast, keyboard navigation, screen-reader compatibility, form labeling, motion sensitivity, focus indicators, and more.
How we keep the site accessible
- Build-time lint gate — every deploy runs the full
eslint-plugin-jsx-a11yrecommended ruleset. Any accessibility violation fails the build, so new issues can't ship. - Runtime auditing — we run
@axe-core/reactin development against every page. It surfaces WCAG violations the lint rules can't catch (color contrast, dynamic DOM, actual screen-reader announcements). - Semantic HTML first — real
<button>,<label>, and<details>elements wherever possible. Interactive divs get proper ARIA roles + keyboard handlers via shared helpers. - Structured data — Schema.org JSON-LD on key pages (LocalBusiness, BreadcrumbList, FAQPage) helps assistive tools understand content structure.
- Keyboard-first modals — all dialogs close on Escape. Focus traps keep screen-reader users oriented.
- Dark + light compatible — emails render on white backgrounds, site uses brand-verified contrast ratios on navy backgrounds.
Known limitations
- Third-party booking widgets— some booking flows use Square, BMI Leisure, or SMS-Timing embeds. We test end-to-end flows regularly but can't fix a11y issues inside those vendors' code. Please contact us if you hit a blocker.
- Marketing videos — hero and attraction videos are atmospheric and play without captions. Critical information is always available in the surrounding text.
- Legacy pages— some older pages may still have minor a11y gaps we're working through opportunistically. The build gate prevents new regressions.
Feedback
If you run into a page that's hard to use with a screen reader, keyboard, or any assistive technology, we want to know. Email guestservices@headpinz.com with the page URL and a brief description of what broke. We read every message and reply within two business days.
Standards references
Last reviewed: 2026. This statement is updated as we ship improvements.