www.ft.com

Report from 8/8/2026, 12:09:09 PM https://www.ft.com
Latest run · lab, cold cache
29
8/8/2026
28-day score · p75 · the standard
42
28 runs
▼ latest 13 below the 28-day score
CRR1%latest
SSD85%latest
TC1927 toklatest
TTFUT24 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/ft.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.ft.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.ft.com"><img src="https://agentvitals.dev/badge/ft.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameSecurity Verification · 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
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.

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

Metrics

1%
CRR Content Recovery Poor
0.85
SSD Semantic Signal Density Good
1,927 tok
TC Token Cost Good
20 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
69.8% · 12,832
Chrome (nav / header / footer)
28.2% · 5,186
Boilerplate (cookie / ad)
0% · 0
Other
2.1% · 379

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence99% of content requires JS · 1% 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.

Rendered profile: headless

Agent Discoverability 38/100 · Agent Blocked

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 No /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 (8)

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

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/

XML sitemap present medium impact No /sitemap.xml

Business impact A sitemap is your table of contents for AI crawlers. Without it agents follow homepage links and miss deep pages (products, docs, pricing) — shrinking what they can recommend.

What we measured We fetch /sitemap.xml (and /sitemap_index.xml), confirm valid XML with <loc> entries, and check <lastmod> freshness.

How to fix Generate an XML sitemap of all public pages with current lastmod dates and reference it in robots.txt.

Learn how to implement →

# robots.txt
Sitemap: https://example.com/sitemap.xml

Spec: https://www.sitemaps.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 (3)

✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ 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=63072000; 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

pubads_impl.js — 199 KiB transferred, 78.9% unused (third-party)

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

12.9 MB total

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

10 third-party requests · 481 KiB (3.6% of transfer) · 59 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
doubleclick.net3258 KiB59 ms
googletagmanager.com1188 KiB
chartbeat.com328 KiB
adsafeprotected.com17 KiB
chartbeat.net20 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://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607300101/pubads_impl.js?cb=122880088 3P199 KiB78.9%157 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68 3P188 KiB44.2%83 KiB
https://www.ft.com/__assets/hashed/page-kit/227.dd622cde5f74.bundle.js102 KiB69.7%71 KiB
https://consent-manager.ft.com/Notice.97af9.js93 KiB72%67 KiB
https://consent-manager.ft.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js42 KiB61.5%26 KiB
https://bloomreach.ft.com/js/exponea.min.js53 KiB47.3%25 KiB
https://consent-manager.ft.com/unified/wrapperMessagingWithoutDetection.js40 KiB52.5%21 KiB
https://consent-manager.ft.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js29 KiB55.2%16 KiB
https://securepubads.g.doubleclick.net/tag/js/gpt.js 3P36 KiB43.6%16 KiB
https://bloomreach.ft.com/webxp/script/d6e5bd4c-9228-11eb-a414-9a67e462410e/69ccb0f4-72f6-486a-bb97-31fd54df0b15/modifications.min.js?http-referer=https%3A%2F%2Fwww.ft.com%2F&cookie-expires=180139793415 KiB69.2%11 KiB
https://www.ft.com/__assets/hashed/page-kit/scripts.6e4b78465cf2.bundle.js14 KiB74.9%10 KiB
https://pg.ft.com/adapters/dotcom-home-page.min.js12 KiB74.4%9 KiB
https://static.chartbeat.com/js/chartbeat.js 3P17 KiB45.6%8 KiB
https://www.ft.com/__assets/hashed/page-kit/customCodeComponents.5cc70aa54c67.bundle.js8 KiB94.7%7 KiB
https://www.ft.com/__assets/hashed/page-kit/financial-times-n-syndication.d2a7fe309e84.bundle.js8 KiB78.8%6 KiB

Network

