Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction5 of 13 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 5 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
D404 Error PageActionHTTP 404, custom pageFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy21 headingsREVIEW
- H2 White Rabbit Press
- H1 Accelerate your Japanese
- H2 Why White Rabbit Press
- H2 Our Products
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H2 Categories
- H3 Learn Kana in a Flash
- H3 Drill Kanji anywhere you go
- H3 Read Real Japanese
- H2 People ♥️ white rabbit press
- H3 Eirini Kafourou
- H3 Shebin Rawther
- H3 Rob Laurich
- H3 Jonas Fairfield
- H2 We are here to help
- H2 Hundreds more Japanese language products
- H2 White Rabbit Press
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
CLink & Button QualityAction1 issue(s) across 27 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://omgjapan.com | Shop | new tab | Add '(opens in new tab)' to text |
| /kana-flashcards | Master Hiragana and Katakana i… | img no alt | Add alt attribute to the image |
| /kanji-flashcards | The world's favorite Japanese … | img no alt | Add alt attribute to the image |
| /japanese-graded-readers | Stories for every level - with… | img no alt | Add alt attribute to the image |
| /kana-poster | Minimal, functional and beauti… | img no alt | Add alt attribute to the image |
| /kanji-poster | Large A-0 size poster with rea… | img no alt | Add alt attribute to the image |
| /japanese-graded-readers | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Japanese Graded Readers | |||
| https://twitter.com/kafourou/status/7355… | Eirini Kafourou@kafourouCan't … | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/shebby_r/status/8996… | Shebin Rawther@shebby_r@whiter… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/rlaurich/status/9250… | Rob Laurich@rlaurichThank you,… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/trakdown/status/8956… | Jonas Fairfield@trakdownThanks… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/search?q=whiterabbit… | See loads more! | new tab | Add '(opens in new tab)' to text |
| https://help.japanrabbit.com/ | support site | new tab | Add '(opens in new tab)' to text |
| https://omgjapan.com/ | Start shopping | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/whiterabbitjpn | White Rabbit Press on twitter | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/whiterabbitpres… | White Rabbit Press on facebook | new tab | Add '(opens in new tab)' to text |
| https://japanrabbit.com | Japan Rabbit | new tab | Add '(opens in new tab)' to text |
| https://blackship.com | Blackship | new tab | Add '(opens in new tab)' to text |
| https://omgjapan.com | OMG Japan | new tab | Add '(opens in new tab)' to text |
| https://whiterabbitjapan.com/about | Our story | new tab | Add '(opens in new tab)' to text |
| https://whiterabbitjapan.com/careers | Careers | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/japanese-graded-readers ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/kana-flashcards"]; a[href="/kanji-flashcards"]; a[href="/japanese-graded-readers"]; a[href="/kana-poster"]; a[href="/kanji-poster"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://omgjapan.com; https://twitter.com/kafourou/status/735515450340184064; https://twitter.com/shebby_r/status/899604942067027968; https://twitter.com/rlaurich/status/925033813159432193; https://twitter.com/trakdown/status/895699245436518400; https://twitter.com/search?q=whiterabbitjpn&src=typd; https://help.japanrabbit.com/; https://omgjapan.com/; https://twitter.com/whiterabbitjpn; https://www.facebook.com/whiterabbitpress/ (+5 more)
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
BFavicon & Branding6 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAREVIEW
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 |
|---|---|---|---|---|---|
| h1 Accelerate your Japa… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 White Rabbit Press | 7.98:1 | 3.0:1 | #000000 | #EE8076 | Pass |
| h2 Why White Rabbit Pre… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Our Products | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Categories | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 People ♥️ white … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 We are here to help | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Hundreds more Japane… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 White Rabbit Press | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Learn Kana in a Flas… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Drill Kanji anywhere… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Read Real Japanese | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Eirini Kafourou | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Shebin Rawther | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Rob Laurich | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Jonas Fairfield | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title White Rabbit Press | 4.64:1 | 4.5:1 | #000000 | #E32C1B | Pass |
| a Kana | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Kanji | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Graded Readers | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.
BLighthouse Accessibility AuditsScore 84/100 — 3 failing, 18 passedREVIEW
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 |
|---|
Tens of thousands of people around the world use White Rabbit Press products, w… main.pb-[128px] > div.py-24 > div.max-w-4xl > div.max-w-3xl |
Get Started with Kana Flashcards div > a.text-gray-strong > div.rounded-lg > p.opacity-50 |
Learn more about Kanji Flashcards div > a.text-gray-strong > div.rounded-lg > p.opacity-50 |
Read real Japanese on the go div > a.text-gray-strong > div.rounded-lg > p.opacity-50 |
All the Kana — on your wall! div > a.text-gray-strong > div.rounded-lg > p.opacity-50 |
All the Kanji — on your wall! div > a.text-gray-strong > div.rounded-lg > p.opacity-50 |
These are opportunities to improve the legibility of your content.
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.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > a.text-gray-strong > div.rounded-lg > img div > a.text-gray-strong > div.rounded-lg > img |
div > a.text-gray-strong > div.rounded-lg > img div > a.text-gray-strong > div.rounded-lg > img |
div > a.text-gray-strong > div.rounded-lg > img div > a.text-gray-strong > div.rounded-lg > img |
div > a.text-gray-strong > div.rounded-lg > img div > a.text-gray-strong > div.rounded-lg > img |
div > a.text-gray-strong > div.rounded-lg > img div > a.text-gray-strong > div.rounded-lg > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
ALandmark Structure4 landmarksPASS
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