www.openai.com

Report from 7/24/2026, 10:30:03 AM https://www.openai.com
Latest run · lab, cold cache
34
7/24/2026
28-day score · p75 · the standard
45
10 runs
▼ latest 11 below the 28-day score
CRR43%latest
SSD41%latest
TC827 toklatest
TTFUT188 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/openai.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.openai.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.openai.com"><img src="https://agentvitals.dev/badge/openai.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business namenot found
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
Descriptionnot found

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.

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

Metrics

43%
CRR Content Recovery Poor
0.41
SSD Semantic Signal Density Needs work
827 tok
TC Token Cost Good
106 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
72.8% · 3,093
Chrome (nav / header / footer)
25.9% · 1,101
Boilerplate (cookie / ad)
1.1% · 46
Other
0.2% · 8

Final screenshot

Final screenshot of https://www.openai.com

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence57% of content requires JS · 43% of rendered content recovered (rest is placeholder/wrong)
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.70 · 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 62/100 · Needs Work

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 Absent at /llms.txt and /.well-known/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 (6)

llms.txt present high impact Absent at /llms.txt and /.well-known/llms.txt

Business impact llms.txt is the robots.txt for AI: it tells agents what your site is, what matters, and where to find it. Without it AI guesses — and guessing means inaccurate recommendations and lost visibility.

What we measured We fetch /llms.txt and /.well-known/llms.txt and validate the spec (H1 title + a one-line blockquote summary). We also note /llms-full.txt (your full content as Markdown).

How to fix Create /llms.txt with a short summary + key pages; optionally /llms-full.txt with full content in Markdown.

Learn how to implement →

# Your Site
> One-line description for AI agents.

## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentation

Spec: https://llmstxt.org

No login wall on public content high impact HTTP 403

Business impact Public content behind authentication is unreachable to agents (they have no account). Gate only genuinely private material.

What we measured We follow redirects and detect 401/403 and login-form signals on content pages.

How to fix Separate public marketing/docs from authenticated areas; keep public pages reachable without login.

Spec: https://llmstxt.org

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 (5)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ 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.

78Transport posture (0–100, unscored)
4pass
0warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; includeSubDomains; preload
❌ Content-Security-Policyno content-security-policy header
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policysame-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

highSplit the heaviest unused bundlehighest leverage

0h.tbt3op2~wz.js — 300 KiB transferred, 100% unused

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

longest task 596 ms (10 total)

EvidenceMain thread blocked 596 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.
mediumSpeed up main-content render

largest contentful paint

EvidenceLCP is 3.1s.
ImpactFaster usable content; SSR also raises CRR.
Effort1–4 h
FixPreload the hero image/font, remove render-blocking resources, and server-render the main content.
mediumLower server response time

time to first byte

EvidenceTTFB is 614 ms.
ImpactEarlier first useful token (TTFUT).
Effort1–3 h
FixCache at the edge (CDN), reduce server work, avoid redirect chains.
mediumCut total transfer weight

4.9 MB total

Evidence4.9 MB transferred.
ImpactCheaper, faster fetch on slow links.
Effort1–3 h
FixEnable Brotli, serve WebP/AVIF images, defer non-critical resources.

Third-party impact