142Requests
13212 KiBTransferred
41Scripts
3.6%3rd-party
2Long tasks
Media (1)
10805 KiB
Script (41)
957 KiB
Image (52)
954 KiB
Font (4)
247 KiB
Stylesheet (5)
105 KiB
Fetch (13)
57 KiB
Document (2)
42 KiB
Other (4)
24 KiB
XHR (6)
10 KiB
Ping (13)
8 KiB
Manifest (1)
2 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://next-media-api.ft.com/clips/optimised-media-files/17855157136020/1920x1080.mp4Media20610805 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607300101/pubads_impl.js?cb=122880088Script200199 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-NWQJW68Script200188 KiB
https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F7514fc3c-ca6c-4a9b-a4bf-ee905da818e8.gif?source=next-home-page&dpr=2&width=580&fit=scale-downImage200150 KiB
https://www.ft.com/__origami/service/build/v3/font?version=1.13&font_name=Metric2-VF&system_code=origami&font_format=woff2Font200121 KiB
https://www.ft.com/__assets/hashed/page-kit/227.dd622cde5f74.bundle.jsScript200102 KiB
https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fc0894bc6-d956-48c9-b3a6-218efd9560d4.png?source=next-home-page&dpr=2&width=580&fit=scale-downImage200100 KiB
https://consent-manager.ft.com/Notice.97af9.jsScript20093 KiB
https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F3bbb5c72-ab0f-41d5-a3d2-d97b5c331276.jpg?source=next-home-page&dpr=2&width=580&fit=scale-downImage20087 KiB
https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F4baab62f-34fd-4952-91b6-a8090af12132.jpg?source=next-home-page&dpr=2&height=435&fit=cover&gravity=poi&width=580Image20086 KiB
https://www.ft.com/__origami/service/build/v3/font?version=1.13&font_name=FinancierDisplay-VF&system_code=origami&font_format=woff2Font20064 KiB
https://bloomreach.ft.com/js/exponea.min.jsScript20053 KiB
https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F53ab5a38-8052-45a2-9d14-1e3e26422279.jpg?source=next-home-page&dpr=2&width=580&fit=scale-downImage20049 KiB
https://consent-manager.ft.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.jsScript20042 KiB
https://consent-manager.ft.com/unified/wrapperMessagingWithoutDetection.jsScript20040 KiB
https://www.ft.com/Document20040 KiB
https://securepubads.g.doubleclick.net/tag/js/gpt.jsScript20036 KiB
https://www.ft.com/__origami/service/build/v3/font?font_format=woff2&font_name=MetricWeb-Semibold&system_code=origami&version=1.12Font20032 KiB
https://www.ft.com/__origami/service/build/v3/font?font_format=woff2&font_name=MetricWeb-Regular&system_code=origami&version=1.12Font20030 KiB
https://consent-manager.ft.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jsScript20029 KiB
https://www.ft.com/__assets/hashed/page-kit/579.fc5bb38924ff.cssStylesheet20028 KiB
https://www.ft.com/__assets/hashed/page-kit/styles.8097598ae6c4.cssStylesheet20028 KiB
https://www.ft.com/__assets/hashed/page-kit/632.d01de9f81419.cssStylesheet20028 KiB
https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Ffbb6ba9a-61fb-444a-9d77-c979913521b8.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downImage20028 KiB
https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F63881c4e-102b-4853-abdf-f7bef1afb61a.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downImage20027 KiB
https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2F536afd14-6675-4b0f-b1c4-c25ee8565451.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downImage20026 KiB
https://images.ft.com/v3/image/raw/https%3A%2F%2Fd1e00ek4ebabms.cloudfront.net%2Fproduction%2Fa245eaa8-cbdf-4d0c-bb3b-80dd3baa0299.jpg?source=next-home-page&dpr=2&width=280&fit=scale-downImage20026 KiB
https://bloomreach.ft.com/webxp/projects/d6e5bd4c-9228-11eb-a414-9a67e462410e/bundleFetch20024 KiB
https://bloomreach.ft.com/webxp/projects/d6e5bd4c-9228-11eb-a414-9a67e462410e/bundleFetch20024 KiB
https://images.ft.com/v3/image/raw/https%3A%2F%2Fnext-video-editor-images.s3.ap-northeast-1.amazonaws.com%2F7dfbe288-eb48-44cf-9f62-9f81c5c7374b?source=next-home-page&dpr=2&height=180&fit=cover&gravity=faces&width=180Image20024 KiB

Long tasks (>50 ms)

StartDuration
572 ms61 ms
702 ms54 ms
Analyzing…
running mobile + desktop · ~30s