www.ted.com

Report from 7/24/2026, 11:11:50 AM https://www.ted.com
Latest run · lab, cold cache
45
7/24/2026
28-day score · p75 · the standard
2/7 runs — building history (nightly)

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/ted.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.ted.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.ted.com"><img src="https://agentvitals.dev/badge/ted.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameTED: Ideas change everything · 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
🟡DescriptionTED Talks are influential videos from expert speakers on education, business, science, tech and creativity, with subtitles in 100+ languages. Ideas free to stream and download. · 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.

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

Metrics

57%
CRR Content Recovery Poor
0.45
SSD Semantic Signal Density Needs work
2,427 tok
TC Token Cost Good
59 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
88.8% · 13,995
Chrome (nav / header / footer)
9.6% · 1,515
Boilerplate (cookie / ad)
0% · 0
Other
1.6% · 251

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence43% of content requires JS · 57% 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.77 · 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 61/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) Blocks: * (all) 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 (7)

robots.txt allows AI bots high impact Blocks: * (all)

Business impact If robots.txt blocks AI crawlers you are invisible to ChatGPT, Claude and Perplexity — they skip you and recommend a competitor instead.

What we measured We read /robots.txt and test it against 16 AI user-agents (GPTBot, ClaudeBot, PerplexityBot, …) for a Disallow that blocks them.

How to fix Allow major AI bots to public content; restrict only private paths (/admin, /api).

Learn how to implement →

User-agent: GPTBot
Allow: /
Disallow: /admin/

Spec: https://platform.openai.com/docs/gptbot

~ No content-blocking cookie wall medium impact Consent platform: onetrust (verify it doesn't block content)

Business impact A consent wall that hides content until a click is invisible to agents — they cannot click 'Accept'.

What we measured We fingerprint OneTrust, Cookiebot, Usercentrics and similar managers and flag content-blocking ones.

How to fix Use an overlay banner that leaves content in the DOM, not a blocking interstitial.

Spec: https://gdpr.eu/cookies/

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

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)

✓ No CAPTCHA wall✓ Machine-readable prices✓ 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.

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

highSplit the heaviest unused bundlehighest leverage

checkout.c610020493260838.js — 438 KiB transferred, 87.7% unused (third-party)

EvidenceCDP JS coverage: 384 KiB of this bundle is never executed on load.
Impact~-384 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of checkout.c610020493260838.js, or drop unused dependencies. It is third-party — lazy-load or remove it.
highCut third-party weight

tedcdn.com — 993 KiB, 21 requests

EvidenceThird-party is 59.7% of total transfer (151 requests); tedcdn.com is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove tedcdn.com; defer non-critical third-party scripts.
highBreak up long main-thread tasks

longest task 708 ms (10 total)

EvidenceMain thread blocked 708 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.3 MB total

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

Third-party impact

151 third-party requests · 3221 KiB (59.7% of transfer) · 3109 ms main-thread — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.

Third-party domainReqsTransferMain-thread
tedcdn.com21993 KiB
fundraiseup.com9896 KiB836 ms
doubleclick.net13311 KiB949 ms
yourbow.com2232 KiB117 ms
googlesyndication.com22169 KiB274 ms
sail-personalize.com18102 KiB
osano.com8100 KiB559 ms
kntxy.com499 KiB6 ms
amazon-adsystem.com296 KiB32 ms
liadm.com354 KiB39 ms
sail-horizon.com148 KiB
openxcdn.net132 KiB21 ms

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://static.fundraiseup.com/checkout.c610020493260838.js 3P438 KiB87.7%384 KiB
https://cdn.yourbow.com/ted/hbyb.js 3P230 KiB60.7%140 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607220101/pubads_impl.js?cb=31099896 3P197 KiB58.4%115 KiB
https://static.fundraiseup.com/checkout-vendors.b193665822f8a977.js 3P120 KiB86.3%104 KiB
https://www.ted.com/_next/static/chunks/44ibq3ti596bx.js100 KiB99.9%100 KiB
https://www.ted.com/_next/static/chunks/31mlfg_596vd-.js86 KiB77.5%67 KiB
https://c.amazon-adsystem.com/aax2/apstag.js 3P93 KiB68.9%64 KiB
https://static.fundraiseup.com/checkout-sentry-vendor.b10a8cec397a2908.js 3P41 KiB99.9%41 KiB
https://www.ted.com/_next/static/chunks/3k1bfck43y6e9.js39 KiB99.7%39 KiB
https://ak.sail-horizon.com/spm/spm.v1.min.js 3P48 KiB73.1%35 KiB
https://www.ted.com/_next/static/chunks/1qv1n36ntgutz.js100 KiB34.9%35 KiB
https://www.ted.com/_next/static/chunks/17mot0xvycm3l.js60 KiB54.7%33 KiB
https://b-code.liadm.com/a-091g.min.js 3P54 KiB48.6%26 KiB
https://www.ted.com/_next/static/chunks/43csulgewbkuo.js43 KiB59%25 KiB
https://www.ted.com/_next/static/chunks/17a2757gk_59k.js24 KiB99.9%24 KiB

