20%Overall Score
4Critical Issues
1Checks Passed
❌ Critical Issues (4)
Documents must have <title> element to aid in navigation
Ensures each HTML document contains a non-empty <title> element
Affected elements (1)
<html><head><script src="https://cdnjs.cloudflare.com/ajax/libs/axe-core/4.8.2/axe.min.js"></script></head><body></body></html><html> element must have a lang attribute
Ensures every HTML document has a lang attribute
Affected elements (1)
<html><head><script src="https://cdnjs.cloudflare.com/ajax/libs/axe-core/4.8.2/axe.min.js"></script></head><body></body></html>Document should have one main landmark
Ensures the document has a main landmark
Affected elements (1)
<html><head><script src="https://cdnjs.cloudflare.com/ajax/libs/axe-core/4.8.2/axe.min.js"></script></head><body></body></html>Page should contain a level-one heading
Ensure that the page, or at least one of its frames contains a level-one heading
Affected elements (1)
<html><head><script src="https://cdnjs.cloudflare.com/ajax/libs/axe-core/4.8.2/axe.min.js"></script></head><body></body></html>✅ Passed Checks (1)