www.who.int

Report from 7/24/2026, 10:45:13 AM https://www.who.int
Latest run · lab, cold cache
53
7/24/2026
28-day score · p75 · the standard
54
20 runs
CRR98%latest
SSD39%latest
TC334 toklatest
TTFUT14 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/who.int.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.who.int)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.who.int"><img src="https://agentvitals.dev/badge/who.int.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameWorld Health Organization (WHO) · guessed from page text (no structured data)
CategoryOrganization
Pricenot found
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionThe United Nations agency working to promote health, keep the world safe and serve the vulnerable. · guessed from page text (no structured data)

An agent is likely to fabricate missing details rather than say “I don’t know”. 1/7 applicable facts come from machine-readable structured data.

53
Overall score
weighted CAV (0–100)
WARN
0–4950–8990–100

Metrics

98%
CRR Content Recovery Good
0.40
SSD Semantic Signal Density Needs work
334 tok
TC Token Cost Good
25 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈11,625 across regions). 82% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.

Content
17.7% · 2,057
Chrome (nav / header / footer)
82.2% · 9,559
Boilerplate (cookie / ad)
0% · 0
Other
0.1% · 9

Final screenshot

Final screenshot of https://www.who.int

Diagnostics

high TC 82.3% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 17.7%, chrome 82.2%, boilerplate 0%, other 0.1%. Only 17.700000000000003% of the agent's tokens are real content.
ImpactAn agent pays for boilerplate on every request and has less context left for the real content.
Effort30–90 min

Fix: Strip repeated nav/header/footer/cookie chrome from the agent-visible output; wrap content in <main>/<article> so the extractor keeps signal and drops boilerplate.

medium SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.26 · website JSON-LD 1/2 · missing: name
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) Blocks: CCBot Learn →
sitemap.xml No /sitemap.xml Learn →
JSON-LD structured data Types: WebSite, Organization, WebPage Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (6)

robots.txt allows AI bots high impact Blocks: CCBot

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

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✓ No content-blocking cookie wall✓ 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.

86Transport posture (0–100, unscored)
5pass
1warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; preload
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policyno-referrer-when-downgrade
✅ CORS exposureaccess-control-allow-origin: *
Full profile — how to improve · unused JS · network · timing

How to improve

highSplit the heaviest unused bundlehighest leverage

checkout.f84aad023ce4c481.js — 437 KiB transferred, 87.7% unused (third-party)

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

longest task 533 ms (10 total)

EvidenceMain thread blocked 533 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 third-party weight

telerik.com — 1147 KiB, 4 requests, 549 ms main-thread

EvidenceThird-party is 42.1% of total transfer (48 requests); telerik.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 telerik.com; defer non-critical third-party scripts.
mediumSpeed up main-content render

largest contentful paint

EvidenceLCP is 3.4s.
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.
mediumCut total transfer weight

6.4 MB total

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

Third-party impact

