Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy9 headingsREVIEW
- H3 Google Open Source
- H2 Everyone benefits
- H3 Use
- H3 Release
- H3 Support
- H3 Google Open Source programs
- H3 Google Summer of Code
- H3 Projects
- H3 Featured blogs
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 57 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://policies.google.com/technologies… | Learn more about how Google us… | new tab | Add '(opens in new tab)' to text |
| https://opensource.google/about | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: About | |||
| https://developers.google.com/open-sourc… | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://developers.google.com/open-source/gsoc/timeline
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://opensource.google/about ("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
Add '(opens in new tab)' to link text or aria-label.
https://policies.google.com/technologies/cookies?hl=en
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
ALandmark Structure14 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+Alt Text QualityAll 11 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | Search | aria-label |
| input | text | Type to filter | aria-label |
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 |
|---|---|---|---|---|---|
| h2 Everyone benefits | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Open Source | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Use | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Release | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Support | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Google Open Source p… | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Projects | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| h3 Featured blogs | 18.33:1 | 3.0:1 | #000000 | #E8F0FE | Pass |
| title Google Open Source | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 18.72:1 | 4.5:1 | #000000 | #F1F2F2 | Pass |
| span opensource.google us… | 18.87:1 | 4.5:1 | #000000 | #F1F3F4 | Pass |
| a Learn more | 18.87:1 | 4.5:1 | #000000 | #F1F3F4 | Pass |
| button OK, got it | 18.87:1 | 4.5:1 | #000000 | #F1F3F4 | Pass |
| a Events | 18.87:1 | 4.5:1 | #000000 | #F1F3F4 | Pass |
| a Projects | 18.87:1 | 4.5:1 | #000000 | #F1F3F4 | Pass |
| a Programs and service… | 18.87:1 | 4.5:1 | #000000 | #F1F3F4 | Pass |
| div Organizations we sup… | 18.87:1 | 4.5:1 | #000000 | #F1F3F4 | Pass |
| a Documentation | 18.87:1 | 4.5:1 | #000000 | #F1F3F4 | Pass |
| a About | 18.87:1 | 4.5:1 | #000000 | #F1F3F4 | Pass |
| a Blog | 18.87:1 | 4.5:1 | #000000 | #F1F3F4 | 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 97/100 — 1 failing, 27 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.
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.devsite-landing-row-item > div.devsite-landing-row-item-media > figure.devsite-landing-row-item-image > a div.devsite-landing-row-item > div.devsite-landing-row-item-media > figure.devsite-landing-row-item-image > a |
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.