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.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction97 links, 10 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://vercel.com/home?utm_source=next-… | Go to Vercel homepage | new tab | Add '(opens in new tab)' to text |
| https://vercel.com/home?utm_source=next-… | Go to Vercel homepage | new tab | Add '(opens in new tab)' to text |
| https://vercel.com/templates/next.js?utm… | Templates | new tab | Add '(opens in new tab)' to text |
| https://vercel.com/contact/sales/nextjs?… | Enterprise | new tab | Add '(opens in new tab)' to text |
| https://react.dev | ReactThe library for web and n… | new tab | Add '(opens in new tab)' to text |
| https://nextjs.org/docs/app/api-referenc… | TurbopackAn incremental bundle… | new tab | Add '(opens in new tab)' to text |
| https://swc.rs | Speedy Web CompilerAn extensib… | new tab | Add '(opens in new tab)' to text |
| https://vercel.com/templates/next.js?utm… | Deploy a Template on Vercel | new tab | Add '(opens in new tab)' to text |
| https://vercel.com/home?utm_source=next-… | Vercel logo | new tab | Add '(opens in new tab)' to text |
| https://github.com/vercel/next.js | GitHub | new tab | Add '(opens in new tab)' to text |
| https://x.com/nextjs | X | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/nextjs.org | Bluesky | new tab | Add '(opens in new tab)' to text |
| https://vercel.com/analytics?utm_source=… | Analytics | new tab | Add '(opens in new tab)' to text |
| https://vercel.com/products/previews?utm… | Previews | new tab | Add '(opens in new tab)' to text |
| https://vercel.com/templates/next.js/nex… | Next.js Commerce | new tab | Add '(opens in new tab)' to text |
| https://vercel.com/contact/sales?utm_sou… | Contact Sales | new tab | Add '(opens in new tab)' to text |
| https://community.vercel.com | Community | new tab | Add '(opens in new tab)' to text |
| https://github.com/vercel/next.js | GitHub | new tab | Add '(opens in new tab)' to text |
| https://github.com/vercel/next.js/releas… | Releases | new tab | Add '(opens in new tab)' to text |
| https://vercel.com/solutions/nextjs?utm_… | Next.js + Vercel | new tab | Add '(opens in new tab)' to text |
| https://vercel.com/oss?utm_source=next-s… | Open Source Software | new tab | Add '(opens in new tab)' to text |
| https://github.com/vercel | GitHub | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/vercel.com | Bluesky | new tab | Add '(opens in new tab)' to text |
| https://x.com/vercel | X | new tab | Add '(opens in new tab)' to text |
| https://vercel.com/legal/privacy-policy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://github.com/vercel/next.js | GitHub | new tab | Add '(opens in new tab)' to text |
| https://x.com/nextjs | new tab | Add '(opens in new tab)' to text | |
| https://bsky.app/profile/nextjs.org | Bluesky | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://vercel.com/home?utm_source=next-site&utm_medium=banner&utm_campaign=home_none; https://vercel.com/home?utm_source=next-site&utm_medium=banner&utm_campaign=home_none; https://vercel.com/templates/next.js?utm_source=next-site&utm_medium=navbar&utm_campaign=next_site_nav_templates; https://vercel.com/contact/sales/nextjs?utm_source=next-site&utm_medium=navbar&utm_campaign=next_site_nav_enterprise; https://react.dev; https://nextjs.org/docs/app/api-reference/turbopack; https://swc.rs; https://vercel.com/templates/next.js?utm_source=next-site&utm_medium=deploy-template-on-vercel-cta&utm_campaign=homepage-new; https://vercel.com/home?utm_source=next-site&utm_medium=footer&utm_campaign=next-website; https://vercel.com/analytics?utm_source=next-site&utm_medium=footer&utm_campaign=home_none (+12 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
C404 Error PageActionHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
ALandmark Structure5 landmarksPASS
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
A+Heading Hierarchy14 headingsPASS
- H1 The React Framework for the Web
- H2 What's in Next.js?
- H2 Built on a foundation of fast, production-grade tooling
- H2 Get started in seconds
- H2 The framework of choice when it matters
- H2 Customer Testimonials
- H3 “With Next.js, we now consistently average 0.09 or lower for Cumulative Layout Shift, placing our site in the top tier for user experience and Core Web Vitals.”
- H3 “Our UI for Frame.io responds to user input within 100ms and all animations run at a consistent 60fps with Next.js.”
- H3 “Next.js has been a game-changer for our agency work and team collaboration. Its powerful features have allowed us to build high-performance websites quickly and efficiently like never before.”
- H4 Resources
- H4 More
- H4 About Vercel
- H4 Legal
- H4 Subscribe to our newsletter
A+Alt Text QualityAll 45 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| Enter your email | 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 |
|---|---|---|---|---|---|
| h1 The React Framework | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 for the Web | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What's in Next.js? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Built on a foundatio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 production-grade too… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get started in secon… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The framework of cho… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 when it matters | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Customer Testimonial… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 With Next.js, we now… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Our UI for Frame.io … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Next.js has been a g… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Next.js by Vercel - … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Search documentation… | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| button Search... | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| kbd ⌘K | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Showcase | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Docs | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Blog | 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 100/100 — 1 failing, 24 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.
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 |
|---|
▲ ~ npx create-next-app@latest div.intro-module__l-DIkW__intro > div.flex > div.flex > button.intro-module__l-DIkW__copy |
Built-in Optimizations
Automatic Image, Font, and Script Optimizations for impr… div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
Dynamic HTML Streaming
Instantly stream UI from the server, integrated with the… div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
React Server Components
Add components without sending additional client-side J… div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |
Next.js 16
The power of full-stack to the frontend. Read the release notes. div.flex > div.features-module__KQTBcq__grid > div > a.features-module__KQTBcq__card |