www.aljazeera.com
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.
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.
Metrics
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.
Final screenshot
Diagnostics
pre-JS raw HTML
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.
agent representation — token decomposition
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
Metrics
Token Cost breakdown
Where the page's tokens go (≈16,159 across regions). 76% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
Final screenshot
Diagnostics
pre-JS raw HTML
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.
agent representation — token decomposition
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
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
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).
User-agent: GPTBot
Allow: /
Disallow: /admin/
~ 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.
# Your Site
> One-line description for AI agents.
## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentationSpec: 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.
~ 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.
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.
Passed audits (5)
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.
Per-header findings (6)
| Header | Evidence |
|---|---|
| ✅ HTTPS | served over HTTPS |
| ✅ HSTS | max-age=15768000 |
| ❌ Content-Security-Policy | no content-security-policy header |
| ✅ X-Content-Type-Options | nosniff |
| ⚠️ Referrer-Policy | no referrer-policy header (browser default applies) |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
whole profile
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 domain | Reqs | Transfer | Main-thread |
|---|---|---|---|
| gstatic.com | 1 | 375 KiB | 1400 ms |
| pub.network | 13 | 365 KiB | 2277 ms |
| googletagmanager.com | 2 | 292 KiB | 127 ms |
| doubleclick.net | 13 | 256 KiB | 216 ms |
| cookielaw.org | 6 | 242 KiB | 44 ms |
| boltdns.net | 10 | 241 KiB | — |
| opta.net | 19 | 115 KiB | — |
| amazon-adsystem.com | 7 | 100 KiB | 104 ms |
| webcontentassessor.com | 1 | 99 KiB | 20 ms |
| onesignal.com | 3 | 45 KiB | — |
| rapidedge.io | 1 | 40 KiB | 59 ms |
| id5-sync.com | 5 | 39 KiB | 8 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).
| Bundle | Transfer | Unused | Wasted |
|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__en.js 3P | 375 KiB | 63.2% | 237 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607140101/pubads_impl.js 3P | 195 KiB | 62.3% | 122 KiB |
| https://a.pub.network/aljazeera-com/prebid.js 3P | 176 KiB | 56% | 99 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-XN9JB9Q0M1 3P | 174 KiB | 49.9% | 87 KiB |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js 3P | 128 KiB | 67.2% | 86 KiB |
| https://a.pub.network/aljazeera-com/pubfig.engine.js 3P | 148 KiB | 54% | 80 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-MJWQ5L2 3P | 118 KiB | 60.3% | 71 KiB |
| https://c.amazon-adsystem.com/aax2/apstag.js 3P | 91 KiB | 53.9% | 49 KiB |
| https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160607 3P | 42 KiB | 76.9% | 32 KiB |
| https://www.aljazeera.com/static/js/vendor~main~d08ff9cb.4f636a56.r2.chunk.js | 49 KiB | 65.8% | 32 KiB |
| https://www.aljazeera.com/static/js/firebase-packages~7dbd8cdd.54945474.r2.chunk.js | 39 KiB | 76.9% | 30 KiB |
| https://www.aljazeera.com/static/js/component~components/audio/player/AudioPlayer~493df0b3.0507c30b.r2.chunk.js | 32 KiB | 91.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.js | 32 KiB | 87.2% | 28 KiB |
| https://www.aljazeera.com/static/js/graphql-core~7dbd8cdd.de803874.r2.chunk.js | 49 KiB | 56.7% | 28 KiB |
| https://www.aljazeera.com/static/js/component~main~748942c6.155a6fb0.r2.chunk.js | 90 KiB | 30.7% | 28 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__en.js | Script | 200 | 375 KiB |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607140101/pubads_impl.js | Script | 200 | 195 KiB |
| https://a.pub.network/aljazeera-com/prebid.js | Script | 200 | 176 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-XN9JB9Q0M1 | Script | 200 | 174 KiB |
| https://a.pub.network/aljazeera-com/pubfig.engine.js | Script | 200 | 148 KiB |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | Script | 200 | 128 KiB |
| https://www.aljazeera.com/ | Document | 200 | 126 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-MJWQ5L2 | Script | 200 | 118 KiB |
| https://www.aljazeera.com/wp-content/uploads/2026/07/afp_6a5c6a204e16-1784441376.jpg?resize=770%2C513&quality=80 | Image | 200 | 114 KiB |
| https://scripts.mf.webcontentassessor.com/scripts/fbc1ae46ca1648e1001502b614ee99bb89881227aee2fc44acc1bab4338e8149 | Script | 200 | 99 KiB |
| https://cdn.cookielaw.org/consent/602a83e6-bfb3-414b-866b-461b4fa31165/0198a48e-c865-7003-bad1-7753fabccd9e/en.json | Fetch | 200 | 94 KiB |
| https://c.amazon-adsystem.com/aax2/apstag.js | Script | 200 | 91 KiB |
| https://www.aljazeera.com/static/js/component~main~748942c6.155a6fb0.r2.chunk.js | Script | 200 | 90 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=80 | Image | 200 | 70 KiB |
| https://www.aljazeera.com/wp-content/uploads/2026/07/AFP__20260718__C2JR9DV__v1__HighRes__IranUsIsraelWar-1784455304.jpg?resize=770%2C513&quality=80 | Image | 200 | 61 KiB |
| https://www.aljazeera.com/static/js/component~main~b07b7304.7e944804.r2.chunk.js | Script | 200 | 59 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=80 | Image | 200 | 59 KiB |
| https://www.aljazeera.com/wp-content/uploads/2026/07/afp_6a5c67f176a3-1784440817.jpg?resize=770%2C513&quality=80 | Image | 200 | 58 KiB |
| https://www.aljazeera.com/static/js/react-core~7dbd8cdd.4a563648.r2.chunk.js | Script | 200 | 54 KiB |
| https://www.aljazeera.com/static/js/graphql-core~7dbd8cdd.de803874.r2.chunk.js | Script | 200 | 49 KiB |
| https://www.aljazeera.com/static/js/vendor~main~d08ff9cb.4f636a56.r2.chunk.js | Script | 200 | 49 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.jpg | Image | 200 | 49 KiB |
| https://www.aljazeera.com/static/js/vendor~main~e5e84d97.4e086cad.r2.chunk.js | Script | 200 | 47 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.js | Script | 200 | 47 KiB |
| https://www.aljazeera.com/static/js/vendor~main~7dbd8cdd.aa093ea3.r2.chunk.js | Script | 200 | 42 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.jpg | Image | 200 | 42 KiB |
| https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160607 | Script | 200 | 42 KiB |
| https://www.aljazeera.com/static/js/component~main~6e6dca10.62d4f035.r2.chunk.js | Script | 200 | 42 KiB |
| https://www.aljazeera.com/static/js/component~aje/containers/home-page~493df0b3.4c5803ca.r2.chunk.js | Script | 200 | 41 KiB |
| https://metrics.rapidedge.io/gamera.js?ltv=1&audience=1&tpcs=1&partner=freestar | Script | 200 | 40 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 1800 ms | 754 ms |
| 5875 ms | 710 ms |
| 798 ms | 488 ms |
| 11798 ms | 388 ms |
| 7095 ms | 383 ms |
| 4295 ms | 343 ms |
| 7576 ms | 324 ms |
| 12401 ms | 308 ms |
| 6685 ms | 237 ms |
| 4903 ms | 228 ms |