Sample Report

See What You'll Get with Every Audit

This is a representative example of a Vertaa audit report. Real reports include interactive elements, full issue lists, and downloadable PDFs.

Accessibility Score

74/100

This score reflects 5 critical issues, 8 moderate issues, and 3 minor issues detected across 7 evaluation dimensions.

usability

78

clarity

85

information architecture

72

accessibility

68

performance

91

visual design

82

mobile responsiveness

88

Issues Found (5)

Missing alt text on 12 images

Images without alternative text are inaccessible to screen reader users. This violates WCAG 2.1 Level A requirements.

CRITICAL1.1.1 Non-text Content

Element Details

Selector: img.hero-image, img.product-thumbnail

Recommended Fix

Add descriptive alt attributes to all images. For decorative images, use alt=''.

Insufficient color contrast on CTA buttons

Primary call-to-action buttons have a contrast ratio of 3.2:1, below the WCAG AA requirement of 4.5:1.

CRITICAL1.4.3 Contrast (Minimum)

Element Details

Selector: .btn-primary

Recommended Fix

Increase contrast by darkening button text or lightening background. Current: #7C7C7C on #E0E0E0. Suggested: #4A4A4A on #E0E0E0 (4.6:1).

Form inputs missing visible labels

6 form fields rely on placeholder text instead of proper label elements, making them difficult to use with assistive technology.

MODERATE3.3.2 Labels or Instructions

Element Details

Selector: input.search-field, input.email-signup

Recommended Fix

Replace placeholder-only inputs with visible <label> elements or aria-label attributes.

Navigation menu not keyboard accessible

Dropdown menu cannot be opened or navigated using keyboard alone. Users relying on keyboard navigation cannot access submenu items.

MODERATE2.1.1 Keyboard

Element Details

Selector: nav.main-menu .dropdown

Recommended Fix

Add keyboard event handlers (onKeyDown) for Enter/Space to toggle menu, and arrow keys to navigate items.

Skip to main content link missing

No skip link present, forcing keyboard users to tab through entire navigation on every page.

MINOR2.4.1 Bypass Blocks

Element Details

Selector: body

Recommended Fix

Add a "Skip to main content" link as the first focusable element: <a href="#main" class="sr-only focus:not-sr-only">Skip to main content</a>

Ready to Audit Your Own Site?

Get detailed, actionable insights like these for your website in under 60 seconds. Start with a free audit—no credit card required.