klarer_comprehensive Automated Completed

Website Accessibility Test

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

L
Nov 18, 2025 Completed 1 month ago Public Test

Accessibility Score

71.0%
A
Score 71.0%
Total Issues 4
Test Duration 77s
Pages Tested 6

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

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

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 - 1.3.1 Info and Relationships

Tables without proper headers

Data tables missing header associations

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

Recommendations

Use semantic HTML elements

Provide multiple ways to access content

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

Use semantic HTML elements (<header>, <nav>, <main>, <section>, <article>, <aside>, <footer>)