48 third-party requests · 2769 KiB (42.1% of transfer) · 1216 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
telerik.com41147 KiB549 ms
fundraiseup.com16981 KiB446 ms
googletagmanager.com2333 KiB155 ms
fontawesome.com291 KiB
googleapis.com564 KiB
gstatic.com255 KiB
cloudflare.com343 KiB14 ms
clarity.ms327 KiB41 ms
google-analytics.com321 KiB11 ms
monsido.com47 KiB
fndrsp.net21 KiB
google.com10 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://static.fundraiseup.com/checkout.f84aad023ce4c481.js 3P437 KiB87.7%383 KiB
https://static.fundraiseup.com/checkout-vendors.b193665822f8a977.js 3P120 KiB86.4%104 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-5QFSQRT 3P170 KiB50.2%85 KiB
https://www.googletagmanager.com/gtag/js?id=G-WKG4M0MSB8&cx=c&gtm=4e67m0 3P163 KiB52.4%85 KiB
https://www.who.int/ScriptResource.axd?d=BipRCKUteAIr0PTUVR7xo6LCrTtac4Cof8FsWeF6Rs8EdDSOktcsIs7LNHQe0q9fjlWLg7K_ACXChvDiB89LssRRoiAaWPfFtKZ5o-YMiaG0eBABoldv--hS66lgbT7E3_ovT6krZJ6OXhPP-uxrsovsKl2AJ6Y1yCcYG8mHshUopGyI0&t=ffffffff844ef97394 KiB89.7%85 KiB
https://static.fundraiseup.com/checkout-sentry-vendor.b10a8cec397a2908.js 3P41 KiB99.9%41 KiB
https://www.who.int/ResourcePackages/WHO/assets/dist/scripts/lib/select2.full.min.js?v=14.0.7729.2297834 KiB76%26 KiB
https://static.fundraiseup.com/checkout-styles.c91a541c3192ee67.js 3P24 KiB99.9%24 KiB
https://cdn.fundraiseup.com/widget/AMEEWKFZ 3P67 KiB34.9%23 KiB
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js 3P25 KiB75.2%19 KiB
https://www.who.int/ScriptResource.axd?d=6DQe8ARl7A9TiuWej5ttChzH_bH_8oN_s_nT_Gi4bPGf8e5n2fEMKPjzLdvKHVty-4ZMcWf8z4wR7Uoe9uwfRcpGME2zu76GUYKLUjE5oVOWl9suUmdsLOBTG0SyiZPAlK9FJAXJhhse1qDM4EhvGTqNsxl81NUrAtHLeXR4O4h0ZoaW0&t=ffffffff844ef97348 KiB38.3%18 KiB
https://static.fundraiseup.com/elementsApi.cf7ac112f7eb0c07.js 3P39 KiB44.4%17 KiB
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/ScrollTrigger.min.js 3P15 KiB84%13 KiB
https://www.google-analytics.com/analytics.js 3P21 KiB57.5%12 KiB
https://scripts.clarity.ms/0.8.67/clarity.js 3P25 KiB46.6%12 KiB

Network

