www.openai.com

Report from 8/8/2026, 1:27:36 PM https://www.openai.com
Latest run · lab, cold cache
34
8/8/2026
28-day score · p75 · the standard
45
20 runs
▼ latest 11 below the 28-day score
CRR44%latest
SSD42%latest
TC864 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

44%
CRR Content Recovery Poor
0.42
SSD Semantic Signal Density Needs work
864 tok
TC Token Cost Good
81 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
72.1% · 3,040
Chrome (nav / header / footer)
26.6% · 1,121
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

Evidence56% of content requires JS · 44% 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.71 · 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

0m1z_zl2215fn.js — 303 KiB transferred, 100% unused

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

longest task 146 ms (10 total)

EvidenceMain thread blocked 146 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.
mediumCut total transfer weight

5.2 MB total

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

Third-party impact

19 third-party requests · 1280 KiB (23.9% 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.net4954 KiB
chatgpt.com12314 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/0m1z_zl2215fn.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp303 KiB100%303 KiB
https://openai.com/_next/static/chunks/3j4vh3ag6iz5x.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp300 KiB100%300 KiB
https://openai.com/_next/static/chunks/3w5-l3z38ovgr.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp286 KiB99.8%285 KiB
https://openai.com/_next/static/chunks/2aejj_piowtrj.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp273 KiB99%271 KiB
https://openai.com/_next/static/chunks/3sd04gvvo6_m4.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp168 KiB100%168 KiB
https://openai.com/_next/static/chunks/1k_zd3ov9by0z.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp156 KiB100%155 KiB
https://openai.com/_next/static/chunks/2t3b4dhrtyq2y.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp127 KiB100%127 KiB
https://openai.com/_next/static/chunks/0mtik0ir2phn6.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp99 KiB100%99 KiB
https://openai.com/_next/static/chunks/08r17pkv89384.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp85 KiB99.4%85 KiB
https://openai.com/_next/static/chunks/2ody_-v5vikii.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp114 KiB74.2%84 KiB
https://openai.com/_next/static/chunks/202a9twfj9vc2.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp81 KiB100%81 KiB
https://openai.com/_next/static/chunks/24jyiasz8s4l1.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp65 KiB100%65 KiB
https://openai.com/_next/static/chunks/1kk12-9jjinsb.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp55 KiB95%52 KiB
https://openai.com/_next/static/chunks/3l2yzcx7zvrkx.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp94 KiB52.9%50 KiB
https://openai.com/_next/static/chunks/2s0jh8cia6h90.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9raksp70 KiB70.4%49 KiB

Network

137Requests
5346 KiBTransferred
81Scripts
23.9%3rd-party
10Long tasks
Script (81)
3528 KiB
Image (4)
954 KiB
Fetch (23)
419 KiB
Document (1)
175 KiB
Font (3)
163 KiB
Stylesheet (14)
102 KiB
Other (7)
2 KiB
XHR (2)
1 KiB
Media (2)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://images.ctfassets.net/kftzwdyauwt9/4hWm54F91fSSwX6YKm7Dqk/8db6b474726138fd000a34b0f67f41f8/ChatGPT_Work_1x1.png?w=1920&q=90&fm=webpImage200494 KiB
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=1785677599146&sid=9790c1b0-2064-45b4-bc55-2dad23553cfc&se=1Fetch200309 KiB
https://openai.com/_next/static/chunks/0m1z_zl2215fn.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript200303 KiB
https://openai.com/_next/static/chunks/3j4vh3ag6iz5x.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript200300 KiB
https://openai.com/_next/static/chunks/3w5-l3z38ovgr.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript200286 KiB
https://openai.com/_next/static/chunks/2aejj_piowtrj.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript200273 KiB
https://openai.com/Document200175 KiB
https://openai.com/_next/static/chunks/3sd04gvvo6_m4.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript200168 KiB
https://openai.com/_next/static/chunks/1k_zd3ov9by0z.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript200156 KiB
https://openai.com/_next/static/chunks/2t3b4dhrtyq2y.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript200127 KiB
https://openai.com/_next/static/chunks/2ody_-v5vikii.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript200114 KiB
https://openai.com/_next/static/chunks/0mtik0ir2phn6.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20099 KiB
https://openai.com/_next/static/chunks/3l2yzcx7zvrkx.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20094 KiB
https://openai.com/_next/static/chunks/08r17pkv89384.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20085 KiB
https://openai.com/_next/static/chunks/202a9twfj9vc2.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20081 KiB
https://openai.com/_next/static/chunks/2fainwrsxmimh.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20080 KiB
https://openai.com/_next/static/chunks/295k7saj2tzcb.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20077 KiB
https://openai.com/_next/static/chunks/2egv3mfmuw6hl.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20071 KiB
https://openai.com/_next/static/chunks/2s0jh8cia6h90.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20070 KiB
https://openai.com/_next/static/chunks/2fv_lo4hevrqp.css?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspStylesheet20065 KiB
https://openai.com/_next/static/chunks/24jyiasz8s4l1.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20065 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/1kk12-9jjinsb.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20055 KiB
https://openai.com/_next/static/chunks/3wobr3q80n5c0.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20055 KiB
https://cdn.openai.com/common/fonts/openai-sans/v4/OpenAISans-Regular.woff2Font20053 KiB
https://openai.com/_next/static/chunks/2um6t0e_lpb5p.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20049 KiB
https://openai.com/_next/static/chunks/1jpeihcmr-e-i.js?dpl=dpl_4ZpCXbPcGSuJza1FggTSsa9rakspScript20048 KiB
https://images.ctfassets.net/kftzwdyauwt9/48aIp3cQOKJ57vpQeqOb8y/2e8732bcad5ceea1c7b20cf001bd2823/1_1_Art_Card.png?w=1920&q=90&fm=webpImage20044 KiB

Long tasks (>50 ms)

StartDuration
3443 ms146 ms
3151 ms130 ms
2956 ms125 ms
1503 ms104 ms
2672 ms102 ms
1679 ms101 ms
2570 ms70 ms
2106 ms68 ms
2010 ms64 ms
1812 ms59 ms
Analyzing…
running mobile + desktop · ~30s