klarer_comprehensive Automated Completed

Website Accessibility Test

https://test1-ab.framer.website/

L
Nov 18, 2025 Completed 1 month ago Public Test

Accessibility Score

88.0%
AA
Score 88.0%
Total Issues 10
Test Duration 95s
Pages Tested 4

Issues Found

High WCAG 2.1 - 1.1.1 Non-text Content

Missing alternative text for images

Images without alt text make content inaccessible to screen reader users

💡 Add descriptive alt text to all <img> elements

High WCAG 2.1 - 1.4.3 Contrast (Minimum)

Insufficient color contrast ratio

Text contrast ratio is below the required 4.5:1 for normal text

💡 Increase contrast between text and background colors

Critical WCAG 2.1 - 1.3.1 Info and Relationships

Missing form labels

Form inputs without associated labels

💡 Add <label> elements or aria-label attributes to all form inputs

High WCAG 2.1 - 2.4.4 Link Purpose (In Context)

Empty link text

Links with empty or meaningless text

💡 Provide descriptive link text that indicates the destination

Medium WCAG 2.1 - 3.1.1 Language of Page

Missing document language declaration

HTML document missing lang attribute

💡 Add lang="en" (or appropriate language code) to the <html> element

Medium WCAG 2.1 - 1.3.1 Info and Relationships

Improper heading hierarchy

Heading levels skip (h1 to h3 without h2)

💡 Ensure heading hierarchy follows logical order (h1 → h2 → h3, etc.)

High WCAG 2.1 - 2.1.1 Keyboard

Keyboard navigation issues

Interactive elements not accessible via keyboard

💡 Ensure all interactive elements are focusable and operable with keyboard only

Medium WCAG 2.1 - 2.4.7 Focus Visible

Missing focus indicators

No visible focus indicators for keyboard navigation

💡 Add visible focus styles (outline, border, etc.) for focused elements

Medium WCAG 2.1 - 1.3.1 Info and Relationships

Tables without proper headers

Data tables missing header associations

💡 Add <th> elements and scope attributes to table headers

Low WCAG 2.1 - 2.4.1 Bypass Blocks

Missing skip links

No skip navigation links for keyboard users

💡 Add skip links to jump to main content

Recommendations

Use semantic HTML elements

Provide multiple ways to access content

Design for different screen sizes and orientations

Validate HTML markup and CSS for errors

Test your website with keyboard-only navigation

Conduct regular accessibility audits using automated and manual testing methods

Implement accessibility training for development and content teams

Establish accessibility guidelines and standards for your organization