132Requests
6576 KiBTransferred
51Scripts
42.1%3rd-party
10Long tasks
Image (40)
2985 KiB
Script (51)
2900 KiB
Stylesheet (10)
463 KiB
Font (4)
147 KiB
Other (4)
36 KiB
Document (1)
29 KiB
XHR (17)
8 KiB
Manifest (1)
7 KiB
Fetch (4)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://kendo.cdn.telerik.com/2021.1.119/js/kendo.all.min.jsScript2001109 KiB
https://static.fundraiseup.com/checkout.f84aad023ce4c481.jsScript200437 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-hepatitis-day/2026/high-level-comemoration_web.tmb-479v.png?sfvrsn=11dc241c_1Image200416 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-hepatitis-day/2026/high-level-comemoration_web.tmb-768v.png?sfvrsn=11dc241c_1Image200394 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-drowning-prevention-day/2026/wdpd-hero-image.tmb-1024v.jpg?sfvrsn=b066d005_6Image200370 KiB
https://www.who.int/ResourcePackages/WHO/assets/dist/styles/main.min.css?v=14.0.7729.22978Stylesheet200320 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-drowning-prevention-day/2026/who-wdpd-webpage-hero.tmb-768v.jpg?sfvrsn=c1e27257_6Image200181 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-5QFSQRTScript200170 KiB
https://cdn.who.int/media/images/default-source/topics/populations-demographics-human-behaviour-and-injuries/road-traffic/bloomberg-initiative-for-global-road-safety.tmb-768v.jpg?sfvrsn=254cb8e9_6Image200163 KiB
https://www.googletagmanager.com/gtag/js?id=G-WKG4M0MSB8&cx=c&gtm=4e67m0Script200163 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-hepatitis-day/2026/world_hepatitis_day_2026_banner.tmb-768v.jpg?sfvrsn=10acd4c3_1Image200154 KiB
https://static.fundraiseup.com/elements-langs-vendors.36d8c4a6901ef786.jsScript200145 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-drowning-prevention-day/2026/lifeguard-training-in-ghana.tmb-768v.jpg?sfvrsn=56e32e7b_1Image200129 KiB
https://cdn.who.int/media/images/default-source/topics/nutrition-and-food/healthy-diet/a-mother-and-a-child-in-a-market-choosing-fruit-and-vegetables.tmb-768v.jpg?sfvrsn=4c0930f3_6Image200126 KiB
https://static.fundraiseup.com/checkout-vendors.b193665822f8a977.jsScript200120 KiB
https://cdn.who.int/media/images/default-source/topics/populations-demographics-human-behaviour-and-injuries/road-traffic/bloomberg-initiative-for-global-road-safety.tmb-549v.jpg?sfvrsn=254cb8e9_6Image200100 KiB
https://www.who.int/ScriptResource.axd?d=BipRCKUteAIr0PTUVR7xo6LCrTtac4Cof8FsWeF6Rs8EdDSOktcsIs7LNHQe0q9fjlWLg7K_ACXChvDiB89LssRRoiAaWPfFtKZ5o-YMiaG0eBABoldv--hS66lgbT7E3_ovT6krZJ6OXhPP-uxrsovsKl2AJ6Y1yCcYG8mHshUopGyI0&t=ffffffff844ef973Script20094 KiB
https://cdn.who.int/media/images/default-source/topics/populations-demographics-human-behaviour-and-injuries/ageing/physical-therapy-for-the-elderly.tmb-768v.jpg?sfvrsn=1933a3ac_7Image20086 KiB
https://cdn.who.int/media/images/default-source/cover-images/decorative-images/aids2026-square-illustration.tmb-768v.jpg?sfvrsn=da6b6746_1Image20082 KiB
https://cdn.who.int/media/images/default-source/topics/populations-demographics-human-behaviour-and-injuries/road-traffic/bloomberg-initiative-for-global-road-safety.tmb-479v.jpg?sfvrsn=254cb8e9_6Image20081 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-drowning-prevention-day/2026/who-wdpd-webpage-hero.tmb-479v.jpg?sfvrsn=c1e27257_6Image20078 KiB
https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2Font20077 KiB
https://cdn.who.int/media/images/default-source/topics/nutrition-and-food/healthy-diet/a-mother-and-a-child-in-a-market-choosing-fruit-and-vegetables.tmb-549v.jpg?sfvrsn=4c0930f3_6Image20077 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-drowning-prevention-day/2026/lifeguard-training-in-ghana.tmb-549v.jpg?sfvrsn=56e32e7b_1Image20074 KiB
https://cdn.who.int/media/images/default-source/headquarters/teams/chief-scientist-and-science-division-(sci)/research-for-health-(rfh)/evidence-to-policy-impact-(erp)/research-workshop.tmb-549v.jpg?sfvrsn=689b7609_6Image20071 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-hepatitis-day/2026/world_hepatitis_day_2026_banner.tmb-479v.jpg?sfvrsn=10acd4c3_1Image20068 KiB
https://cdn.fundraiseup.com/widget/AMEEWKFZScript20067 KiB
https://cdn.who.int/media/images/default-source/topics/nutrition-and-food/healthy-diet/a-mother-and-a-child-in-a-market-choosing-fruit-and-vegetables.tmb-479v.jpg?sfvrsn=4c0930f3_6Image20062 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-drowning-prevention-day/2026/lifeguard-training-in-ghana.tmb-479v.jpg?sfvrsn=56e32e7b_1Image20059 KiB
https://cdn.who.int/media/images/default-source/cover-images/decorative-images/aids2026-square-illustration.tmb-479v.jpg?sfvrsn=da6b6746_1Image20049 KiB

Long tasks (>50 ms)

StartDuration
2663 ms533 ms
1384 ms403 ms
3559 ms200 ms
2353 ms134 ms
2532 ms121 ms
4150 ms121 ms
942 ms108 ms
4397 ms107 ms
3247 ms101 ms
1890 ms96 ms
Analyzing…
running mobile + desktop · ~30s