www.aljazeera.com

Report from 7/24/2026, 11:27:18 AM https://www.aljazeera.com
Latest run · lab, cold cache
42
7/24/2026
28-day score · p75 · the standard
43
13 runs
CRR9%latest
SSD83%latest
TC2036 toklatest
TTFUT31 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/aljazeera.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.aljazeera.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.aljazeera.com"><img src="https://agentvitals.dev/badge/aljazeera.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameAl Jazeera
CategoryNewsMediaOrganization
Pricenot found
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionNews, analysis from the Middle East & worldwide, multimedia & interactives, opinions, documentaries, podcasts, long reads and broadcast schedule. · guessed from page text (no structured data)

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

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

Metrics

9%
CRR Content Recovery Poor
0.83
SSD Semantic Signal Density Good
2,036 tok
TC Token Cost Good
33 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
13.8% · 2,252
Chrome (nav / header / footer)
8.5% · 1,381
Boilerplate (cookie / ad)
0.4% · 60
Other
77.3% · 12,603

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence91% of content requires JS · 9% 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.

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

agent representation — token decomposition

EvidenceToken decomposition: content 13.8%, chrome 8.5%, boilerplate 0.4%, other 77.3%. Only 13.799999999999997% 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 65/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 Types: CollectionPage, WebSite, NewsMediaOrganization 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: * (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

~ 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 login wall on public content✓ Structured data (JSON-LD)✓ 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.

70Transport posture (0–100, unscored)
3pass
1warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=15768000
❌ Content-Security-Policyno content-security-policy header
✅ X-Content-Type-Optionsnosniff
⚠️ 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

highProfile reflects a block/challenge page — not your contenthighest leverage

whole profile

EvidenceMeasured against a block/challenge page (a bot-wall/CAPTCHA was served (www.gstatic.com)); every number here describes the wall, not your site.
ImpactAn AI agent hits the same wall and recovers none of your content — fix the block before optimizing anything else.
FixAllowlist legitimate agent user-agents / IP ranges in your WAF or bot-management and serve real content (not a challenge), then re-run.

Third-party impact

206 third-party requests · 2391 KiB (59.7% of transfer) · 4392 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
gstatic.com1375 KiB1400 ms
pub.network13365 KiB2277 ms
googletagmanager.com2292 KiB127 ms
doubleclick.net13256 KiB216 ms
cookielaw.org6242 KiB44 ms
boltdns.net10241 KiB
opta.net19115 KiB
amazon-adsystem.com7100 KiB104 ms
webcontentassessor.com199 KiB20 ms
onesignal.com345 KiB
rapidedge.io140 KiB59 ms
id5-sync.com539 KiB8 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.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__en.js 3P375 KiB63.2%237 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607140101/pubads_impl.js 3P195 KiB62.3%122 KiB
https://a.pub.network/aljazeera-com/prebid.js 3P176 KiB56%99 KiB
https://www.googletagmanager.com/gtag/js?id=G-XN9JB9Q0M1 3P174 KiB49.9%87 KiB
https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js 3P128 KiB67.2%86 KiB
https://a.pub.network/aljazeera-com/pubfig.engine.js 3P148 KiB54%80 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MJWQ5L2 3P118 KiB60.3%71 KiB
https://c.amazon-adsystem.com/aax2/apstag.js 3P91 KiB53.9%49 KiB
https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160607 3P42 KiB76.9%32 KiB
https://www.aljazeera.com/static/js/vendor~main~d08ff9cb.4f636a56.r2.chunk.js49 KiB65.8%32 KiB
https://www.aljazeera.com/static/js/firebase-packages~7dbd8cdd.54945474.r2.chunk.js39 KiB76.9%30 KiB
https://www.aljazeera.com/static/js/component~components/audio/player/AudioPlayer~493df0b3.0507c30b.r2.chunk.js32 KiB91.2%29 KiB
https://www.aljazeera.com/static/js/vendor~aje/containers/home-page~components/video-article/videoPageDispatcher~containers/amp-live-blo~5f903362.bce5f51b.r2.chunk.js32 KiB87.2%28 KiB
https://www.aljazeera.com/static/js/graphql-core~7dbd8cdd.de803874.r2.chunk.js49 KiB56.7%28 KiB
https://www.aljazeera.com/static/js/component~main~748942c6.155a6fb0.r2.chunk.js90 KiB30.7%28 KiB

Network

273Requests
4008 KiBTransferred
54Scripts
59.7%3rd-party
10Long tasks
Script (54)
2612 KiB
Image (59)
851 KiB
Fetch (82)
136 KiB
Document (32)
126 KiB
Font (6)
113 KiB
Stylesheet (12)
104 KiB
Other (18)
37 KiB
XHR (9)
28 KiB
Ping (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__en.jsScript200375 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607140101/pubads_impl.jsScript200195 KiB
https://a.pub.network/aljazeera-com/prebid.jsScript200176 KiB
https://www.googletagmanager.com/gtag/js?id=G-XN9JB9Q0M1Script200174 KiB
https://a.pub.network/aljazeera-com/pubfig.engine.jsScript200148 KiB
https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.jsScript200128 KiB
https://www.aljazeera.com/Document200126 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MJWQ5L2Script200118 KiB
https://www.aljazeera.com/wp-content/uploads/2026/07/afp_6a5c6a204e16-1784441376.jpg?resize=770%2C513&quality=80Image200114 KiB
https://scripts.mf.webcontentassessor.com/scripts/fbc1ae46ca1648e1001502b614ee99bb89881227aee2fc44acc1bab4338e8149Script20099 KiB
https://cdn.cookielaw.org/consent/602a83e6-bfb3-414b-866b-461b4fa31165/0198a48e-c865-7003-bad1-7753fabccd9e/en.jsonFetch20094 KiB
https://c.amazon-adsystem.com/aax2/apstag.jsScript20091 KiB
https://www.aljazeera.com/static/js/component~main~748942c6.155a6fb0.r2.chunk.jsScript20090 KiB
https://www.aljazeera.com/wp-content/uploads/2026/07/2026-05-07T230320Z_1348142667_RC2L4LAARRM1_RTRMADP_3_SOCCER-WORLD-CUP-USA-1784284523.jpg?resize=770%2C513&quality=80Image20070 KiB
https://www.aljazeera.com/wp-content/uploads/2026/07/AFP__20260718__C2JR9DV__v1__HighRes__IranUsIsraelWar-1784455304.jpg?resize=770%2C513&quality=80Image20061 KiB
https://www.aljazeera.com/static/js/component~main~b07b7304.7e944804.r2.chunk.jsScript20059 KiB
https://www.aljazeera.com/wp-content/uploads/2026/07/2026-07-02T101631Z_610185466_RC2VRLABEORP_RTRMADP_3_SOCCER-WORLDCUP-HOST-CITIES-1782993303.jpg?resize=770%2C330&quality=80Image20059 KiB
https://www.aljazeera.com/wp-content/uploads/2026/07/afp_6a5c67f176a3-1784440817.jpg?resize=770%2C513&quality=80Image20058 KiB
https://www.aljazeera.com/static/js/react-core~7dbd8cdd.4a563648.r2.chunk.jsScript20054 KiB
https://www.aljazeera.com/static/js/graphql-core~7dbd8cdd.de803874.r2.chunk.jsScript20049 KiB
https://www.aljazeera.com/static/js/vendor~main~d08ff9cb.4f636a56.r2.chunk.jsScript20049 KiB
https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665003303001/2d45e2ac-f26a-4ca0-a3a4-259f2a997868/eeb31c50-b626-44e0-a638-b39ed5d95a26/443x249/match/image.jpgImage20049 KiB
https://www.aljazeera.com/static/js/vendor~main~e5e84d97.4e086cad.r2.chunk.jsScript20047 KiB
https://www.aljazeera.com/static/js/component~aje/containers/home-page~pages/account-settings~pages/author-v2~pages/live-stream-page~pag~63ca71ae.6f89a61f.r2.chunk.jsScript20047 KiB
https://www.aljazeera.com/static/js/vendor~main~7dbd8cdd.aa093ea3.r2.chunk.jsScript20042 KiB
https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665003303001/ca500a06-1fc9-4058-a81a-b2103137f8e0/74be465b-5bea-4fd1-bd07-5c8951446edd/443x249/match/image.jpgImage20042 KiB
https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160607Script20042 KiB
https://www.aljazeera.com/static/js/component~main~6e6dca10.62d4f035.r2.chunk.jsScript20042 KiB
https://www.aljazeera.com/static/js/component~aje/containers/home-page~493df0b3.4c5803ca.r2.chunk.jsScript20041 KiB
https://metrics.rapidedge.io/gamera.js?ltv=1&audience=1&tpcs=1&partner=freestarScript20040 KiB

Long tasks (>50 ms)

StartDuration
1800 ms754 ms
5875 ms710 ms
798 ms488 ms
11798 ms388 ms
7095 ms383 ms
4295 ms343 ms
7576 ms324 ms
12401 ms308 ms
6685 ms237 ms
4903 ms228 ms
Analyzing…
running mobile + desktop · ~30s