Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DHeading HierarchyAction12 headingsFIX
- H2 Select your cookie preferences
- H2 (empty)
- H2 (empty)
- H2 (empty)
- H2 (empty)
- H2 (empty)
- H2 Top TV
- H2 Spanish TV comedies
- H2 Top movies
- H2 Popular European titles
- H2 Amazon Originals and Exclusives
- H2 Explore: Popular movies
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #pv-search-nav | search | (Search) | placeholder only |
| #pv-search-nav | search | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="phrase" id="pv-search-nav">; <input type="search" name="phrase" id="pv-search-nav">
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
BLink & Button Quality117 links, 149 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /storefront | Home | img no alt | Add alt attribute to the image |
| /storefront | Home | 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[data-testid="pv-nav-branding"]; a[data-testid="pv-nav-branding"]
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding17 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 17 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 |
|---|---|---|---|---|---|
| h2 Select your cookie p… | 1.15:1 | 3.0:1 | #000000 | #171514 | Fail |
| title Prime Video: Watch m… | 1.03:1 | 4.5:1 | #000000 | #00050D | Fail |
| p We use cookies and s… | 1.19:1 | 4.5:1 | #000000 | #1C1812 | Fail |
| a Cookie Notice | 1.08:1 | 4.5:1 | #000000 | #100C09 | Fail |
| p . We also use these … | 1.05:1 | 4.5:1 | #000000 | #0C0807 | Fail |
| p If you agree, we'll … | 1.04:1 | 4.5:1 | #000000 | #050608 | Fail |
| a 103 third parties | 1.03:1 | 4.5:1 | #000000 | #00050D | Fail |
| p use cookies on this … | 1.03:1 | 4.5:1 | #000000 | #00050D | Fail |
| p To learn more about … | 2.06:1 | 4.5:1 | #000000 | #15465A | Fail |
| a Privacy Notice | 1.92:1 | 4.5:1 | #000000 | #800100 | Fail |
| p and | 1.16:1 | 4.5:1 | #000000 | #121622 | Fail |
| a Cookie Notice | 1.03:1 | 4.5:1 | #000000 | #06050C | Fail |
| p Click Decline to rej… | 1.03:1 | 4.5:1 | #000000 | #00050D | Fail |
| button Accept | 5.68:1 | 4.5:1 | #000000 | #F43F53 | Pass |
| button Decline | 5.25:1 | 4.5:1 | #000000 | #ED374D | Pass |
| button Customize | 1.76:1 | 4.5:1 | #000000 | #373736 | Fail |
| span Menu | 1.98:1 | 4.5:1 | #000000 | #403E41 | Fail |
| label Browse | 1.03:1 | 4.5:1 | #000000 | #00050D | Fail |
| span Home | 3.16:1 | 4.5:1 | #000000 | #5E5C5B | Fail |
| span Movies | 15.43:1 | 4.5:1 | #000000 | #EDDAC4 | 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.
ALandmark Structure6 landmarksPASS
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
A+Alt Text QualityAll 70 images OKPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 1 failing, 26 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.
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 |
|---|
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
NEW EPISODE ul.cards-lw1NJZ > li.card-NQEYQF > article.card-N6UUyI > a.shared-poster-link |
NEW MOVIE ul.cards-lw1NJZ > li.card-NQEYQF > article.card-N6UUyI > a.shared-poster-link |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more section > section.headerWrapper-QHjixV > span.title-TvxgS1 > a.seeMore-toEceS |
See more div > div.paginationWrapper-dg0_ks > div.paginationButton-WO8gtc > a._1jWggM |