Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality1 issue(s) across 47 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://blog.google/?utm_source=about.go… | News | new tab | Add '(opens in new tab)' to text |
| https://blog.google/innovation-and-ai/in… | See what's new | new tab | Add '(opens in new tab)' to text |
| https://deepmind.google/models/?utm_sour… | Learn all about our leading AI… | new tab | Add '(opens in new tab)' to text |
| https://ai.google/research/?utm_source=a… | See how we’re tackling some … | new tab | Add '(opens in new tab)' to text |
| https://blog.google/innovation-and-ai/in… | Check it out | new tab | Add '(opens in new tab)' to text |
| https://blog.google/innovation-and-ai/in… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Cloud Next 2026 Sundar Pichai?Utm Source=About.Google&Utm Medium=Referral&Utm Campaign=Homepage | |||
| https://blog.google/newsletter-subscribe… | Subscribe | new tab | Add '(opens in new tab)' to text |
| https://www.blog.google/?utm_source=abou… | Blog link opens in new tab or … | new tab | Add '(opens in new tab)' to text |
| https://careers.google.com/?utm_source=a… | Careers link opens in new tab … | new tab | Add '(opens in new tab)' to text |
| https://support.google.com/?utm_source=a… | Help Center link opens in new … | new tab | Add '(opens in new tab)' to text |
| https://abc.xyz/investor/?utm_source=abo… | Investor Relations link opens … | new tab | Add '(opens in new tab)' to text |
| https://www.blog.google/press/?utm_sourc… | Press resources link opens in … | new tab | Add '(opens in new tab)' to text |
| https://google.com/accessibility?utm_sou… | Accessibility link opens in ne… | new tab | Add '(opens in new tab)' to text |
| https://crisisresponse.google/?utm_sourc… | Crisis Response link opens in … | new tab | Add '(opens in new tab)' to text |
| https://www.google.org/?utm_source=about… | Google.org link opens in new t… | new tab | Add '(opens in new tab)' to text |
| https://health.google/?utm_source=about_… | Google for Health link opens i… | new tab | Add '(opens in new tab)' to text |
| https://grow.google/?utm_source=about&ut… | Grow with Google link opens in… | new tab | Add '(opens in new tab)' to text |
| https://learning.google/?utm_source=abou… | Learning link opens in new tab… | new tab | Add '(opens in new tab)' to text |
| https://publicpolicy.google/?utm_source=… | Public Policy link opens in ne… | new tab | Add '(opens in new tab)' to text |
| https://sustainability.google/?utm_sourc… | Sustainability link opens in n… | new tab | Add '(opens in new tab)' to text |
| https://ai.google/?utm_source=about.goog… | Google AI link opens in new ta… | new tab | Add '(opens in new tab)' to text |
| https://cloud.google.com/?utm_source=abo… | Google Cloud link opens in new… | new tab | Add '(opens in new tab)' to text |
| https://deepmind.google/?utm_source=abou… | Google DeepMind link opens in … | new tab | Add '(opens in new tab)' to text |
| https://developers.google.com/?utm_sourc… | Google for Developers link ope… | new tab | Add '(opens in new tab)' to text |
| https://labs.google/?utm_source=about.go… | Google Labs link opens in new … | new tab | Add '(opens in new tab)' to text |
| https://research.google/?utm_source=abou… | Google Research link opens in … | new tab | Add '(opens in new tab)' to text |
| https://safety.google/?utm_source=about&… | Safety Center link opens in ne… | new tab | Add '(opens in new tab)' to text |
| https://sustainability.google/progress/s… | Supplier responsibility link o… | new tab | Add '(opens in new tab)' to text |
| https://transparency.google/?utm_source=… | Transparency Center link opens… | new tab | Add '(opens in new tab)' to text |
| https://transparencyreport.google.com/?u… | Transparency Report link opens… | new tab | Add '(opens in new tab)' to text |
| http://google.com/?utm_source=about.goog… | Google logo in dark gray | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/privacy?utm_… | Privacy link opens in new tab … | new tab | Add '(opens in new tab)' to text |
| https://policies.google.com/terms?utm_so… | Terms link opens in new tab or… | new tab | Add '(opens in new tab)' to text |
| https://support.google.com/?utm_source=a… | Help | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://blog.google/innovation-and-ai/infrastructure-and-cloud/google-cloud/c… ("Read 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
Add '(opens in new tab)' to link text or aria-label.
https://blog.google/?utm_source=about.google&utm_medium=referral&utm_campaign…; https://blog.google/innovation-and-ai/infrastructure-and-cloud/google-cloud/n…; https://deepmind.google/models/?utm_source=about.google&utm_medium=referral&u…; https://ai.google/research/?utm_source=aboutgoogle&utm_medium=google-oo&utm_c…; https://blog.google/innovation-and-ai/infrastructure-and-cloud/google-cloud/t…; https://blog.google/newsletter-subscribe/?utm_source=about.google&utm_medium=…; https://www.blog.google/?utm_source=about&utm_medium=referral&utm_campaign=fo…; https://careers.google.com/?utm_source=about&utm_medium=referral&utm_campaign…; https://support.google.com/?utm_source=about&utm_medium=referral&utm_campaign…; https://abc.xyz/investor/?utm_source=about&utm_medium=referral&utm_campaign=f… (+23 more)
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 15 fail WCAG AAREVIEW
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 Here’s everything … | 21.00:1 | 3.0:1 | #FFFFFF | #000000 | Pass |
| h2 Our newest TPUs are … | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Momentum and innovat… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Google around the gl… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Footer links | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Get the latest news … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title About Google: Our pr… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Jump to Content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a About | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Products | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Company Info | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a News | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a See what's new | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Play silent looping … | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Pause silent looping… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| p Explore our products… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| p Learn all about our … | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| p See how we’re tack… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span We’re introducing … | 3.47:1 | 4.5:1 | #5F6368 | #000000 | Fail |
| a Check it out | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
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 Structure5 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
A+Heading Hierarchy10 headingsPASS
- H1 Here’s everything we announced at Google Cloud Next ‘26
- H2 Our newest TPUs are here
- H2 Momentum and innovation at Google scale
- H2 Google around the globe
- H3 Get the latest news from Google in your inbox
- H2 Footer links
- H3 Resources
- H3 Outreach and initiatives
- H3 Research and technology
- H3 More about us
AAlt Text Quality2 of 9 images have issuesPASS
| Issue | Count |
|---|---|
| filename | 2 image(s) |
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #lang-selector | select | Change language or region | aria-label |
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 30 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.