Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 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
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
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CColor Contrast (Screenshot)Action20 text elements analyzed, 5 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 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 Alexa+ at your finge… | 1.40:1 | 3.0:1 | #000000 | #10293C | Fail |
| h3 Talk naturally | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Jump right in | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Pivots welcome | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Uniquely yours | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Alexa | 1.19:1 | 4.5:1 | #000000 | #131921 | Fail |
| a Sign In | 2.12:1 | 4.5:1 | #000000 | #0B4769 | Fail |
| a Alexa+ | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Shop Echo & Alexa | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong Try Alexa+ free on y… | 2.82:1 | 3.0:1 | #000000 | #415869 | Fail |
| p Dive deep on topics,… | 1.56:1 | 4.5:1 | #000000 | #123148 | Fail |
| p Get help turning you… | 5.60:1 | 4.5:1 | #000000 | #718795 | Pass |
| strong Pick up where you le… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| p Move smoothly betwee… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| strong Discover and do | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| p Ask about any topic,… | 18.81:1 | 4.5:1 | #000000 | #EFF3F5 | Pass |
| strong A new way to experie… | 18.81:1 | 3.0:1 | #000000 | #EFF3F5 | Pass |
| span Now you can access A… | 5.72:1 | 4.5:1 | #4F5965 | #E3E7E9 | Pass |
| strong All-in-one planning | 18.81:1 | 3.0:1 | #000000 | #EFF3F5 | Pass |
| p Alexa+ can provide i… | 18.48:1 | 4.5:1 | #000000 | #EDF1F3 | 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 86/100 — 4 failing, 22 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.
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 |
|---|
Try Alexa+ free on your browser div.a-row > div.a-column > div.content-grid-block > h4 |
These are opportunities to improve keyboard navigation in your application.
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.a-touch html.a-touch |
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-column > div.content-grid-block > video#ods-cg-cinemagraph-331acf9b-82fc-47af-bc1a-db99919dcddb > img.content-grid-cinemagraph-placeholder div.a-column > div.content-grid-block > video#ods-cg-cinemagraph-331acf9b-82fc-47af-bc1a-db99919dcddb > img.content-grid-cinemagraph-placeholder |
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.
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.a-touch html.a-touch |
These items highlight common accessibility best practices.
AHeading Hierarchy21 headings, 1 skip(s)PASS
- H1 Alexa+ at your fingertips
- H4 Try Alexa+ free on your browser skipped
- H5 All-in-one planning
- H5 Pick up where you left off
- H5 Discover and do
- H2 A new way to experience Alexa
- H2 All-in-one planning
- H2 Pick up whereyou left off
- H3 From your browser
- H3 To the Alexa app
- H3 To your devices
- H2 Discover and do
- H2 All part of Alexa+
- H3 Talk naturally
- H3 Jump right in
- H3 Pivots welcome
- H3 Uniquely yours
- H2 Explore more
- H3 Get Alexa+
- H3 Echo Devices
- H3 Trust & Privacy
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
AAlt Text Quality1 of 25 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| too long | 1 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
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality20 links, 4 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.amazon.com/b?node=9818047011… | Alexa+ | 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="https://www.amazon.com/b?node=9818047011&ref_=MARS_NAVSTRIPE_desktop_bar_Alex…"]
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