Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction3 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
DAlt Text QualityAction2 of 75 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 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
DLink & Button QualityAction5 issue(s) across 203 links and 13 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| / | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| https://www.humblegames.com/ | Publishing | new tab | Add '(opens in new tab)' to text |
| http://support.humblebundle.com/ | Support | new tab | Add '(opens in new tab)' to text |
| https://jobs.jobvite.com/humble-bundle/j… | Careers | new tab | Add '(opens in new tab)' to text |
| https://blog.humblebundle.com/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://promo.humblebundle.com/affiliate… | Affiliates | new tab | Add '(opens in new tab)' to text |
| http://support.humblebundle.com/ | Support | new tab | Add '(opens in new tab)' to text |
| https://jobs.jobvite.com/humble-bundle/j… | Careers | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://www.humblebundle.com/signup?goto… | Start playing now | img no alt | Add alt attribute to the image |
| /store/rimworld-royalty?hmb_source=humbl… | RimWorld - Royalty | img no alt | Add alt attribute to the image |
| /store/enshrouded?hmb_source=humble_home… | Enshrouded | img no alt | Add alt attribute to the image |
| /store/rimworld-biotech?hmb_source=humbl… | RimWorld - Biotech | img no alt | Add alt attribute to the image |
| /store/rimworld-ideology?hmb_source=humb… | RimWorld - Ideology | img no alt | Add alt attribute to the image |
| /store/clair-obscur-expedition-33?hmb_so… | Clair Obscur: Expedition 33 | img no alt | Add alt attribute to the image |
| /store/hell-let-loose-ultimate-edition?h… | Hell Let Loose - Ultimate Edit… | img no alt | Add alt attribute to the image |
| /store/rimworld-royalty?hmb_source=humbl… | RimWorld - Royalty | img no alt | Add alt attribute to the image |
| /store/enshrouded?hmb_source=humble_home… | Enshrouded | img no alt | Add alt attribute to the image |
| /store/rimworld-biotech?hmb_source=humbl… | RimWorld - Biotech | img no alt | Add alt attribute to the image |
| /store/rimworld-ideology?hmb_source=humb… | RimWorld - Ideology | img no alt | Add alt attribute to the image |
| /store/clair-obscur-expedition-33?hmb_so… | Clair Obscur: Expedition 33 | img no alt | Add alt attribute to the image |
| /store/hell-let-loose-ultimate-edition?h… | Hell Let Loose - Ultimate Edit… | img no alt | Add alt attribute to the image |
| /store/rimworld-royalty?hmb_source=humbl… | RimWorld - Royalty | img no alt | Add alt attribute to the image |
| https://www.humblebundle.com/games/desti… | Start playing now | img no alt | Add alt attribute to the image |
| /charities | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Charities | |||
| /store/enshrouded?hmb_source=humble_home… | Enshrouded | img no alt | Add alt attribute to the image |
| /store/rimworld-biotech?hmb_source=humbl… | RimWorld - Biotech | img no alt | Add alt attribute to the image |
| /store/rimworld-ideology?hmb_source=humb… | RimWorld - Ideology | img no alt | Add alt attribute to the image |
| /store/clair-obscur-expedition-33?hmb_so… | Clair Obscur: Expedition 33 | img no alt | Add alt attribute to the image |
| /store/hell-let-loose-ultimate-edition?h… | Hell Let Loose - Ultimate Edit… | img no alt | Add alt attribute to the image |
| /store/rimworld-royalty?hmb_source=humbl… | RimWorld - Royalty | img no alt | Add alt attribute to the image |
| https://blog.humblebundle.com/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://support.humblebundle.com | Support | new tab | Add '(opens in new tab)' to text |
| /developer | Developer | new tab | Add '(opens in new tab)' to text |
| /store/enshrouded | Enshrouded | new tab | Add '(opens in new tab)' to text |
| /store/satisfactory | Satisfactory | new tab | Add '(opens in new tab)' to text |
| /store/pragmata | PRAGMATA | new tab | Add '(opens in new tab)' to text |
| /store/pragmata-deluxe-edition | PRAGMATA Deluxe Edition | new tab | Add '(opens in new tab)' to text |
| /store/rimworld-biotech | RimWorld - Biotech | new tab | Add '(opens in new tab)' to text |
| /store/deep-rock-galactic | Deep Rock Galactic | new tab | Add '(opens in new tab)' to text |
| /store/train-sim-world-6-special-edition | Train Sim World 6 Special Edit… | new tab | Add '(opens in new tab)' to text |
| /store/rimworld-ideology | RimWorld - Ideology | new tab | Add '(opens in new tab)' to text |
| /terms | Terms of Service | new tab | Add '(opens in new tab)' to text |
| /privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /cookie-policy | Cookie Policy | new tab | Add '(opens in new tab)' to text |
| /legal | Legal Notices | new tab | Add '(opens in new tab)' to text |
| /accessibility | Accessibility | new tab | Add '(opens in new tab)' to text |
| # | AdChoices | img no alt | Add alt attribute to the image |
Links without text are announced as raw URLs by screen readers.
a.mm-btn (#78 on page); /; /; a.site-search-link (#385 on page)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
/charities ("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
Add '(opens in new tab)' to link text or aria-label.
https://www.humblegames.com/; http://support.humblebundle.com/; https://jobs.jobvite.com/humble-bundle/jobs/; https://blog.humblebundle.com/; https://promo.humblebundle.com/affiliates; http://support.humblebundle.com/; https://jobs.jobvite.com/humble-bundle/jobs/; https://blog.humblebundle.com/; https://support.humblebundle.com; /developer (+13 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy17 headingsREVIEW
- H2 Get great games every month with Humble Choice for only €12,99!
- H3 Featured
- H2 Gear up, Guardians!
- H3 Bundles
- H2 Pay What You Want
- H2 Pay What You Want
- H2 Pay What You Want
- H2 Pay What You Want
- H2 Pay What You Want
- H2 Pay What You Want
- H2 Pay What You Want
- H2 Pay What You Want
- H2 Pay What You Want
- H2 Dedicated to Supporting Charity
- H3 Games
- H2 About
- H2 Trending Games
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #site-search | input | Search | aria-label |
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 Get great games ever… | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 Gear up, Guardians! | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 Pay What You Want | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 Pay What You Want | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 Pay What You Want | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 Pay What You Want | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 Pay What You Want | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 Pay What You Want | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 Pay What You Want | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 Pay What You Want | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 Pay What You Want | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 Dedicated to Support… | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 About | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h2 Trending Games | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h3 Featured | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h3 Bundles | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| h3 Games | 9.04:1 | 3.0:1 | #000000 | #AAAAAA | Pass |
| title Humble Bundle | game… | 17.05:1 | 4.5:1 | #000000 | #E9E7E7 | Pass |
| a Bundles | 16.77:1 | 4.5:1 | #000000 | #E9E5E2 | Pass |
| span Open submenu | 11.97:1 | 4.5:1 | #000000 | #B9C5D1 | 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.
A+Lighthouse Accessibility AuditsScore 95/100 — 3 failing, 25 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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
START PLAYING NOW div.takeover-tile-view > div.takeover-content > div.js-start-playing-now > a.spn-bordered-box |
START PLAYING NOW div.takeover-tile-view > div.takeover-content > div.js-start-playing-now > a.spn-bordered-box |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ENSHROUDED
-20%
€23.99 div.slick-list > div.slick-track > div.tile-holder > a.full-tile-view |
YOUR MOVE: TURN BASED GAMES
21 DAYS LEFT div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
GUITARS AND MORE FOR DUMMIES BY WILEY
6 DAYS LEFT div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
DUNGEON MASTER'S ADVENTURES - 3D PRINTABLE MINIATURES & SCENERY
5 DAYS LEFT div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
THE ULTIMATE GIGA COSMOS BUNDLE
19 DAYS LEFT div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
SHARP SHOOTERS BUNDLE
14 DAYS LEFT div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
SPEAK TO THE MANAGER
16 DAYS LEFT div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
REALER THAN REALITY - SCANNED MATERIAL BUNDLE
5 DAYS LEFT div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
STRATEGIC MINDS COLLECTION
00
:
03
:
54
:
17 div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
BEST OF HUMBLE BUNDLE: RASPBERRY PI AND RETRO GAMING BY RASPBERRY PI PRESS
19 D… div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
ENSHROUDED
-20%
€23.99 div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
PRAGMATA
€59.99 div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
PRAGMATA DELUXE EDITION
€69.99 div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
RIMWORLD - BIOTECH
-10%
€22.04 div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
TRAIN SIM WORLD 6 SPECIAL EDITION
€119.99 div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
RIMWORLD - IDEOLOGY
-15%
€16.14 div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
CLAIR OBSCUR: EXPEDITION 33
-20%
€39.99 div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
HELL LET LOOSE - ULTIMATE EDITION
-66%
€23.79 div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
RIMWORLD - ODYSSEY
€23.49 div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
RIMWORLD - ROYALTY
-15%
€16.14 div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |
OLD SCHOOL RUNESCAPE 12-MONTH MEMBERSHIP + OST
€119.88 div.mosaic-section > div.mosaic-layout > div.tile-holder > a.full-tile-view |