Network

303Requests
5398 KiBTransferred
133Scripts
59.7%3rd-party
10Long tasks
Script (133)
3265 KiB
Image (33)
815 KiB
Fetch (77)
743 KiB
Font (2)
363 KiB
Document (17)
97 KiB
Stylesheet (6)
56 KiB
XHR (15)
31 KiB
Other (19)
25 KiB
Ping (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://static.fundraiseup.com/checkout.c610020493260838.jsScript200438 KiB
https://pl.tedcdn.com/fonts/InterVariable.woff2Font200345 KiB
https://cdn.yourbow.com/ted/hbyb.jsScript200230 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607220101/pubads_impl.js?cb=31099896Script200197 KiB
https://static.fundraiseup.com/elements-langs-vendors.2231cef3747d0222.jsScript200146 KiB
https://pi.tedcdn.com/r/talkstar-photos.s3.amazonaws.com/uploads/d70f6cb7-68cf-47fd-9e6e-11187af5176a/SoniaVallabh_2024-embed.jpg?u%5Br%5D=2&u%5Bs%5D=0.5&u%5Ba%5D=0.8&u%5Bt%5D=0.03&quality=80&w=1920Image200131 KiB
https://pi.tedcdn.com/r/talkstar-assets.s3.amazonaws.com/production/talks/talk_148277/f6e10c22-398e-4cd0-8d1e-75b3c5cfb98e/SarahCrawfod-Bohl_2024X-embed.jpg?u%5Br%5D=2&u%5Bs%5D=0.5&u%5Ba%5D=0.8&u%5Bt%5D=0.03&quality=80&w=1920Image200122 KiB
https://static.fundraiseup.com/checkout-vendors.b193665822f8a977.jsScript200120 KiB
https://www.ted.com/_next/static/chunks/1qv1n36ntgutz.jsScript200100 KiB
https://www.ted.com/_next/static/chunks/44ibq3ti596bx.jsScript200100 KiB
https://www.ted.com/Document20097 KiB
https://c.amazon-adsystem.com/aax2/apstag.jsScript20093 KiB
https://www.ted.com/_next/static/chunks/31mlfg_596vd-.jsScript20086 KiB
https://media.kntxy.com/storage/2/4/1/241d395841261b9c089a06b398e76958da99cb48.jpgImage20079 KiB
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jsScript20073 KiB
https://www.ted.com/_next/data/8fc6a53d5bcb/topics/ai.json?slug=aiFetch20073 KiB
https://www.ted.com/_next/data/8fc6a53d5bcb/topics/personal+growth.json?slug=personal%2BgrowthFetch20073 KiB
https://www.ted.com/_next/data/8fc6a53d5bcb/topics/health.json?slug=healthFetch20072 KiB
https://www.ted.com/_next/data/8fc6a53d5bcb/topics/sustainability.json?slug=sustainabilityFetch20072 KiB
https://www.ted.com/_next/data/8fc6a53d5bcb/topics/technology.json?slug=technologyFetch20072 KiB
https://www.ted.com/_next/data/8fc6a53d5bcb/topics/business.json?slug=businessFetch20072 KiB
https://cdn.fundraiseup.com/widget/AVFWZGUVScript20066 KiB
https://www.ted.com/_next/data/8fc6a53d5bcb/index.jsonFetch20064 KiB
https://pi.tedcdn.com/r/talkstar-assets.s3.amazonaws.com/production/talks/talk_184094/7ebaaf96-4d8f-439f-8a65-03a41c5c273e/LisaMonteggia_2025X-stageshot.jpg?u%5Br%5D=2&u%5Bs%5D=0.5&u%5Ba%5D=0.8&u%5Bt%5D=0.03&quality=80&w=750Image20063 KiB
https://tpc.googlesyndication.com/simgad/17408342879869698371Image20061 KiB
https://www.ted.com/_next/static/chunks/17mot0xvycm3l.jsScript20060 KiB
https://cmp.osano.com/AzqTgHUHUGJa7gInt/9e4d9097-fa02-474b-9ac9-958cf3f54337/osano.jsScript20057 KiB
https://pi.tedcdn.com/r/talkstar-assets.s3.amazonaws.com/production/talks/talk_183607/6bcff060-d67a-49f5-99d3-97d849f132b2/SukiHillier_2026S-stageshot.jpg?u%5Br%5D=2&u%5Bs%5D=0.5&u%5Ba%5D=0.8&u%5Bt%5D=0.03&quality=80&w=750Image20056 KiB
https://b-code.liadm.com/a-091g.min.jsScript20054 KiB
https://www.ted.com/_next/static/chunks/1251ihbs-w-kh.cssStylesheet20052 KiB

Long tasks (>50 ms)

StartDuration
1492 ms708 ms
8221 ms686 ms
281 ms349 ms
4371 ms285 ms
5506 ms264 ms
6494 ms216 ms
862 ms214 ms
2980 ms203 ms
1264 ms190 ms
7040 ms164 ms
Analyzing…
running mobile + desktop · ~30s