www.france24.com

Report from 7/24/2026, 12:40:02 PM https://www.france24.com
Latest run · lab, cold cache
49
7/24/2026
28-day score · p75 · the standard
49
9 runs
CRR100%latest
SSD61%latest
TC680 toklatest
TTFUT1987 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/france24.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.france24.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.france24.com"><img src="https://agentvitals.dev/badge/france24.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: HIGH
Business nameFRANCE 24
CategoryWebSite
🟡Price$100 · guessed from page text (no structured data)
Locationnot applicable · not applicable to this page type
Hoursnot applicable · not applicable to this page type
Productsnot applicable · not applicable to this page type
DescriptionBreaking news and world news from France 24 on Business, Sports, Culture. Video news. News from the US, Europe, Asia Pacific, Africa, Middle East, America

An agent can answer questions about you accurately. 3/4 applicable facts come from machine-readable structured data.

49
Overall score
weighted CAV (0–100)
PASS
0–4950–8990–100

Metrics

100%
CRR Content Recovery Good
0.61
SSD Semantic Signal Density Good
680 tok
TC Token Cost Good
172 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
89.2% · 16,317
Chrome (nav / header / footer)
9.4% · 1,728
Boilerplate (cookie / ad)
1.2% · 219
Other
0.1% · 27

Final screenshot

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

Diagnostics

