Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FDocument LanguageActionMissing <html lang> attribute (WCAG 3.1.1)FIX
F404 Error PageActionHTTP 404, bare pageFIX
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure5 landmarksREVIEW
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
CMobile-Readable Font SizesAction85% of visible text renders at >= 12 CSS px (42 below threshold)REVIEW
BFavicon & Branding7 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
AHeading Hierarchy52 headings, 1 skip(s)PASS
- H1 Turn What You Want to Learn into a Complete AI-Generated Lesson
- H3 Fourier Transform (4-step intuition) skipped
- H2 Turn Curiosities into Knowledge
- H3 Introduction to OpenClaw
- H2 AILearnHub is an AI learning tool that turns a topic into a real lesson
- H3 Start from what you want to learn
- H3 Generate a structured learning flow
- H3 Get something closer to courseware
- H2 A simple workflow from learning intent to lesson output
- H3 Describe the topic or goal
- H3 Let AILearnHub organize the material
- H3 Review, study, or teach from it
- H2 The real problem is not finding information. It is turning it into something learnable.
- H3 Reduce learning friction and start sooner
- H3 Give information a clearer structure
- H3 Bridge the gap to understanding
- H2 Built for Every Kind of Learner
- H3 Students
- H3 Working Professionals
- H3 Self-Learners
- H3 Educators & Trainers
- H2 How to Learn Effectively with AI
- H3 Set a Clear Goal Before You Start
- H3 Use Active Recall, Not Passive Reading
- H3 Space Out Your Study Sessions
- H3 Teach What You Learn
- H3 Review and Iterate
- H2 What Users Say
- H2 Simple pricing for calmer reading
- H3 Free
- H3 Pro
- H3 Max
- H2 Frequently Asked Questions
- H3 Product Basics
- H4 What is AILearnHub?
- H4 Is AILearnHub an AI learning tool or a content platform?
- H4 Can I turn any topic into a lesson with AILearnHub?
- H3 How It Works
- H4 How does AILearnHub generate lessons?
- H4 What kind of input can I give AILearnHub?
- H4 What does AILearnHub generate as output?
- H3 Who It Is For
- H4 Who is AILearnHub for?
- H4 Can AILearnHub help with self-study?
- H4 Can teachers or educators use AILearnHub?
- H3 Why Use It
- H4 Why use AILearnHub instead of searching for materials manually?
- H4 How is AILearnHub different from a generic AI chatbot?
- H4 Is AILearnHub free to try?
- H2 Start Turning Topics into Lessons
- H3 Product
- H3 Legal
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Heading Text QualityAll 52 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 20 images OKPASS
AForm Accessibility1 of 3 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| select | select | Select language | aria-label |
| input | text | Learning topic | aria-label |
| input | file | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="file">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
ALink & Button Quality20 links, 14 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://chromewebstore.google.com/detail… | Start for free | new tab | Add '(opens in new tab)' to text |
| https://firstlook.tools/ | Featured on First Look | new tab | Add '(opens in new tab)' to text |
| https://firstlook.tools/ | Featured on First Look | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://chromewebstore.google.com/detail/ailearnhub/dgihjimekmhphkbnnnomcbemh…; https://firstlook.tools/; https://firstlook.tools/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
A+Form Input Types3 form control(s) checked, no type mismatchesPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Web ManifestPWA-readyPASS
A+PWA Depth1 PWA signal(s) surfacedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Turn Curiosities int… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h2 AILearnHub is an AI … | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h2 A simple workflow fr… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h2 The real problem is … | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h2 Built for Every Kind… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h2 How to Learn Effecti… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h2 What Users | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h2 Simple pricing for c… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h2 Frequently Asked | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h2 Start Turning Topics… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h3 Fourier Transform (4… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h3 Introduction to Open… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h3 Start from what you … | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h3 Generate a structure… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h3 Get something closer… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h3 Describe the topic o… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h3 Let AILearnHub organ… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h3 Review, study, or te… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h3 Reduce learning fric… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
| h3 Give information a c… | 19.72:1 | 3.0:1 | #000000 | #F4F8FF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 22 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Practice div.relative > div.relative > div.flex > span.mt-0.5 |
Quiz div.relative > div.relative > div.flex > span.mt-0.5 |
Apply div.relative > div.relative > div.flex > span.mt-0.5 |
Deep interaction div.mt-4 > div.flex > button.relative > span.pt-px |
Recommended div.mt-4 > div.flex > button.relative > span.absolute |
01 article.group > div.min-w-0 > div.flex > span.text-xs |
02 article.group > div.min-w-0 > div.flex > span.text-xs |
03 article.group > div.min-w-0 > div.flex > span.text-xs |
04 article.group > div.min-w-0 > div.flex > span.text-xs |
05 article.group > div.min-w-0 > div.flex > span.text-xs |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Fourier Transform (4-step intuition) div.relative > div.relative > div.flex > h3.mb-6 |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.