Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy25 headings, 1 skip(s)REVIEW
- H2 Our Biggest Ever One Day Sale
- H1 1Clickblinds
- H2 Search Products
- H3 Quick Search:
- H1 NO DRILL SHUTTERS THAT FIT PERFECTLY duplicate H1
- H1 WE OFFER BLINDS INSTALLATION duplicate H1
- H2 PROUDLY SERVING THE USA
- H3 THE PERFECT FIT
- H3 NEXT DAY DISPATCH AVAILABLE
- H3 5 YEAR WARRANTY
- H3 4.5/5 STARS
- H2 Our One Day Sale
- H2 FAQ'S
- H4 BLINDS TYPES skipped
- H4 INFORMATION
- H4 Help
- H3 Professional Installation
- H3 Good News!
- H3 Sorry, Not Available
- H4 Get excited - You're all set!
- H2 You're Eligible
- H3 You're Eligible
- H3 How It Works
- H4 Your Cart (0)
- H3 Opening Direction Options
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
CAlt Text QualityAction5 of 20 images have issuesREVIEW
| 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
BIframe Accessibility2/2 iframe(s) missing title; 0 placeholder(s)REVIEW
BMobile-Readable Font Sizes96% of visible text renders at >= 12 CSS px (3 below threshold)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
4 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 |
|---|---|---|---|---|---|
| h1 NO DRILL SHUTTERS TH… | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h1 FIT PERFECTLY | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h1 WE OFFER BLINDS | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h1 INSTALLATION | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h2 Our Biggest Ever One… | 2.88:1 | 3.0:1 | #000000 | #00651F | Fail |
| h2 Search Products | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h2 PROUDLY SERVING THE … | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h2 Our One Day Sale | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h2 FAQ'S | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h2 You're Eligible | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h3 Quick Search: | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h3 THE PERFECT FIT | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h3 NEXT DAY DISPATCH AV… | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h3 5 YEAR WARRANTY | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h3 4.5/5 STARS | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h3 Professional Install… | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h3 Good News! | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h3 Sorry, Not Available | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h3 You're Eligible | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
| h3 How It Works | 1.94:1 | 3.0:1 | #000000 | #4F3739 | Fail |
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.
ALandmark Structure5 landmarksPASS
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
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | search | (Search for items) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="q">
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
A+Link & Button Quality47 links, 18 buttons — all OKPASS
A+Form Input Types1 form control(s) checked, no type mismatchesPASS
A+Form Input Quality1 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns4 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 90/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.
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 |
|---|
Limited Stock – Today Only div#sales-banner-section-template--28480353861978__homepage_sales_banner_w9aNJ9 > div.sales-banner-container > div.sales-panel > p.sales-panel__stock-info |
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 |
|---|
INFORMATION div.fw-sec > div.grid > div.gitem > h4.h4 |
These are opportunities to improve keyboard navigation in your application.
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.text > div > div > img div.text > div > div > 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.