www.aljazeera.com

Report from 8/10/2026, 10:58:23 AM https://www.aljazeera.com
Latest run · lab, cold cache
42
8/10/2026
28-day score · p75 · the standard
43
29 runs
CRR10%latest
SSD82%latest
TC1962 toklatest
TTFUT20 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

10%
CRR Content Recovery Poor
0.82
SSD Semantic Signal Density Good
1,962 tok
TC Token Cost Good
15 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
13.6% · 2,258
Chrome (nav / header / footer)
8.3% · 1,379
Boilerplate (cookie / ad)
0.4% · 60
Other
77.8% · 12,950

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence90% of content requires JS · 10% 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.4% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 13.6%, chrome 8.3%, boilerplate 0.4%, other 77.8%. Only 13.599999999999994% 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

191 third-party requests · 2388 KiB (59.9% of transfer) — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.

Third-party domainReqsTransferMain-thread
googletagmanager.com3472 KiB
pub.network14364 KiB
gstatic.com1336 KiB
doubleclick.net13261 KiB
cookielaw.org6242 KiB
boltdns.net10200 KiB
amazon-adsystem.com7101 KiB
webcontentassessor.com1101 KiB
onesignal.com346 KiB
rapidedge.io139 KiB
id5-sync.com539 KiB
btloader.com832 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://www.gstatic.com/recaptcha/releases/XOqlk8PL_yVx6IdpLbpXdiLy/recaptcha__en.js 3P336 KiB68%229 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608040101/pubads_impl.js?cb=122880189 3P199 KiB62.8%125 KiB
https://www.googletagmanager.com/gtag/js?id=G-XN9JB9Q0M1&cx=c&gtm=4e6852 3P177 KiB68.8%122 KiB
https://a.pub.network/aljazeera-com/prebid.js 3P176 KiB53.2%94 KiB
https://www.googletagmanager.com/gtag/js?id=G-XN9JB9Q0M1 3P177 KiB51%90 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 3P147 KiB51.3%75 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MJWQ5L2 3P119 KiB59.2%70 KiB
https://c.amazon-adsystem.com/aax2/apstag.js 3P93 KiB53.6%50 KiB
https://www.aljazeera.com/static/js/component~aje/containers/home-page~pages/account-settings~pages/author-v2~pages/live-stream-page~pag~63ca71ae.9c680f1c.r2.chunk.js47 KiB77.8%37 KiB
https://www.aljazeera.com/static/js/vendor~main~d08ff9cb.4f636a56.r2.chunk.js49 KiB66.3%33 KiB
https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160609 3P42 KiB76.8%33 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 KiB93.4%30 KiB
https://www.aljazeera.com/static/js/vendor~aje/containers/home-page~components/featured-gallery-inner~components/vertical-video-experien~7e2f9923.0b8e0cb3.r2.chunk.js35 KiB86.4%30 KiB
https://www.aljazeera.com/static/js/firebase-packages~7dbd8cdd.54945474.r2.chunk.js39 KiB76.9%30 KiB

Network

252Requests
3984 KiBTransferred
54Scripts
59.9%3rd-party
1Long tasks
Script (54)
2755 KiB
Image (40)
707 KiB
Fetch (81)
138 KiB
Font (6)
113 KiB
Stylesheet (11)
103 KiB
Document (32)
100 KiB
Other (18)
39 KiB
XHR (9)
28 KiB
Ping (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.gstatic.com/recaptcha/releases/XOqlk8PL_yVx6IdpLbpXdiLy/recaptcha__en.jsScript200336 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608040101/pubads_impl.js?cb=122880189Script200199 KiB
https://www.googletagmanager.com/gtag/js?id=G-XN9JB9Q0M1&cx=c&gtm=4e6852Script200177 KiB
https://www.googletagmanager.com/gtag/js?id=G-XN9JB9Q0M1Script200177 KiB
https://a.pub.network/aljazeera-com/prebid.jsScript200176 KiB
https://a.pub.network/aljazeera-com/pubfig.engine.jsScript200147 KiB
https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.jsScript200128 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MJWQ5L2Script200119 KiB
https://scripts.mf.webcontentassessor.com/scripts/fbc1ae46ca1648e1001502b614ee99bb89881227aee2fc44acc1bab4338e8149Script200101 KiB
https://www.aljazeera.com/Document200100 KiB
https://www.aljazeera.com/wp-content/uploads/2026/03/AFP__20260227__996Q6CQ__v1__HighRes__PalestinianIsraelConflict-1772949809.jpg?resize=770%2C513&quality=80Image20099 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.jsScript20093 KiB
https://www.aljazeera.com/wp-content/uploads/2026/08/ap_6a7982d5e593d-1786348245.jpg?resize=770%2C513&quality=80Image20091 KiB
https://www.aljazeera.com/static/js/component~main~748942c6.ed7fc61b.r2.chunk.jsScript20091 KiB
https://www.aljazeera.com/wp-content/uploads/2026/07/AFP__20260725__C37F7YQ__v1__HighRes__OmanIranUsIsraelWarMarineShipping-1785046836.jpg?resize=770%2C513&quality=80Image20078 KiB
https://www.aljazeera.com/wp-content/uploads/2026/08/2017-11-01T055026Z_143786210_RC1B48F9BFA0_RTRMADP_3_CYBER-SUMMIT-NORTHKOREA-BANKS-1786333825.jpg?resize=770%2C513&quality=80Image20065 KiB
https://www.aljazeera.com/static/js/component~main~b07b7304.09c69b65.r2.chunk.jsScript20060 KiB
https://www.aljazeera.com/static/js/react-core~7dbd8cdd.4a563648.r2.chunk.jsScript20054 KiB
https://www.aljazeera.com/wp-content/uploads/2026/07/Murakha-Ant-is-a-Ukrainian-ground-robot-used-for-supplies-and-rescuing-1784891451.jpg?resize=770%2C513&quality=80Image20049 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://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.9c680f1c.r2.chunk.jsScript20047 KiB
https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.es6.js?v=160609Script20042 KiB
https://www.aljazeera.com/static/js/vendor~main~7dbd8cdd.aa093ea3.r2.chunk.jsScript20042 KiB
https://www.aljazeera.com/static/js/component~main~6e6dca10.b14c54f7.r2.chunk.jsScript20042 KiB
https://www.aljazeera.com/static/js/component~aje/containers/home-page~493df0b3.65eb887b.r2.chunk.jsScript20041 KiB
https://metrics.rapidedge.io/gamera.js?ltv=1&audience=1&tpcs=1&partner=freestarScript20039 KiB
https://cf-images.eu-west-1.prod.boltdns.net/v1/static/665003303001/d1d4464d-1054-47a1-adf0-e4a04507c112/d05c6efd-d4af-4c2c-9c4d-52c1dc8d66dd/443x249/match/image.jpgImage20039 KiB

Long tasks (>50 ms)

StartDuration
228 ms172 ms
Analyzing…
running mobile + desktop · ~30s