15 third-party requests · 1023 KiB (20.3% 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
ctfassets.net4703 KiB
chatgpt.com8308 KiB
cloudflareinsights.com311 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://openai.com/_next/static/chunks/0h.tbt3op2~wz.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv300 KiB100%300 KiB
https://openai.com/_next/static/chunks/0204spg-j-3hv.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv286 KiB100%286 KiB
https://openai.com/_next/static/chunks/126xrqnjm2mq0.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv286 KiB99.8%285 KiB
https://openai.com/_next/static/chunks/0fisebs6agunx.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv268 KiB99%265 KiB
https://openai.com/_next/static/chunks/0osjc-tzbhs9j.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv168 KiB100%168 KiB
https://openai.com/_next/static/chunks/0sh3exooj7__..js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv155 KiB100%155 KiB
https://openai.com/_next/static/chunks/085.sexdt.afr.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv127 KiB100%127 KiB
https://openai.com/_next/static/chunks/0700mw7~o~wka.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv99 KiB100%99 KiB
https://openai.com/_next/static/chunks/0im_ia48_1z6x.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv85 KiB99.4%85 KiB
https://openai.com/_next/static/chunks/15qelov3eh_6h.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv114 KiB74.3%84 KiB
https://openai.com/_next/static/chunks/088wr.ro20k6g.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv81 KiB100%80 KiB
https://openai.com/_next/static/chunks/00b18nsov2ovm.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv65 KiB100%65 KiB
https://openai.com/_next/static/chunks/0h.l_ibqa8akq.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv55 KiB95%52 KiB
https://openai.com/_next/static/chunks/0t9x-aqph~a82.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv94 KiB52.9%50 KiB
https://openai.com/_next/static/chunks/089ue1o84~2j4.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyv70 KiB70.4%49 KiB

Network

138Requests
5048 KiBTransferred
79Scripts
20.3%3rd-party
10Long tasks
Script (79)
3490 KiB
Image (4)
703 KiB
Fetch (21)
413 KiB
Document (1)
174 KiB
Font (3)
163 KiB
Stylesheet (17)
102 KiB
Other (5)
2 KiB
XHR (2)
1 KiB
Media (6)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://images.ctfassets.net/kftzwdyauwt9/5uOBQ9CN3HA6yzWugjzzYZ/b5fe018bce4814a145bb9c8e57422db6/gpt-5-6-poster.png?w=1920&q=80&fm=webpImage200401 KiB
https://ab.chatgpt.com/v1/initialize?k=client-TkMBNbA46IALRLvxaXzViDknf0Zwj24gHWFC8PedoNI&st=javascript-client&sv=3.33.1&t=1784457297099&sid=3b4cfefa-52b6-45f7-b928-53a305ea7106&se=1Fetch200305 KiB
https://openai.com/_next/static/chunks/0h.tbt3op2~wz.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript200300 KiB
https://openai.com/_next/static/chunks/0204spg-j-3hv.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript200286 KiB
https://openai.com/_next/static/chunks/126xrqnjm2mq0.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript200286 KiB
https://openai.com/_next/static/chunks/0fisebs6agunx.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript200268 KiB
https://images.ctfassets.net/kftzwdyauwt9/2P4v0ivRnOu6z9sJqDrJj5/d28b76a7ed3a8a53261f8eba4c021740/Superapp_Blog_Art_Card_-_Motion.png?w=1920&q=90&fm=webpImage200248 KiB
https://openai.com/Document200174 KiB
https://openai.com/_next/static/chunks/0osjc-tzbhs9j.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript200168 KiB
https://openai.com/_next/static/chunks/0sh3exooj7__..js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript200155 KiB
https://openai.com/_next/static/chunks/085.sexdt.afr.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript200127 KiB
https://openai.com/_next/static/chunks/15qelov3eh_6h.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript200114 KiB
https://openai.com/_next/static/chunks/0700mw7~o~wka.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20099 KiB
https://openai.com/_next/static/chunks/0t9x-aqph~a82.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20094 KiB
https://openai.com/_next/static/chunks/0im_ia48_1z6x.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20085 KiB
https://openai.com/_next/static/chunks/088wr.ro20k6g.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20081 KiB
https://openai.com/_next/static/chunks/0s26_rsa._862.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20080 KiB
https://openai.com/_next/static/chunks/03szki7-n76sg.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20077 KiB
https://openai.com/_next/static/chunks/02jb1y_xuij0s.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20071 KiB
https://openai.com/_next/static/chunks/089ue1o84~2j4.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20070 KiB
https://openai.com/_next/static/chunks/00b18nsov2ovm.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20065 KiB
https://openai.com/_next/static/chunks/0pwmsu4xgqbzp.css?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvStylesheet20064 KiB
https://cdn.openai.com/common/fonts/openai-sans/v4/OpenAISans-Semibold.woff2Font20055 KiB
https://cdn.openai.com/common/fonts/openai-sans/v4/OpenAISans-Medium.woff2Font20055 KiB
https://openai.com/_next/static/chunks/0h.l_ibqa8akq.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20055 KiB
https://openai.com/_next/static/chunks/0jyx9mzns2wys.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20053 KiB
https://cdn.openai.com/common/fonts/openai-sans/v4/OpenAISans-Regular.woff2Font20053 KiB
https://openai.com/_next/static/chunks/01nxl_gae9f1t.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20049 KiB
https://openai.com/_next/static/chunks/06fwyef6bbtj3.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20048 KiB
https://openai.com/_next/static/chunks/0uvz1c6aj4b2q.js?dpl=dpl_CHFh1LwCXgnCNQCTTGqsqt4uVcyvScript20041 KiB

Long tasks (>50 ms)

StartDuration
1485 ms596 ms
3084 ms300 ms
3487 ms218 ms
4689 ms123 ms
4072 ms122 ms
5511 ms119 ms
5042 ms112 ms
2572 ms99 ms
4815 ms92 ms
2190 ms86 ms
Analyzing…
running mobile + desktop · ~30s