Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DPrint StylesheetActionNo print stylesFIX
BLandmark Structure6 landmarksREVIEW
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
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BLink & Button Quality2 issue(s) across 95 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /blog/introducing-database-traffic-contr… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Introducing Database Traffic Control | |||
| https://pscale.link/int | Read case study | new tab | Add '(opens in new tab)' to text |
| https://depot.dev/blog/faster-database-w… | Read blog post | new tab | Add '(opens in new tab)' to text |
| https://supermemory.ai/blog/supermemory-… | Read blog post | new tab | Add '(opens in new tab)' to text |
| https://www.neki.dev | neki.dev | new tab | Add '(opens in new tab)' to text |
| https://www.planetscalestatus.com/ | status page | new tab | Add '(opens in new tab)' to text |
| https://aws.amazon.com/marketplace/pp/pr… | AWS Marketplace | new tab | Add '(opens in new tab)' to text |
| https://console.cloud.google.com/marketp… | GCP Marketplace | new tab | Add '(opens in new tab)' to text |
| https://trust.planetscale.com | Trust Center | new tab | Add '(opens in new tab)' to text |
| https://support.planetscale.com/hc/en-us | Support | new tab | Add '(opens in new tab)' to text |
| https://planetscalestatus.com | Status | new tab | Add '(opens in new tab)' to text |
| https://trust.planetscale.com | Trust Center | new tab | Add '(opens in new tab)' to text |
| https://vitess.io/slack | Vitess community | new tab | Add '(opens in new tab)' to text |
| https://github.com/planetscale | GitHub | new tab | Add '(opens in new tab)' to text |
| https://github.com/planetscale | GitHub | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/planetscale | X (formerly Twitter) | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/planets… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/planetscale | YouTube | new tab | Add '(opens in new tab)' to text |
| https://pscale.link/community | Discord | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/planetscaledata | 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.
/blog/introducing-database-traffic-control ("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://pscale.link/int; https://depot.dev/blog/faster-database-with-planetscale-metal; https://supermemory.ai/blog/supermemory-just-got-faster-on-planetscale/; https://www.neki.dev; https://www.planetscalestatus.com/; https://aws.amazon.com/marketplace/pp/prodview-luy3krhkpjne4; https://console.cloud.google.com/marketplace/product/planetscale-public/planetscale-database; https://trust.planetscale.com; https://support.planetscale.com/hc/en-us; https://planetscalestatus.com (+9 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
BFavicon & Branding6 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 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 The world’s fastes… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Company | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Product | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Resources | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Courses | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Open source | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| title PlanetScale - the wo… | 1.11:1 | 4.5:1 | #000000 | #111111 | Fail |
| span Introducing Database… | 1.11:1 | 4.5:1 | #000000 | #111111 | Fail |
| a Learn more | 1.11:1 | 4.5:1 | #000000 | #111111 | Fail |
| a Log in | 1.11:1 | 4.5:1 | #000000 | #111111 | Fail |
| a Get started | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Get in touch | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| button Platform | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span ▾ | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| button Resources | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| span ▾ | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Documentation | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Pricing | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Contact | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| summary Navigation | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | 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+Heading Hierarchy11 headingsPASS
- H1 The world’s fastest and most scalable cloud databases
- H2 Performance
- H2 Uptime
- H2 Cost
- H2 Security
- H2 Features
- H2 Company
- H2 Product
- H2 Resources
- H2 Courses
- H2 Open source
A+Alt Text QualityAll 1 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALighthouse Accessibility AuditsScore 93/100 — 2 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.
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 |
|---|
Get in touch div.grid > div.group > div.flex > a.btn |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
fastest databases div.flex > div > p > a |
NVMe drives div.flex > div > p > a |
deployment options div.flex > div > p > a |
PlanetScale Managed div.flex > div > p > a |
Tier 0 databases div.flex > div > p > a |
Vitess div.border > div#headlessui-tabs-panel-:R3a355: > p > a |
scale horizontally through explicit sharding div.border > div#headlessui-tabs-panel-:R3a355: > p > a |
PlanetScale Metal div.mt-3 > div > p > a |
Benchmarking page div > figure > figcaption > a |
SLA commitment div.mt-3 > div > p > a |
status page div.mt-3 > div > p > a |
reach out to us div.mt-3 > div > p > a |
PlanetScale Managed div > ul.my-0 > li > a |
realize additional savings div > ul.my-0 > li > a |
security documentation div.mt-3 > div > p > a |
Trust Center div.mt-3 > div > p > a |
and more div.mt-3 > div > p > a |
vector data div > ul.my-0 > li > a |
Roll back div > ul.my-0 > li > a |
with Insights div > ul.my-0 > li > a |
explicit sharding workflows div > ul.my-0 > li > a |
and more div > ul.my-0 > li > a |
best-in-class support div > ul.my-0 > li > a |
These are opportunities to improve the legibility of your content.