No issues found — this page is well-prepared for agents.

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 No /sitemap.xml Learn →
JSON-LD structured data Types: BreadcrumbList, ItemList, WebSite 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: didomi (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

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

✓ No CAPTCHA wall✓ Machine-readable prices✓ No login wall on public content✓ Structured data (JSON-LD)✓ 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.

59Transport posture (0–100, unscored)
2pass
1warn
2fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=15768000
❌ Content-Security-Policyno content-security-policy header
❌ X-Content-Type-Optionsmissing nosniff
⚠️ Referrer-Policyno referrer-policy header (browser default applies)
➖ CORS exposureno CORS headers on the document (normal for an HTML page)
Full profile — how to improve · unused JS · network · timing

How to improve

mediumSplit the heaviest unused bundle

vendor.1c107804371703b4e62c.js — 176 KiB transferred, 53.8% unused

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

fmm.io — 416 KiB, 8 requests, 264 ms main-thread

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

longest task 240 ms (5 total)

EvidenceMain thread blocked 240 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.

Third-party impact

8 third-party requests · 416 KiB (33.8% of transfer) · 264 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
fmm.io8416 KiB264 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://www.france24.com/build/js/vendor.1c107804371703b4e62c.js176 KiB53.8%95 KiB
https://consent.fmm.io/sdk/e85cd038f83b2f900323ab4b53d396187ed184a9/modern/sdk.e85cd038f83b2f900323ab4b53d396187ed184a9.js 3P109 KiB58.7%64 KiB
https://tms.fmm.io/f24/en.js 3P68 KiB63.9%44 KiB
https://www.france24.com/build/5351.1d4599263f000dafb15e.js47 KiB83.1%39 KiB
https://www.france24.com/build/js/main.1c107804371703b4e62c.js37 KiB60.4%23 KiB
https://consent.fmm.io/sdk/e85cd038f83b2f900323ab4b53d396187ed184a9/modern/ui-web-en-web.e85cd038f83b2f900323ab4b53d396187ed184a9.js 3P54 KiB38.8%21 KiB
https://www.france24.com/build/5470.7990b47e42246e69a051.js16 KiB78.9%12 KiB
https://consent.fmm.io/sdk/e85cd038f83b2f900323ab4b53d396187ed184a9/modern/gpp-library.e85cd038f83b2f900323ab4b53d396187ed184a9.js 3P17 KiB60.4%10 KiB
https://www.france24.com/build/8173.2d1db438c6bb7f604d5c.js6 KiB70.7%4 KiB
https://consent.fmm.io/sdk/e85cd038f83b2f900323ab4b53d396187ed184a9/modern/consent-string.e85cd038f83b2f900323ab4b53d396187ed184a9.js 3P7 KiB43.7%3 KiB
https://consent.fmm.io/sdk/e85cd038f83b2f900323ab4b53d396187ed184a9/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_google_google_js.e85cd038f83b2f900323ab4b53d396187ed184a9.js 3P1 KiB43.4%1 KiB
https://consent.fmm.io/sdk/e85cd038f83b2f900323ab4b53d396187ed184a9/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.e85cd038f83b2f900323ab4b53d396187ed184a9.js 3P2 KiB31.4%0 KiB
https://consent.fmm.io/495f718a-9d29-4830-96dc-6035928a6362/loader.js?target=www.france24.com 3P159 KiB0.1%0 KiB

Network

46Requests
1232 KiBTransferred
13Scripts
33.8%3rd-party
5Long tasks
Script (13)
699 KiB
Image (24)
303 KiB
Document (1)
102 KiB
Other (3)
52 KiB
Font (1)
47 KiB
Stylesheet (2)
27 KiB
XHR (1)
1 KiB
Manifest (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.france24.com/build/js/vendor.1c107804371703b4e62c.jsScript200176 KiB
https://consent.fmm.io/495f718a-9d29-4830-96dc-6035928a6362/loader.js?target=www.france24.comScript200159 KiB
https://consent.fmm.io/sdk/e85cd038f83b2f900323ab4b53d396187ed184a9/modern/sdk.e85cd038f83b2f900323ab4b53d396187ed184a9.jsScript200109 KiB
https://www.france24.com/en/Document200102 KiB
https://s.france24.com/media/display/48e5ee1a-8479-11f1-a85b-005056bf30b7/w:720/p:16x9/2026-07-20T195904Z-273184743-UP1EM7K1JIF1J-RTRMADP-3-SOCCER-WORLDCUP-ESP-CELEBRATIONS.webpImage20070 KiB
https://tms.fmm.io/f24/en.jsScript20068 KiB
https://consent.fmm.io/sdk/e85cd038f83b2f900323ab4b53d396187ed184a9/modern/ui-web-en-web.e85cd038f83b2f900323ab4b53d396187ed184a9.jsScript20054 KiB
https://s.france24.com/media/display/4aff5348-da4a-11ee-b8d2-005056a90284/w:1024/p:16x9/live_nologo_en_1920x1080.webpImage20049 KiB
https://www.france24.com/build/fonts/inter_latin.640b10a7966d94927c2ec64a71918e48.woff2Font20047 KiB
https://www.france24.com/build/5351.1d4599263f000dafb15e.jsScript20047 KiB
https://www.france24.com/build/images/svg/sprite.613371482bd39c1ae459d746f45df36f.svgOther20038 KiB
https://www.france24.com/build/js/main.1c107804371703b4e62c.jsScript20037 KiB
https://s.france24.com/media/display/e6279b3c-db08-11ee-b7f5-005056bf30b7/w:1024/p:16x9/news_en_1920x1080.webpImage20034 KiB
https://s.france24.com/media/display/4b6c620a-8482-11f1-b4b7-005056a90284/w:388/p:16x9/AP26197744073478.webpImage20023 KiB
https://s.france24.com/media/display/7d742e2c-83c4-11f1-9aba-005056bfb2b6/w:388/p:16x9/2026-07-19T225026Z-304043714-UP1EM7J1RG0FE-RTRMADP-3-SOCCER-WORLDCUP-ESP-ARG.webpImage20023 KiB
https://s.france24.com/media/display/94295b5c-84f4-11f1-82cc-005056a90284/w:1024/p:16x9/2026-07-18T135847Z-1220760552-RC2DGMA0ZV19-RTRMADP-3-IRAN-CRISIS-KUWAIT-OIL.webpImage20021 KiB
https://s.france24.com/media/display/da59f6a2-8406-11f1-8252-005056a90284/w:388/p:16x9/000-C2LL6UW.webpImage20019 KiB
https://www.france24.com/build/css/root.6f415c9b56d2f45355d8.cssStylesheet20019 KiB
https://s.france24.com/media/display/b08fd63c-84da-11f1-bb68-005056a97e36/w:388/p:16x9/2026-07-20T204107Z-58353261-RC2UHMAAEBKG-RTRMADP-3-ITALY-POLICE-DEATH.webpImage20017 KiB
https://consent.fmm.io/sdk/e85cd038f83b2f900323ab4b53d396187ed184a9/modern/gpp-library.e85cd038f83b2f900323ab4b53d396187ed184a9.jsScript20017 KiB
https://www.france24.com/build/5470.7990b47e42246e69a051.jsScript20016 KiB
https://s.france24.com/media/display/c0b95dda-84e4-11f1-9b17-005056a97e36/w:388/p:16x9/AP26202231513642.webpImage20013 KiB
https://www.france24.com/ios-iphone-ipad-144x144.pngOther20012 KiB
https://s.france24.com/media/display/b08f5af2-84cd-11f1-8476-005056bfb2b6/w:388/p:16x9/2026-07-19T060445Z-967560152-RC2OLGAANNKO-RTRMADP-3-USA-LEBANON.webpImage2009 KiB
https://www.france24.com/build/css/page-builder.a1a2c81e66ccf6468bc7.cssStylesheet2008 KiB
https://s.france24.com/media/display/beab9410-83c5-11f1-a40e-005056bfb2b6/w:388/p:16x9/9f93036d1a76d2eef7b3c4c6a8ae0fd1be864a00.webpImage2008 KiB
https://s.france24.com/media/display/d82e7750-84aa-11f1-855d-005056a90284/w:388/p:16x9/320c8ec8cecdb5bdbf3ef5c4504349b8d741012e.webpImage2007 KiB
https://consent.fmm.io/sdk/e85cd038f83b2f900323ab4b53d396187ed184a9/modern/consent-string.e85cd038f83b2f900323ab4b53d396187ed184a9.jsScript2007 KiB
https://s.france24.com/media/display/d5dc73ba-84a7-11f1-a0fa-005056a97e36/w:388/p:16x9/AP26201430781165.webpImage2006 KiB
https://www.france24.com/build/8173.2d1db438c6bb7f604d5c.jsScript2006 KiB

Long tasks (>50 ms)

StartDuration
1227 ms240 ms
623 ms206 ms
1086 ms101 ms
1557 ms88 ms
1808 ms53 ms
Analyzing…
running mobile + desktop · ~30s