Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction5 of 7 images have issuesFIX
| 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction28 issue(s) across 20 links and 47 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | YouTube Home | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| / | YouTube Home | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| Share link | new tab | Add '(opens in new tab)' to text | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.yt-simple-endpoint (#886 on page); a#thumbnail; a.ytp-title-channel-logo (#1069 on page); a (#1073 on page); a.ytp-title-link (#1077 on page); a.ytp-title-channel-name (#1079 on page); a.ytp-suggested-action-container (#1117 on page); a.ytp-paid-content-overlay-link (#1131 on page); a.ytp-featured-product-container (#1211 on page); a.ytp-playlist-menu-title-name (#1286 on page) (+5 more)
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a#logo; a#logo
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
Add '(opens in new tab)' to link text or aria-label.
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.
button#button; button#button; button.ytp-suggested-action-badge-dismiss-button-icon (#1116 on page); button.ytp-featured-product-overflow-icon (#1117 on page); button.ytp-suggested-action-badge-dismiss-button-icon (#1182 on page); button.ytp-suggested-action-badge-dismiss-button-icon (#1189 on page); button.ytp-suggested-action-badge-dismiss-button-icon (#1195 on page); button.ytp-featured-product-overflow-icon (#1211 on page); button.ytp-share-panel-close (#1309 on page); button.ytp-expand-right-bottom-section-button (#1436 on page) (+3 more)
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
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure6 landmarksREVIEW
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
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 HierarchyAction7 headingsREVIEW
- H1 (empty)
- H1 (empty)
- H2 Try searching to get started
- H3 (empty)
- H3 (empty)
- H1 (empty)
- H1 (empty)
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
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
BIframe Accessibility2/2 iframe(s) missing title; 0 placeholder(s)REVIEW
CMobile-Readable Font SizesAction80% of visible text renders at >= 12 CSS px (1 below threshold)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction14 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 89/100 — 3 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.
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 |
|---|
Search YouTube ytm-search-bar-entry-point-view-model > div.search-bar-entry-point-buttons > div.search-bar-entry-point-button > span.search-bar-entry-point-text |
These are opportunities to improve the legibility of your content.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 html |
These items highlight common accessibility best practices.
A+Heading Text QualityAll 7 heading(s) have substantive, well-formed textPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | checkbox | none | |
| search_query | text | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="search_query">
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+Form Input Types1 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality2 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-Patterns19 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Web ManifestPWA-readyPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
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 |
|---|---|---|---|---|---|
| title YouTube | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| tp-yt-paper-tooltip Back | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Skip navigation | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| tp-yt-paper-tooltip Search | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| div Search with your voi… | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| span Sign in | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| yt-formatted-string Try searching to get… | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| yt-formatted-string Start watching video… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Tap to unmute | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Info | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Shopping | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div If playback doesn't … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span • | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div You're signed out | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Videos you watch may… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Cancel | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Confirm | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Share | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Include playlist | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.