Sample EAA Readiness Pre-Scan Report
This is an example of what a free pre-scan preview looks like. Actual reports are generated from your website's public transaction flows.
EAA Readiness Pre-Scan for
example-hotel.com
Detected Flow
Hotel booking
Pages Scanned
4 public pages
Accessibility Statement
Not detected
Sample Visible Issues
Buttons must have discernible text
Screen-reader users may not understand what this button does. Because this appears on the final checkout action, it may affect customers trying to complete a purchase.
<button class="checkout-submit" aria-label="Complete purchase">
Complete purchase
</button>Form elements must have labels
Users with screen readers or voice input may not know what date to enter.
<label for="check-in-date">Check-in date</label>
<input id="check-in-date" type="date" name="checkin" />Images must have alternate text
Screen-reader users miss important visual information about the room.
<img class="room-photo" src="suite.jpg" alt="Deluxe suite with king bed and city view" />Disclaimer
This report is an automated EAA/accessibility readiness observation based on publicly reachable pages and selected transaction-flow states. It is not legal advice, not a certification of compliance, and not a substitute for a full manual accessibility audit. Automated tools can identify many visible issues, but some accessibility requirements require human review. The purpose of this report is to help your developer or agency prioritize, fix, and retest visible issues faster.