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.
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
BHeading Hierarchy4 headingsREVIEW
- H3 Enhance your New Tab experience
- H3 Good evening!
- H3 Today is April 21.
- H3 Trending Now
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
BLink & Button Quality2 issue(s) across 33 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://login.yahoo.com?.src=search&.int… | (empty) | empty | Add link text or aria-label |
| https://help.yahoo.com/kb/search-for-des… | Help page | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://login.yahoo.com?.src=search&.intl=us&.lang=en-US&.done=https%3A%2F%2F…
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://help.yahoo.com/kb/search-for-desktop/yahoo-search-suggestions-sln2694…
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 (#224 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
BFavicon & Branding4 icon(s) detectedREVIEW
CLighthouse Accessibility AuditsActionScore 79/100 — 5 failing, 18 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.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#bd > div#yucs-apps-overlay > div#yucs-apps > a#yucs-apps_button div#bd > div#yucs-apps-overlay > div#yucs-apps > a#yucs-apps_button |
body#shp > div#bd > div.hd_nav_item > a#ymail body#shp > div#bd > div.hd_nav_item > a#ymail |
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.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1. Mike Vrabel Photo Scandal
2. Iran Conflict
3. Shreveport Shooting Update
4. … div.layoutMiddle > div.compContainerUL > ul > li.spl |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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#atomic html#atomic |
These items highlight common accessibility best practices.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#sbx > form#search_p > div.search_input > input#p div#sbx > form#search_p > div.search_input > input#p |
These are opportunities to improve keyboard navigation in your application.
A+Alt Text QualityNo imagesPASS
A+Form AccessibilityAll 11 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #yschsp | text | Search query | for/id |
| #voice-btn | button | Search by voice | aria-label |
| #sa-feedback-reason-0 | radio | Sexually explicit, vulgar or profane | for/id |
| #sa-feedback-reason-1 | radio | Harmful to children | for/id |
| #sa-feedback-reason-2 | radio | Hateful towards groups | for/id |
| #sa-feedback-reason-3 | radio | Sensitive or disparaging for individuals | for/id |
| #sa-feedback-reason-4 | radio | Promoting suicide or self-harm | for/id |
| #sa-feedback-reason-5 | radio | Promoting terrorism or violent extremism | for/id |
| #sa-feedback-reason-6 | radio | Violent or gory | for/id |
| #sa-feedback-reason-7 | radio | About dangerous or harmful activities | for/id |
| #sa-feedback-reason-8 | radio | Other | for/id |
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 |
|---|---|---|---|---|---|
| h3 Enhance your New Tab… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Good evening! | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Today is April 21. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Yahoo Search - Web S… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Customize your New T… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Add it now | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Yahoo | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Settings | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a News | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Mail | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Finance | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Weather | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sports | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Help | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Settings | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div 76° | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Santana De Parnaiba | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Search query | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Waiting for permissi… | 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.