Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction5 issue(s) across 238 links and 10 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.amazon.it/-/en/b/?_encoding=… | Enjoy your offer nowEnjoy your… | new tab | Add '(opens in new tab)' to text |
| <input> | (empty) | empty | Add button text or aria-label |
| <input> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a#nav-top; a#skippedLink; a (#655 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
Add '(opens in new tab)' to link text or aria-label.
https://www.amazon.it/-/en/b/?_encoding=UTF8&node=216377214031&pd_rd_w=D9kcW&…
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
Icon-only buttons need an aria-label so screen readers can announce them.
input[type="submit"].a-button-input (#664 on page); input[type="submit"].a-button-input (#668 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
FFavicon & BrandingAction2 icon(s) detectedFIX
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 Structure7 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
CHeading HierarchyAction33 headings, 1 skip(s)REVIEW
- H2 Skip to
- H2 Keyboard shortcuts
- H2 Top DealTop Deal
- H2 Buy more & save: Up to 40% off
- H2 Save resources, buy second-hand
- H2 Beauty and wellness
- H2 €10 off in the app
- H2 Ditonellapiaga - Album
- H2 Featured podcast
- H2 Nicolò Filippucci: New CD
- H3 Top Books on Deal
- H2 Shop all Italian products
- H2 Made in Italy products
- H2 Home Cinema, TV & Video
- H2 Home
- H2 Pet supplies
- H2 PC & Videogames
- H2 Musical Instruments
- H2 Camera & Photo
- H2 Books
- H2 Sports and leisure
- H2 Bags
- H2 Garden
- H2 Electronics & Photo
- H5 Amazon Advertising skipped
- H5 Amazon Music
- H5 AbeBooks
- H5 Audible
- H5 Amazon Web Services
- H5 Amazon Resale
- H5 Kindle Direct Publishing
- H5 Shopbop
- H5 Amazon Business
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
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
BAlt Text Quality1 of 96 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| too long | 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
CForm AccessibilityAction3 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #searchDropdownBox | select | Select the department you want to search in | for/id |
| #twotabsearchtextbox | text | Search Amazon.it | aria-label |
| #nav-search-submit-button | submit | (none) | none |
| input | submit | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="nav-search-submit-button">; <input type="submit">; <input type="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
C404 Error PageActionHTTP 404, custom pageREVIEW
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 Skip to | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Keyboard shortcuts | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Buy more & save: Up … | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Save resources, buy … | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Beauty and wellness | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 €10 off in the app | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Ditonellapiaga - Alb… | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Featured podcast | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Nicolò Filippucci: … | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Made in Italy produc… | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Home Cinema, TV & Vi… | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Home | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Pet supplies | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 PC & Videogames | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Musical Instruments | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Camera & Photo | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Books | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Sports and leisure | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Bags | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | Pass |
| h2 Garden | 15.46:1 | 3.0:1 | #000000 | #DDDDDD | 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.
ALighthouse Accessibility AuditsScore 93/100 — 3 failing, 32 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
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search Amazon.it form#nav-search-form > div.nav-fill > div.nav-search-field > input#nav-search-keywords |
Your first delivery is FREE
Click here to learn more
T&Cs apply
New Echo Dot Ma… div#gwm-Deck > div#gwm-Deck-cf > div#gwm-window-container > ul#gwm-window |
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
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Notice div#nav-ftr > ul.nav-ftr-horiz > li.nav-li > a.nav-a |
Interest-Based Ads Notice div#nav-ftr > ul.nav-ftr-horiz > li.nav-li > a.nav-a |
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 |
|---|
0 div#navbar > div#nav-logobar > div.nav-right > a#nav-button-cart |
Handbags
Handbags div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Luggage and backpacks
Luggage and backpacks div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Watches
Watches div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Jewelry
Jewelry div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Smartphone
Smartphone div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Power banks
Power banks div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
In-ear headphones
In-ear headphones div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Cycle computers
Cycle computers div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Small appliances
Small appliances div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Kitchen
Kitchen div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Furnitures
Furnitures div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Storage
Storage div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Apparel
Apparel div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Beauty
Beauty div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Food and Drinks
Food and Drinks div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |
Pastry and Sweets
Pastry and Sweets div.a-cardui-body > div._multi-category-card_style_container__3HW_J > div > a.a-link-normal |