Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding9 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 14 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 The simple choice fo… | 2.40:1 | 3.0:1 | #000000 | #0E4D82 | Fail |
| h2 ENERGY STAR certifie… | 2.40:1 | 3.0:1 | #000000 | #0E4D82 | Fail |
| h2 Efficient Home Upgra… | 2.40:1 | 3.0:1 | #000000 | #0E4D82 | Fail |
| h2 Tax credits for resi… | 2.40:1 | 3.0:1 | #000000 | #0E4D82 | Fail |
| h2 Ways to Save Energy … | 2.40:1 | 3.0:1 | #000000 | #0E4D82 | Fail |
| h2 New Homes & Apartmen… | 2.40:1 | 3.0:1 | #000000 | #0E4D82 | Fail |
| h2 Strategies for Build… | 2.40:1 | 3.0:1 | #000000 | #0E4D82 | Fail |
| h2 ENERGY STAR Home Upg… | 2.40:1 | 3.0:1 | #000000 | #0E4D82 | Fail |
| h3 Rebate Finder | 2.40:1 | 3.0:1 | #000000 | #0E4D82 | Fail |
| h3 Save Energy. | 2.40:1 | 3.0:1 | #000000 | #0E4D82 | Fail |
| h3 Learn More. | 2.40:1 | 3.0:1 | #000000 | #0E4D82 | Fail |
| h3 Stay Informed. | 2.40:1 | 3.0:1 | #000000 | #0E4D82 | Fail |
| title Homepage | ENERGY ST… | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Skip to main content | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| p An official website … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Here’s how you kno… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Here’s how you kno… | 15.08:1 | 4.5:1 | #000000 | #DFDAD0 | Pass |
| strong Official websites us… | 3.70:1 | 3.0:1 | #000000 | #746456 | Pass |
| strong .gov | 2.90:1 | 3.0:1 | #000000 | #5F554F | Fail |
| p website belongs to a… | 3.81:1 | 4.5:1 | #000000 | #6D676C | 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.
A+Landmark Structure8 landmarksPASS
A+Heading Hierarchy12 headingsPASS
- H1 The simple choice for saving energy.
- H2 ENERGY STAR certified products help you save energy.
- H2 Efficient Home Upgrades Tax Credits & Rebates
- H3 Rebate Finder
- H2 Tax credits for residential energy efficiency
- H2 Ways to Save Energy at Home
- H2 New Homes & Apartments
- H2 Strategies for Buildings & Plants
- H2 ENERGY STAR Home Upgrade
- H3 Save Energy.
- H3 Learn More.
- H3 Stay Informed.
A+Alt Text QualityAll 20 images OKPASS
AForm Accessibility1 of 4 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #query | text | Search | for/id |
| #edit-zip-code-filter | text | Zip Code | for/id |
| #edit-url | text | Leave this field blank | for/id |
| #edit-search-submit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="search_submit" id="edit-search-submit">
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 Quality118 links, 10 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /products/electric_cooking_products | Electric Cooking Products | img no alt | Add alt attribute to the image |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/products/electric_cooking_products"]
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
A+Lighthouse Accessibility AuditsScore 97/100 — 1 failing, 27 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 |
|---|
Search
Submit Search div.l-header__row > div.l-header__menus > div.l-header__search > div.header-search-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.