www.nextjs.org

Report from 9/21/2026, 10:21:14 AM https://www.nextjs.org
Latest run · lab, cold cache
50
9/21/2026
28-day score · p75 · the standard
50
12 runs
CRR4%latest
SSD100%latest
TC1172 toklatest
TTFUT84 ms28-day p75

Scored by v3 · source-of-truth hashes: score db860d6ac94e · thresholds e94f8b33e500 — verifiable against the canonical scorer.

The 28-day score is the p75 of nightly runs — the stable number to cite. Deterministic metrics (CRR/SSD/TC) show their latest value (they move only when the site changes); timing (TTFUT) and answer-fidelity (AF) are smoothed by 28-day p75 — the same lab-vs-field split Core Web Vitals uses. Synthetic daily measurement, not real-user field data.

Core Agent Vitals badge  Embed this badge

Show your agent-readiness score anywhere — it links back to this report.

[![Core Agent Vitals](https://agentvitals.dev/badge/nextjs.org.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.nextjs.org)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.nextjs.org"><img src="https://agentvitals.dev/badge/nextjs.org.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameVercel
CategoryOrganization
Pricenot found
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionNext.js by Vercel is the full-stack React framework for the web. · guessed from page text (no structured data)

An agent is likely to fabricate missing details rather than say “I don’t know”. 2/7 applicable facts come from machine-readable structured data.

50
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

4%
CRR Content Recovery Poor
1.00
SSD Semantic Signal Density Good
1,172 tok
TC Token Cost Good
84 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈6,322 across regions). 41% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.

Content
59% · 3,728
Chrome (nav / header / footer)
41% · 2,594
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

Final screenshot of https://www.nextjs.org

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence96% of content requires JS
ImpactA non-rendering agent never sees the JS-injected content.
Effort1–4 h

Fix: Server-render or statically generate the main content so a non-JS agent still receives it; make client rendering a progressive enhancement, not the source of truth.

medium TC 41% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 59%, chrome 41%, boilerplate 0%, other 0%. Only 59% of the agent's tokens are real content.
ImpactAn agent pays for boilerplate on every request and has less context left for the real content.
Effort30–90 min

Fix: Strip repeated nav/header/footer/cookie chrome from the agent-visible output; wrap content in <main>/<article> so the extractor keeps signal and drops boilerplate.

Rendered profile: headless

Agent Discoverability 100/100 · Agent Ready

Access & discovery checks — separate from the gated CAV metrics above. Click an issue for business impact, what we measured, and how to fix. · Take the Agent Readiness course →

Agent files & endpoints

llms.txt Found at /llms.txt Learn →
robots.txt (AI bots) Major AI bots allowed Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data Types: SoftwareApplication, WebSite, Organization Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (3)

~ agents.json discovery low impact Absent (emerging standard)

Business impact agents.json describes what your site can DO for agents (services, endpoints, capabilities) — an emerging discovery standard. Early adopters get native agent integration.

What we measured We check /agents.json and /.well-known/agents.json for a valid configuration.

How to fix Publish /agents.json describing your site's capabilities and actions.

Learn how to implement →

Spec: https://github.com/wild-card-ai/agents-json

~ WebMCP endpoint low impact Absent (emerging standard)

Business impact WebMCP lets agents call actions on your site directly (book, buy, query) instead of scraping the DOM. Early adopters get native AI-agent interoperability.

What we measured We check /.well-known/webmcp and /webmcp.json for a valid actions array.

How to fix Add a WebMCP endpoint exposing your key actions to agents.

Learn how to implement →

Spec: https://webmcp.org

~ API documentation low impact No OpenAPI/Swagger found

Business impact Programmatic agents prefer a typed API. An OpenAPI/Swagger spec lets them integrate without scraping.

What we measured We probe /openapi.json, /swagger.json, /api-docs and /.well-known/openapi.json.

How to fix Publish an OpenAPI spec at a well-known path.

Learn how to implement →

Spec: https://www.openapis.org/

Passed audits (9)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ llms.txt present + valid✓ No login wall on public content✓ Structured data (JSON-LD)✓ XML sitemap present + fresh✓ Server response (TTFB)

Transport & Trust (SEC 1.0.0)

HTTPS, HSTS, CSP, sniffing, referrer and CORS posture. Diagnostic only — this does not affect the CAV score. A security header does not make a page more legible to an agent, so scoring it would reward a CDN toggle that changes nothing an agent can recover. We measure it and say so.

84Transport posture (0–100, unscored)
4pass
1warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; includeSubDomains; preload
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policyorigin-when-cross-origin
➖ CORS exposureno CORS headers on the document (normal for an HTML page)
Full profile — how to improve · unused JS · network · timing

How to improve

mediumSplit the heaviest unused bundle

2bbxvhx6so6ij.js — 74 KiB transferred, 57.9% unused

EvidenceCDP JS coverage: 43 KiB of this bundle is never executed on load.
Impact~-43 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of 2bbxvhx6so6ij.js, or drop unused dependencies.
mediumBreak up long main-thread tasks

longest task 173 ms (1 total)

EvidenceMain thread blocked 173 ms by the longest task.
ImpactFaster interactivity + content settling.
Effort1–4 h
FixSplit heavy work, defer third-party scripts, move compute off the main thread.

Third-party impact

2 third-party requests · 7 KiB (0.6% of transfer) — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.

Third-party domainReqsTransferMain-thread
cr-relay.com27 KiB

Wasted JavaScript (by bundle)

Transfer-accurate — each bundle's transfer size × its unused %, ranked by wasted bytes (the biggest code-splitting wins). Unused JS also inflates Token Cost (TC).

BundleTransferUnusedWasted
https://nextjs.org/_next/static/immutable/chunks/2bbxvhx6so6ij.js74 KiB57.9%43 KiB
https://nextjs.org/_next/static/immutable/chunks/2k2t16axmbpau.js45 KiB79.7%36 KiB
https://nextjs.org/_next/static/immutable/chunks/0g_7vl5_mznyg.js38 KiB90.5%34 KiB
https://nextjs.org/_next/static/immutable/chunks/2-_a1wxcgenbz.js31 KiB99.5%30 KiB
https://nextjs.org/_next/static/immutable/chunks/1ntdvmqs8p-t_.js22 KiB98.9%22 KiB
https://nextjs.org/_next/static/immutable/chunks/0u0d5flkybp7a.js22 KiB99.4%21 KiB
https://nextjs.org/_next/static/immutable/chunks/2velz-0r9gh5b.js38 KiB47.2%18 KiB
https://nextjs.org/_next/static/immutable/chunks/0sa0axk3jl9tv.js14 KiB98.8%14 KiB
https://nextjs.org/_next/static/immutable/chunks/0e32nojv3nrk8.js13 KiB99%13 KiB
https://nextjs.org/_next/static/immutable/chunks/0p0jf1vzipyh9.js12 KiB98.4%12 KiB
https://nextjs.org/_next/static/immutable/chunks/0k7u3xuzzqpca.js20 KiB56.9%12 KiB
https://nextjs.org/_next/static/immutable/chunks/3xarrg9ce9-ob.js18 KiB60%11 KiB
https://nextjs.org/_next/static/immutable/chunks/265jqrnj_sahp.js18 KiB58.8%11 KiB
https://nextjs.org/_next/static/immutable/chunks/1ksoeacae_297.js11 KiB94.9%10 KiB
https://nextjs.org/_next/static/immutable/chunks/0bzni-v4ryvnc.js12 KiB81.3%10 KiB

Network

99Requests
1155 KiBTransferred
49Scripts
0.6%3rd-party
1Long tasks
Script (49)
739 KiB
Stylesheet (5)
119 KiB
Fetch (16)
106 KiB
Font (2)
95 KiB
Document (1)
45 KiB
Image (23)
44 KiB
Other (1)
5 KiB
Ping (2)
2 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://nextjs.org/_next/static/immutable/chunks/0aabk9xuvr_0v.cssStylesheet20091 KiB
https://nextjs.org/_next/static/immutable/chunks/2bbxvhx6so6ij.jsScript20074 KiB
https://nextjs.org/_next/static/immutable/media/Geist_Variable-s.p.2v-cf9syxr5ni.woff2Font20070 KiB
https://nextjs.org/Document20045 KiB
https://nextjs.org/_next/static/immutable/chunks/2k2t16axmbpau.jsScript20045 KiB
https://nextjs.org/_next/static/immutable/chunks/0g_7vl5_mznyg.jsScript20038 KiB
https://nextjs.org/_next/static/immutable/chunks/2velz-0r9gh5b.jsScript20038 KiB
https://nextjs.org/_next/static/immutable/chunks/2-_a1wxcgenbz.jsScript20031 KiB
https://nextjs.org/blog?_rsc=7ThoGhpQpLSPnpcCFetch20027 KiB
https://nextjs.org/_next/static/immutable/media/797e433ab948586e.p.1v5bejj26fx9h.woff2Font20025 KiB
https://nextjs.org/_next/static/immutable/chunks/1ntdvmqs8p-t_.jsScript20022 KiB
https://nextjs.org/_next/static/immutable/chunks/0u0d5flkybp7a.jsScript20022 KiB
https://nextjs.org/_next/static/immutable/chunks/17jzx0p9yedny.jsScript20021 KiB
https://nextjs.org/_next/static/immutable/chunks/0k7u3xuzzqpca.jsScript20020 KiB
https://nextjs.org/_next/static/immutable/chunks/2s9bavogx-w0f.jsScript20019 KiB
https://nextjs.org/_next/static/immutable/chunks/265jqrnj_sahp.jsScript20018 KiB
https://nextjs.org/_next/static/immutable/chunks/3xarrg9ce9-ob.jsScript20018 KiB
https://nextjs.org/_next/static/immutable/chunks/3-_tmd__6yz93.jsScript20017 KiB
https://nextjs.org/_next/static/immutable/chunks/01obsdly8tmtl.jsScript20017 KiB
https://nextjs.org/docs/app/getting-started/server-and-client-components?_rsc=y6blK94F5nlrfSOhFetch20017 KiB
https://nextjs.org/docs?_rsc=GlZ7QMOjTVKERHQKFetch20016 KiB
https://nextjs.org/_next/static/immutable/chunks/1yva_viv6xb28.jsScript20016 KiB
https://nextjs.org/_next/static/immutable/chunks/174_g720d6lbx.jsScript20015 KiB
https://nextjs.org/_next/static/immutable/chunks/3xc7pgt-0f38i.jsScript20014 KiB
https://nextjs.org/_next/static/immutable/chunks/0sa0axk3jl9tv.jsScript20014 KiB
https://nextjs.org/_next/static/immutable/chunks/0e32nojv3nrk8.jsScript20013 KiB
https://nextjs.org/_next/static/immutable/chunks/1n72j2e18m8j_.jsScript20013 KiB
https://nextjs.org/_next/static/immutable/chunks/3105gkmaynzli.jsScript20013 KiB
https://nextjs.org/_next/static/immutable/chunks/0e-ktygplfhzx.jsScript20013 KiB
https://nextjs.org/_next/static/immutable/chunks/07a--vpu067q3.jsScript20013 KiB

Long tasks (>50 ms)

StartDuration
458 ms173 ms
Analyzing…
running mobile + desktop · ~30s