Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction4 of 8 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #primarysearch | text | Search | for/id |
| #commentemail | text | Your E-mail: | for/id |
| #commentsubj | text | Subject: | for/id |
| #comment | textarea | Describe your issue | for/id |
| input | password | (Password) | placeholder only |
| input | text | (Email) | placeholder only |
| #btnSendTop | button | (none) | none |
| #btnCancel | button | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="button" id="btnSendTop">; <input type="button" id="btnCancel">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text">; <input type="password">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
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
BLandmark Structure3 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
BHeading Hierarchy1 headingsREVIEW
- H2 FOR FASTER ANSWERS, CHECK THESE LINKS BEFORE YOU EMAIL US:
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 FOR FASTER ANSWERS, … | 1.00:1 | 3.0:1 | #FFFFFF | #FFFFFF | Fail |
| h2 YOU EMAIL US: | 1.00:1 | 3.0:1 | #FFFFFF | #FFFFFF | Fail |
| title Category - All | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Sign In | 3.14:1 | 4.5:1 | #000000 | #5C5C5C | Fail |
| a Library | 6.12:1 | 4.5:1 | #000000 | #748DA8 | Pass |
| a Cart | 5.15:1 | 4.5:1 | #000000 | #4181C3 | Pass |
| a Manage Account | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Profile | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Dashboard | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Support | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sign Out | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Sign In | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Email | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Password | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Sign In | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Forgot Password | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Join for Free! | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a About | 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 87/100 — 3 failing, 24 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.
ARIA
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
div.container-fluid > div.clearfix > div.shelf-container > span.float-left div.container-fluid > div.clearfix > div.shelf-container > span.float-left |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
form.header-search > span.input-group > span.input-group-append > button.btn form.header-search > span.input-group > span.input-group-append > button.btn |
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.
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 |
|---|
About div.mobileMenu > ul.nav > li > a.nav-link |
Join div.mobileMenu > ul.nav > li > a.nav-link |
Sign In div.mobileMenu > ul.nav > li > a.nav-link |
Categories div.d-block > div.left-nav-box > h1 > span |
Helios div.shelf-book-title > span > span > span |
Sybil Bartel div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Duke's Indecent div.shelf-book-title > span > span > span |
Purchase div.shelf-book-title > span > span > span |
Golden Angel div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Correspondent div.shelf-book-title > span > span > span |
— A Tale of Silent … span > span > span > span |
Virginia Stone div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Woman from div.shelf-book-title > span > span > span |
Nowhere div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
On the Edge of div.shelf-book-title > span > span > span |
Shattered: A Moth… span > span > span > span |
Kimberly Kearns div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Woman from div.shelf-book-title > span > span > span |
Nowhere div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Girl in the Mist div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Too Good to Be True div.shelf-book-title > span > span > span |
Kristen Ashley div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Complete div.shelf-book-title > span > span > span |
Cowboy Bikers M… span > span > span > span |
Esther E. Schmidt div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Birch Creek div.shelf-book-title > span > span > span |
Ranch Books 1-3 div.shelf-book-title > span > span > span |
B. E. Baker div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Edward Modern div.shelf-book-title > span > span > span |
Richard D. Peters div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$5.99 div.shelf-book-bottom > div#price_1980024 > span > span.text-success |
Blood Claws Rising div.shelf-book-title > span > span > span |
Tales of the Sangu… span > span > span > span |
Brooke Renee div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$7.50 div.shelf-book-bottom > div#price_1995757 > span > span.text-success |
Dead Shifter Walking div.shelf-book-title > span > span > span |
Kim Bair div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$0.00 div.shelf-book-bottom > div#price_458380 > span > span.text-success |
Ghosts of Langley div.shelf-book-title > span > span > span |
Ryan Thompson div.float-left > div.shelf-book-top > div.shelf-book-author > a |
$0.00 div.shelf-book-bottom > div#price_1914040 > span > span.text-success |
The Housemaid div.shelf-book-title > span > span > span |
Sarah A. Denzil div.float-left > div.shelf-book-top > div.shelf-book-author > a |
On the Edge of div.shelf-book-title > span > span > span |
Shattered: A Moth… span > span > span > span |
Kimberly Kearns div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Bodies of Water div.shelf-book-title > span > span > span |
Alex Pendragon div.float-left > div.shelf-book-top > div.shelf-book-author > a |
A Suitable Brat div.shelf-book-title > span > span > span |
R. Cooper div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Lesbian Office div.shelf-book-title > span > span > span |
Romance Boxed Set div.shelf-book-title > span > span > span |
Roz Lee div.float-left > div.shelf-book-top > div.shelf-book-author > a |
The Hook Up div.shelf-book-title > span > span > span |
Kindle Alexander div.float-left > div.shelf-book-top > div.shelf-book-author > a |
Serpent Fire: The div.shelf-book-title > span > span > span |
Science and Mysti… span > span > span > span |
JOJO PENWOOD div.float-left > div.shelf-book-top > div.shelf-book-author > a |
CotH 7: Undead div.shelf-book-title > span > span > span |
Campaign div.shelf-book-title > span > span > span |
Paul Springsteen div.float-left > div.shelf-book-top > div.shelf-book-author > a |
These are opportunities to improve the legibility of your content.
A+Alt Text QualityAll 1 images OKPASS
ALink & Button Quality1 issue(s) across 49 links and 4 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| <button> | (empty) | empty | Add button text or aria-label |
Icon-only buttons need an aria-label so screen readers can announce them.
button.btn (#42 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2