Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction8 issue(s) across 134 links and 13 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /home | (empty) | empty | Add link text or aria-label |
| https://community.vercel.com/ | CommunityJoin the conversation | new tab | Add '(opens in new tab)' to text |
| /agents | (empty) | empty | Add link text or aria-label |
| /solutions/ai-apps | (empty) | empty | Add link text or aria-label |
| /solutions/web-apps | (empty) | empty | Add link text or aria-label |
| /solutions/composable-commerce | (empty) | empty | Add link text or aria-label |
| /solutions/multi-tenant-saas | (empty) | empty | Add link text or aria-label |
| /fluid | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Fluid | |||
| /contact/sales | Talk to an ExpertTalk to an Ex… | img no alt | Add alt attribute to the image |
| /contact/sales/enterprise-trial | Get an Enterprise TrialGet an … | img no alt | Add alt attribute to the image |
| https://v0.app | v0 | new tab | Add '(opens in new tab)' to text |
| https://community.vercel.com | Community | new tab | Add '(opens in new tab)' to text |
| https://ai-sdk.dev | AI SDK | new tab | Add '(opens in new tab)' to text |
| https://workflow-sdk.dev | Workflow SDKNew | new tab | Add '(opens in new tab)' to text |
| https://flags-sdk.dev | Flags SDK | new tab | Add '(opens in new tab)' to text |
| https://chat-sdk.dev | Chat SDK | new tab | Add '(opens in new tab)' to text |
| https://streamdown.ai | Streamdown AINew | new tab | Add '(opens in new tab)' to text |
| https://github.com/vercel | GitHub | new tab | Add '(opens in new tab)' to text |
| https://linkedin.com/company/vercel | new tab | Add '(opens in new tab)' to text | |
| https://x.com/vercel | X | new tab | Add '(opens in new tab)' to text |
| https://youtube.com/@VercelHQ | YouTube | new tab | Add '(opens in new tab)' to text |
| /home | (empty) | empty | Add link text or aria-label |
| https://vercel-status.com | Loading status… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/home; /agents; /solutions/ai-apps; /solutions/web-apps; /solutions/composable-commerce; /solutions/multi-tenant-saas; /home
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.
/fluid ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/contact/sales"]; a[href="/contact/sales/enterprise-trial"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://community.vercel.com/; https://v0.app; https://community.vercel.com; https://ai-sdk.dev; https://workflow-sdk.dev; https://flags-sdk.dev; https://chat-sdk.dev; https://streamdown.ai; https://github.com/vercel; https://linkedin.com/company/vercel (+3 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
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy36 headings, 1 skip(s)REVIEW
- H5 AI Cloud
- H5 Core Platform
- H5 Security
- H5 Company
- H5 Learn
- H5 Open Source
- H5 Use Cases
- H5 Tools
- H5 Users
- H1 Build and deploy on the AI Cloud.
- H1 Build and deploy on the AI Cloud. duplicate H1
- H3 Your product, delivered. skipped
- H3 Agents
- H3 AI Apps
- H3 Web Apps
- H3 Composable Commerce
- H3 Multi-tenant Platform
- H2 Framework-Defined Infrastructure
- H2 Scale your
- H2 without compromising
- H2 Deploy once, deliver everywhere.
- H2 Fluid Compute
- H2 AI Gateway
- H2 Deploy your first app in seconds.
- H3 Start Deploying
- H2 Get Started
- H2 Build
- H2 Scale
- H2 Secure
- H2 Resources
- H2 Learn
- H2 Frameworks
- H2 SDKs
- H2 Use Cases
- H2 Company
- H2 Community
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
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
BFavicon & Branding11 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 85/100 — 4 failing, 24 passedREVIEW
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 |
|---|
'openai/gpt-5.4' pre.relative > code.whitespace-pre-wrap > span.animate > span.px-1 |
30.0% div.flex > div.flex > div.flex > p.text-right |
9.6% div.flex > div.flex > div.flex > p.text-right |
8.5% div.flex > div.flex > div.flex > p.text-right |
6.2% div.flex > div.flex > div.flex > p.text-right |
5.3% div.flex > div.flex > div.flex > p.text-right |
4.6% div.flex > div.flex > div.flex > p.text-right |
4.6% div.flex > div.flex > div.flex > p.text-right |
3.6% div.flex > div.flex > div.flex > p.text-right |
2.9% div.flex > div.flex > div.flex > p.text-right |
10 div.flex > div.flex > div.flex > p.font-mono |
2.9% div.flex > div.flex > div.flex > p.text-right |
LOADING STATUS… div.footer-module__ESbTrq__statusRow > a.link-module__Q1NRQq__link > div.status-indicator-module__razUwq__content > p.text-copy-14 |
These are opportunities to improve the legibility of your content.
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#header-wrapper > header.header-module__6nzVrW__header > div.flex > a#menu-button-_R_1ab5tj9abqpfivbH1_ div#header-wrapper > header.header-module__6nzVrW__header > div.flex > a#menu-button-_R_1ab5tj9abqpfivbH1_ |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Vercel logo nav > div.grid > div > ul.list-none |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
A+Landmark Structure10 landmarksPASS
A+Alt Text QualityAll 21 images OKPASS
A+Form AccessibilityAll 6 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| provider-selector | radio | none | |
| provider-selector | radio | none | |
| provider-selector | radio | none | |
| input | radio | system | aria-label |
| input | radio | light | aria-label |
| input | radio | dark | aria-label |
A+Dark Mode SupportFull dark mode supportPASS
Detection limited to meta tags and inline styles.
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 Build and deploy on … | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h1 Build and deploy on … | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Framework-Defined In… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Scale your | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 without compromising | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Deploy once, deliver… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Fluid Compute | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 AI Gateway | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Deploy your first ap… | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Get Started | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Build | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Scale | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Secure | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Resources | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Learn | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Frameworks | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 SDKs | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Use Cases | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Company | 20.12:1 | 3.0:1 | #000000 | #FAFAFA | Pass |
| h2 Community | 20.12:1 | 3.0: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.