Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction2 of 3 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 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 QualityAction5 issue(s) across 12 links and 11 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 |
| https://support.google.com/youtube/answe… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: 95725 | |||
| (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 |
Links without text are announced as raw URLs by screen readers.
a.yt-simple-endpoint (#861 on page); a#thumbnail
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
Generic link text like 'click here' doesn't describe the destination.
https://support.google.com/youtube/answer/95725 ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
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
Icon-only buttons need an aria-label so screen readers can announce them.
button#button; button#button
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 Structure5 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
BHeading Hierarchy4 headingsREVIEW
- H1 (empty)
- H1 (empty)
- H2 Your YouTube history is off
- H2 Before you continue to YouTube
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| search_query | text | (Search) | placeholder only |
| select | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select>
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
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction14 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 83/100 — 4 failing, 23 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 |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn more div.feed-nudge-text-container > div.feed-nudge-subtitle > span.ytAttributedStringHost > a.ytAttributedStringLink |
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 |
These items highlight common accessibility best practices.
Names and labels
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Afrikaans
Azərbaycan
Bahasa Indonesia
Bahasa Malaysia
Bosanski
Català
Čeština
D… div.custom-language-select > ytm-dropdown-renderer.language-picker-dropdown > ytm-select > select#dropdown:0 |
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.
A+Web ManifestPWA-readyPASS
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 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Sign in | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| yt-formatted-string Your YouTube history… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span You can turn on watc… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Learn more | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Update setting | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| yt-formatted-string Saving your choice | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| yt-formatted-string An error occurred wh… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| yt-formatted-string A Google company | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Afrikaans | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Azərbaycan | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Bahasa Indonesia | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Bahasa Malaysia | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Bosanski | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Català | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Čeština | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Dansk | 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.