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 SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality1 issue(s) across 26 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://policies.google.com/technologies… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Cookies?Hl=En | |||
| https://cloud.google.com/certificate-man… | how you can use the API using … | new tab | Add '(opens in new tab)' to text |
| https://security.googleblog.com/2023/05/… | Google Security Blog | new tab | Add '(opens in new tab)' to text |
| https://www.cpacanada.ca/webtrustseal?se… | webtrust-ca-seal | new tab | Add '(opens in new tab)' to text |
| https://www.cpacanada.ca/webtrustseal?se… | webtrust-br-seal | new tab | Add '(opens in new tab)' to text |
| https://www.cpacanada.ca/webtrustseal?se… | webtrust-nsr-seal | new tab | Add '(opens in new tab)' to text |
| https://www.cpacanada.ca/webtrustseal?se… | webtrust-smime-seal | new tab | Add '(opens in new tab)' to text |
| https://status.pki.goog/ | status.pki.goog | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://policies.google.com/technologies/cookies?hl=en ("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://cloud.google.com/certificate-manager/docs/public-ca-tutorial; https://security.googleblog.com/2023/05/google-trust-services-acme-api_050389…; https://www.cpacanada.ca/webtrustseal?sealid=11852; https://www.cpacanada.ca/webtrustseal?sealid=11853; https://www.cpacanada.ca/webtrustseal?sealid=11854; https://www.cpacanada.ca/webtrustseal?sealid=11855; https://status.pki.goog/
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
A+Landmark Structure5 landmarksPASS
AHeading Hierarchy9 headingsPASS
- H1 Google Trust Services
- H2 Helping build a safer internet by providing a transparent, trusted, and reliable Certificate Authority.
- H2 Overview & benefits
- H3 Transparency
- H3 Compliance
- H3 Security
- H3 Availability
- H1 Detailed information duplicate H1
- H1 Are you experiencing an issue? Do you have any questions? 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 4 images OKPASS
A+Form AccessibilityNo form controlsPASS
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 Google Trust Service… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Detailed information | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Are you experiencing… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Helping build a safe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Overview & benefits | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Transparency | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Compliance | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Security | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Availability | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Google Trust Service… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span This site uses cooki… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Learn more | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a OK, got it | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Trust Services | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Jump to Content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Overview | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Services | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Repository | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a FAQ and contact | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Testing | 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 96/100 — 2 failing, 25 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.
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 |
|---|
Learn more div#cookieBar > div.cookieBarInner > span.cookieBarButtons > a.cookieBarButton |
how you can use the API using your GCP account div.glue-banner > div.glue-banner__content > p.glue-mod-text-center > a |
Google Security Blog div.glue-banner__content > p.glue-mod-text-center > span > a |
Privacy section.glue-footer__global > ul.glue-footer__global-links > li.glue-footer__global-links-list-item > a.glue-footer__link |
Terms section.glue-footer__global > ul.glue-footer__global-links > li.glue-footer__global-links-list-item > a.glue-footer__link |
About Google section.glue-footer__global > ul.glue-footer__global-links > li.glue-footer__global-links-list-item > a.glue-footer__link |
Google Products section.glue-footer__global > ul.glue-footer__global-links > li.glue-footer__global-links-list-item > a.glue-footer__link |
Help ul.glue-footer__global-links > li.glue-footer__global-links-list-item > a.glue-footer__link > p |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Help section.glue-footer__global > ul.glue-footer__global-links > li.glue-footer__global-links-list-item > a.glue-footer__link |