Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 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 Quality2 issue(s) across 117 links and 18 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://evo.ai.snyk.io/ | Explore Evo by Snyk | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/snyksec | Snyk’s YouTube | new tab | Add '(opens in new tab)' to text |
| https://labs.snyk.io/ | Snyk LabsResearch on AI, vulne… | new tab | Add '(opens in new tab)' to text |
| https://learn.snyk.io | Snyk LearnSecurity education f… | new tab | Add '(opens in new tab)' to text |
| https://docs.snyk.io/ | Snyk User DocsGet started with… | new tab | Add '(opens in new tab)' to text |
| https://support.snyk.io/s/ | Snyk SupportHow can we help? | new tab | Add '(opens in new tab)' to text |
| https://security.snyk.io/ | Snyk Vuln DatabaseFind new vul… | new tab | Add '(opens in new tab)' to text |
| https://updates.snyk.io/ | Snyk UpdatesStay in the loop | new tab | Add '(opens in new tab)' to text |
| https://partners.snyk.io/English/solutio… | Snyk Partner Solutions Directo… | new tab | Add '(opens in new tab)' to text |
| https://www.vulnvortex.com/ | VulnVortex | new tab | Add '(opens in new tab)' to text |
| https://go.snyk.io/2024-dev-onboarding.h… | Snyk For DevsDev-centric info … | new tab | Add '(opens in new tab)' to text |
| https://evo.ai.snyk.io | Evo New | new tab | Add '(opens in new tab)' to text |
| https://app.snyk.io | Snykapp.snyk.io | new tab | Add '(opens in new tab)' to text |
| https://app.snyk.io | 🇺🇸Snyk US - 1app.snyk.io | new tab | Add '(opens in new tab)' to text |
| https://app.us.snyk.io | 🇺🇸Snyk US - 2app.us.snyk… | new tab | Add '(opens in new tab)' to text |
| https://app.eu.snyk.io | 🇪🇺Snyk EUapp.eu.snyk.io | new tab | Add '(opens in new tab)' to text |
| https://app.au.snyk.io | 🇦🇺Snyk AUapp.au.snyk.io | new tab | Add '(opens in new tab)' to text |
| https://docs.snyk.io/working-with-snyk/r… | Find out more | new tab | Add '(opens in new tab)' to text |
| https://plus.probely.app/ | Snyk API & Web (DAST)plus.prob… | new tab | Add '(opens in new tab)' to text |
| https://app.snyk.io/signup | Sign up | new tab | Add '(opens in new tab)' to text |
| /platform/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Platform | |||
| https://app.snyk.io/login | Get Started | new tab | Add '(opens in new tab)' to text |
| https://labs.snyk.io/ | Snyk Labs | new tab | Add '(opens in new tab)' to text |
| https://docs.snyk.io/ | Snyk User Docs | new tab | Add '(opens in new tab)' to text |
| https://support.snyk.io/s/ | Snyk Support | new tab | Add '(opens in new tab)' to text |
| https://security.snyk.io/ | Snyk Vuln Database | new tab | Add '(opens in new tab)' to text |
| https://updates.snyk.io/ | Snyk Updates | new tab | Add '(opens in new tab)' to text |
| https://trust.snyk.io/home | Snyk Trust Center | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/snyksec | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCh4dJzc… | youtube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/snyk | new tab | Add '(opens in new tab)' to text | |
| https://github.com/snyk/ | github | new tab | Add '(opens in new tab)' to text |
| https://www.npmjs.com/package/snyk | npm | new tab | Add '(opens in new tab)' to text |
| https://snyk.co/discordcommunity | discord | new tab | Add '(opens in new tab)' to text |
| /policies/terms-of-service/ | Legal terms | new tab | Add '(opens in new tab)' to text |
| /policies/privacy/ | Privacy Notice | new tab | Add '(opens in new tab)' to text |
| /policies/website-terms-of-use/ | Terms of use | new tab | Add '(opens in new tab)' to text |
| https://preferences.snyk.io/dont_sell | California residents: do not s… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
/platform/ ("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://evo.ai.snyk.io/; https://www.youtube.com/snyksec; https://labs.snyk.io/; https://learn.snyk.io; https://docs.snyk.io/; https://support.snyk.io/s/; https://security.snyk.io/; https://updates.snyk.io/; https://partners.snyk.io/English/solutions/; https://www.vulnvortex.com/ (+27 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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 Introducing the AI S… | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Patched & Dispatched | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Unleash AI Innovator… | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 The Snyk AI Security… | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Why customers trust … | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 No one solves for AI… | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Explore resources | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Snyk reduces app ris… | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Try Snyk for free | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 See Snyk in action | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Get in touch | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Platform | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Our Resources | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Knowledge & Docs | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Company & Community | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Why Snyk | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| h2 Patched & Dispatched | 1.17:1 | 3.0:1 | #000000 | #14142E | Fail |
| title Snyk AI Security Fab… | 1.17:1 | 4.5:1 | #000000 | #151430 | Fail |
| a Skip to main content | 1.18:1 | 4.5:1 | #000000 | #161432 | Fail |
| span Platform | 1.18:1 | 4.5:1 | #000000 | #161431 | 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 Hierarchy17 headingsPASS
- H2 Patched & Dispatched
- H1 Introducing the AI Security Fabric
- H2 Unleash AI Innovators Securely
- H2 The Snyk AI Security Platform
- H2 Why customers trust Snyk
- H2 No one solves for AI alone
- H2 Explore resources
- H2 Snyk reduces app risk and unleashes developer productivity
- H2 Try Snyk for free
- H2 See Snyk in action
- H2 Get in touch
- H2 Platform
- H2 Our Resources
- H2 Knowledge & Docs
- H2 Company & Community
- H2 Why Snyk
- H2 Patched & Dispatched
A+Alt Text QualityAll 65 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #locale-selector | select | Select your language | for/id |
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 33 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.