www.nextjs.org

Report from 7/22/2026, 1:26:50 PM https://www.nextjs.org
Latest run · lab, cold cache
39
7/22/2026
28-day score · p75 · the standard
39
9 runs
CRR4%latest
SSD55%latest
TC1172 toklatest
TTFUT82 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 nameNext.js by Vercel - The React Framework · guessed from page text (no structured data)
Categorynot found
Pricenot applicable · not applicable to this page type
Locationnot applicable · not applicable to this page type
Hoursnot applicable · not applicable to this page type
Productsnot applicable · not applicable to this page type
🟡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”. 0/3 applicable facts come from machine-readable structured data.

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

Metrics

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

Token Cost breakdown

Where the page's tokens go (≈5,149 across regions). Most tokens are real content — the agent isn't paying much for chrome.

Content
72.6% · 3,736
Chrome (nav / header / footer)
27.4% · 1,413
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 SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.89 (full) · JSON-LD 0/1 · missing: structured-data
ImpactAgent spends tokens parsing nav/boilerplate instead of content.
Effort30–90 min

Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.

Rendered profile: headless

Agent Discoverability 90/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 No JSON-LD found Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (4)

Structured data (JSON-LD) medium impact No JSON-LD found

Business impact Schema.org JSON-LD tells agents what a page IS (product, article, business) with typed fields (price, rating, hours). Without it agents extract less reliably.

What we measured We parse <script type=application/ld+json>, validate it, and check for populated @type fields.

How to fix Add JSON-LD: Organization/LocalBusiness on the homepage, Product on product pages, Article on posts.

Learn how to implement →

<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Your Co","url":"https://example.com"}</script>

Spec: https://schema.org/

~ 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 (8)

✓ 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✓ 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.

86Transport posture (0–100, unscored)
5pass
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 exposureaccess-control-allow-origin: *
Full profile — how to improve · unused JS · network · timing

How to improve

highBreak up long main-thread taskshighest leverage

longest task 563 ms (7 total)

EvidenceMain thread blocked 563 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.
mediumSplit the heaviest unused bundle

3vbhzvz8piokj.js — 72 KiB transferred, 57.8% unused

EvidenceCDP JS coverage: 42 KiB of this bundle is never executed on load.
Impact~-42 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of 3vbhzvz8piokj.js, or drop unused dependencies.

Third-party impact

