www.who.int

Report from 8/7/2026, 10:51:57 AM https://www.who.int
Latest run · lab, cold cache
53
8/7/2026
28-day score · p75 · the standard
54
8 runs
CRR99%latest
SSD39%latest
TC336 toklatest
TTFUT13 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)
FAIL
0–4950–8990–100

Metrics

99%
CRR Content Recovery Good
0.39
SSD Semantic Signal Density Poor
336 tok
TC Token Cost Good
11 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
19% · 2,251
Chrome (nav / header / footer)
80.9% · 9,559
Boilerplate (cookie / ad)
0% · 0
Other
0.1% · 9

Final screenshot

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

Diagnostics

high SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.25 · 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.

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

agent representation — token decomposition

EvidenceToken decomposition: content 19%, chrome 80.9%, boilerplate 0%, other 0.1%. Only 19% 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.

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.8139566e646641f3.js — 438 KiB transferred, 87.6% 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.8139566e646641f3.js, or drop unused dependencies. It is third-party — lazy-load or remove it.
mediumCut third-party weight

telerik.com — 1148 KiB, 4 requests, 144 ms main-thread

EvidenceThird-party is 44.3% of total transfer (51 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.
mediumBreak up long main-thread tasks

longest task 143 ms (2 total)

EvidenceMain thread blocked 143 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

6.1 MB total

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

Third-party impact

51 third-party requests · 2773 KiB (44.3% of transfer) · 278 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.com41148 KiB144 ms
fundraiseup.com16981 KiB134 ms
googletagmanager.com5337 KiB
fontawesome.com291 KiB
googleapis.com564 KiB
gstatic.com255 KiB
cloudflare.com342 KiB
clarity.ms327 KiB
google-analytics.com321 KiB
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.8139566e646641f3.js 3P438 KiB87.6%384 KiB
https://static.fundraiseup.com/checkout-vendors.b193665822f8a977.js 3P120 KiB86.4%104 KiB
https://www.googletagmanager.com/gtag/js?id=G-WKG4M0MSB8&cx=c&gtm=4e6852 3P166 KiB52.8%87 KiB
https://www.who.int/ScriptResource.axd?d=BipRCKUteAIr0PTUVR7xo6LCrTtac4Cof8FsWeF6Rs8EdDSOktcsIs7LNHQe0q9fjlWLg7K_ACXChvDiB89LssRRoiAaWPfFtKZ5o-YMiaG0eBABoldv--hS66lgbT7E3_ovT6krZJ6OXhPP-uxrsovsKl2AJ6Y1yCcYG8mHshUopGyI0&t=ffffffff844ef97394 KiB89.7%85 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-5QFSQRT 3P171 KiB49.4%84 KiB
https://static.fundraiseup.com/checkout-sentry-vendor.b10a8cec397a2908.js 3P41 KiB99.9%41 KiB
https://static.fundraiseup.com/checkout-styles.0a2227b52c159ab3.js 3P24 KiB99.9%24 KiB
https://cdn.fundraiseup.com/widget/AMEEWKFZ 3P65 KiB36.5%24 KiB
https://www.who.int/ResourcePackages/WHO/assets/dist/scripts/lib/select2.full.min.js?v=14.0.7729.1977528 KiB76%21 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.f318f3ebf7bf15ec.js 3P36 KiB49.8%18 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.69/clarity.js 3P25 KiB47.2%12 KiB

Network

131Requests
6262 KiBTransferred
52Scripts
44.3%3rd-party
2Long tasks
Script (52)
2893 KiB
Image (38)
2512 KiB
Stylesheet (10)
628 KiB
Font (4)
147 KiB
Other (4)
36 KiB
Document (1)
30 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.jsScript2001110 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-breastfeeding-week/2026/wbw-webinar-paho.tmb-768v.png?sfvrsn=7ab5cd48_1Image200749 KiB
https://www.who.int/ResourcePackages/WHO/assets/dist/styles/main.min.css?v=14.0.7729.19775Stylesheet200487 KiB
https://static.fundraiseup.com/checkout.8139566e646641f3.jsScript200438 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-breastfeeding-week/2026/wbw-webinar-paho.tmb-479v.png?sfvrsn=7ab5cd48_1Image200335 KiB
https://cdn.who.int/media/images/default-source/emergencies-and-disasters/2026---ebola-outbreak---drc/health-workers-during-ebola-response-dr-congo.tmb-1024v.jpg?sfvrsn=acd15ebe_1Image200201 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-5QFSQRTScript200171 KiB
https://www.googletagmanager.com/gtag/js?id=G-WKG4M0MSB8&cx=c&gtm=4e6852Script200166 KiB
https://cdn.who.int/media/images/default-source/topics/diseases-and-conditions/hiv/hiv-and-sti-prevention-and-treatment9752ebe4-ac27-4ee8-b839-6d8dd9c4800c.tmb-768v.jpg?sfvrsn=26d81123_5Image200156 KiB
https://static.fundraiseup.com/elements-langs-vendors.b98de5bb91352187.jsScript200149 KiB
https://www.who.int/images/default-source/departments/ntd-library/noma/noma-nigeria-2017-jeantet-claire-inediz.tmb-768v.jpg?Culture=en&sfvrsn=c3576f9d_1Image200131 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_6Image200129 KiB
https://cdn.who.int/media/images/default-source/emergencies-and-disasters/2026---ebola-outbreak---drc/response-to-ebola-outbreak-in-dr-congo-2026.tmb-768v.jpg?sfvrsn=60375d13_1Image200125 KiB
https://static.fundraiseup.com/checkout-vendors.b193665822f8a977.jsScript200120 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/diseases-and-conditions/hiv/hiv-and-sti-prevention-and-treatment9752ebe4-ac27-4ee8-b839-6d8dd9c4800c.tmb-549v.jpg?sfvrsn=26d81123_5Image20086 KiB
https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2Font20077 KiB
https://cdn.who.int/media/images/default-source/emergencies-and-disasters/2026---ebola-outbreak---drc/response-to-ebola-outbreak-in-dr-congo-2026.tmb-549v.jpg?sfvrsn=60375d13_1Image20075 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_6Image20074 KiB
https://cdn.who.int/media/images/default-source/topics/diseases-and-conditions/hiv/hiv-and-sti-prevention-and-treatment9752ebe4-ac27-4ee8-b839-6d8dd9c4800c.tmb-479v.jpg?sfvrsn=26d81123_5Image20067 KiB
https://cdn.fundraiseup.com/widget/AMEEWKFZScript20065 KiB
https://www.who.int/images/default-source/departments/ntd-library/noma/noma-nigeria-2017-jeantet-claire-inediz.tmb-479v.jpg?Culture=en&sfvrsn=c3576f9d_1Image20062 KiB
https://cdn.who.int/media/images/default-source/emergencies-and-disasters/2026---ebola-outbreak---drc/response-to-ebola-outbreak-in-dr-congo-2026.tmb-479v.jpg?sfvrsn=60375d13_1Image20061 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_6Image20059 KiB
https://cdn.who.int/media/images/default-source/headquarters/teams/uhc-healthier-populations-(hep)/nutrition-and-food-safety-(nfs)/food-nutrition-action-in-health-systems-(ahs)/young-mother-breastfeeding-in-a-park.tmb-549v.jpg?sfvrsn=903941b1_6Image20058 KiB
https://www.who.int/ResourcePackages/WHO/assets/dist/styles/origin.min.css?v=14.0.7729.19775Stylesheet20048 KiB
https://www.who.int/ScriptResource.axd?d=6DQe8ARl7A9TiuWej5ttChzH_bH_8oN_s_nT_Gi4bPGf8e5n2fEMKPjzLdvKHVty-4ZMcWf8z4wR7Uoe9uwfRcpGME2zu76GUYKLUjE5oVOWl9suUmdsLOBTG0SyiZPAlK9FJAXJhhse1qDM4EhvGTqNsxl81NUrAtHLeXR4O4h0ZoaW0&t=ffffffff844ef973Script20048 KiB
https://cdn.fundraiseup.com/embed-data/elements-global/AMEEWKFZ.jsScript20045 KiB
https://cdn.who.int/media/images/default-source/headquarters/campaigns/world-breastfeeding-week/2026/wbw-webinar-paho.tmb-131v.png?sfvrsn=7ab5cd48_1Image20041 KiB
https://static.fundraiseup.com/checkout-sentry-vendor.b10a8cec397a2908.jsScript20041 KiB

Long tasks (>50 ms)

StartDuration
238 ms143 ms
555 ms62 ms
Analyzing…
running mobile + desktop · ~30s