ComplyPagesFree Scan

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

Risk: Medium

Detected Flow

Hotel booking

Pages Scanned

4 public pages

Accessibility Statement

Not detected

Sample Visible Issues

CP-0001

Buttons must have discernible text

high

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>
CP-0002

Form elements must have labels

high

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" />
CP-0003

Images must have alternate text

medium

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.