2 third-party requests · 7 KiB (0.8% 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/3vbhzvz8piokj.js72 KiB57.8%42 KiB
https://nextjs.org/_next/static/immutable/chunks/3oq6i58ud_8jp.js40 KiB99.6%40 KiB
https://nextjs.org/_next/static/immutable/chunks/3o_j28sk2kquh.js37 KiB90.7%33 KiB
https://nextjs.org/_next/static/immutable/chunks/0j7lrrqvpqnqh.js25 KiB99%25 KiB
https://nextjs.org/_next/static/immutable/chunks/31z45_5zzv5-b.js31 KiB61.9%20 KiB
https://nextjs.org/_next/static/immutable/chunks/31bhfuho2p8p2.js35 KiB49%17 KiB
https://nextjs.org/_next/static/immutable/chunks/1nqigymlmy4dh.js18 KiB91.5%17 KiB
https://nextjs.org/_next/static/immutable/chunks/18ikpexqfu2ut.js16 KiB93.2%15 KiB
https://nextjs.org/_next/static/immutable/chunks/1mfg3x1vl_rtl.js12 KiB99.2%12 KiB
https://nextjs.org/_next/static/immutable/chunks/2aml9usxd0_zh.js20 KiB54.7%11 KiB
https://nextjs.org/_next/static/immutable/chunks/0ubyf4m0incgh.js18 KiB58.8%11 KiB
https://nextjs.org/_next/static/immutable/chunks/2qj4gf2ig19o3.js17 KiB59.2%10 KiB
https://nextjs.org/_next/static/immutable/chunks/02div5p9-1vx5.js11 KiB76.3%8 KiB
https://nextjs.org/_next/static/immutable/chunks/0c5758pwsmj00.js17 KiB50.2%8 KiB
https://nextjs.org/_next/static/immutable/chunks/1y7_w0fhwwnbx.js8 KiB98%8 KiB

Network

93Requests
942 KiBTransferred
37Scripts
0.8%3rd-party
7Long tasks
Script (37)
550 KiB
Fetch (18)
137 KiB
Font (2)
94 KiB
Stylesheet (6)
89 KiB
Document (1)
35 KiB
Image (26)
32 KiB
Other (1)
3 KiB
Ping (2)
2 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://nextjs.org/_next/static/immutable/chunks/3vbhzvz8piokj.jsScript20072 KiB
https://nextjs.org/_next/static/immutable/media/Geist_Variable-s.p.2v-cf9syxr5ni.woff2Font20070 KiB
https://nextjs.org/_next/static/immutable/chunks/2gajfh4jbbv4i.cssStylesheet20066 KiB
https://nextjs.org/_next/static/immutable/chunks/3oq6i58ud_8jp.jsScript20040 KiB
https://nextjs.org/_next/static/immutable/chunks/3o_j28sk2kquh.jsScript20037 KiB
https://nextjs.org/_next/static/immutable/chunks/31bhfuho2p8p2.jsScript20035 KiB
https://nextjs.org/Document20035 KiB
https://nextjs.org/_next/static/immutable/chunks/31z45_5zzv5-b.jsScript20031 KiB
https://nextjs.org/blog?_rsc=B8N7IWPTdY6Dy4kqFetch20026 KiB
https://nextjs.org/_next/static/immutable/chunks/0j7lrrqvpqnqh.jsScript20025 KiB
https://nextjs.org/_next/static/immutable/media/797e433ab948586e.p.1v5bejj26fx9h.woff2Font20024 KiB
https://nextjs.org/_next/static/immutable/chunks/3f38ena-ry0l5.jsScript20022 KiB
https://nextjs.org/_next/static/immutable/chunks/2aml9usxd0_zh.jsScript20020 KiB
https://nextjs.org/_next/static/immutable/chunks/1t5_-kc-4kfi-.jsScript20020 KiB
https://nextjs.org/_next/static/immutable/chunks/1nqigymlmy4dh.jsScript20018 KiB
https://nextjs.org/_next/static/immutable/chunks/0ubyf4m0incgh.jsScript20018 KiB
https://nextjs.org/docs/app/getting-started/fetching-data?_rsc=y6blK94F5nlrfSOhFetch20018 KiB
https://nextjs.org/_next/static/immutable/chunks/2qj4gf2ig19o3.jsScript20017 KiB
https://nextjs.org/_next/static/immutable/chunks/0c5758pwsmj00.jsScript20017 KiB
https://nextjs.org/_next/static/immutable/chunks/18ikpexqfu2ut.jsScript20016 KiB
https://nextjs.org/_next/static/immutable/chunks/3rdd3t5-mjmx6.jsScript20015 KiB
https://nextjs.org/docs?_rsc=GlZ7QMOjTVKERHQKFetch20015 KiB
https://nextjs.org/_next/static/immutable/chunks/3wrkr9ex1-cu-.jsScript20014 KiB
https://nextjs.org/docs/app/getting-started/server-and-client-components?_rsc=y6blK94F5nlrfSOhFetch20014 KiB
https://nextjs.org/learn?utm_source=next-site&utm_medium=homepage-cta&utm_campaign=home&_rsc=ykrdjEhcvndfTIURFetch20013 KiB
https://nextjs.org/_next/static/immutable/chunks/1mfg3x1vl_rtl.jsScript20012 KiB
https://nextjs.org/_next/static/immutable/chunks/3vqd98jpxrewz.jsScript20011 KiB
https://nextjs.org/_next/static/immutable/chunks/02div5p9-1vx5.jsScript20011 KiB
https://nextjs.org/showcase?_rsc=fbPivy7naHikdQYKFetch20010 KiB
https://nextjs.org/docs/app/getting-started/images?_rsc=y6blK94F5nlrfSOhFetch20010 KiB

Long tasks (>50 ms)

StartDuration
567 ms563 ms
1872 ms159 ms
268 ms99 ms
1494 ms81 ms
2145 ms63 ms
1170 ms61 ms
1579 ms59 ms
Analyzing…
running mobile + desktop · ~30s