Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
ALandmark Structure9 landmarksPASS
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
AHeading Hierarchy2 headingsPASS
- H1 Home
- H1 is for Google duplicate H1
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
A+Alt Text QualityAll 5 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality64 links, 11 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| http://www.calicolabs.com/ | Calico (opens in new window) | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/privacy | Privacy(opens in new window) | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/terms | Terms(opens in new window) | new tab | Add '(opens in new tab)' to text |
| https://about.google/ | About Google(opens in new wind… | new tab | Add '(opens in new tab)' to text |
| https://about.google/products/ | Google Products(opens in new w… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
http://www.calicolabs.com/; https://policies.google.com/privacy; https://policies.google.com/terms; https://about.google/; https://about.google/products/
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
A+Print StylesheetPrint styles 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 |
|---|---|---|---|---|---|
| h1 Home | 19.92:1 | 3.0:1 | #000000 | #F8F9FA | Pass |
| h1 is for Google | 19.92:1 | 3.0:1 | #000000 | #F8F9FA | Pass |
| title Alphabet Investor Re… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Home | 18.58:1 | 4.5:1 | #000000 | #F0F1F3 | Pass |
| span Investors | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Results & Financials | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Earnings | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span SEC Filings | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Updates | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span News | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Events | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Governance | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Board & Governance | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Annual Meeting | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Founders’ Letters | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Other | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span FAQs | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Additional Informati… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Email Alerts | 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.
A+Lighthouse Accessibility AuditsScore 100/100 — 0 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.