www.alibaba.com

Report from 7/24/2026, 11:24:44 AM https://www.alibaba.com
Latest run · lab, cold cache
42
7/24/2026
28-day score · p75 · the standard
45
12 runs
CRR13%latest
SSD27%latest
TC231 toklatest
TTFUT123 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/alibaba.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.alibaba.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.alibaba.com"><img src="https://agentvitals.dev/badge/alibaba.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameAlibaba · guessed from page text (no structured data)
CategoryWebSite
Pricenot applicable · not applicable to this page type
Locationnot applicable · not applicable to this page type
Hoursnot applicable · not applicable to this page type
Productsnot applicable · not applicable to this page type
🟡DescriptionFind quality Manufacturers, Suppliers, Exporters, Importers, Buyers, Wholesalers, Products and Trade Leads from our award-winning International Trade Site. Import & Export on alibaba.com · guessed from page text (no structured data)

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

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

Metrics

32%
CRR Content Recovery Poor
0.75
SSD Semantic Signal Density Good
1,191 tok
TC Token Cost Good
233 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈12,559 across regions). Most tokens are real content — the agent isn't paying much for chrome.

Content
100% · 12,559
Chrome (nav / header / footer)
0% · 0
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence68% of content requires JS · 32% 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.

Rendered profile: headless

Agent Discoverability 72/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 Found at /llms.txt but missing H1/blockquote Learn →
robots.txt (AI bots) Blocks: * (all) Learn →
~ sitemap.xml Sitemap found but no <url>/<loc> entries Learn →
JSON-LD structured data Types: WebSite Learn →
agents.json Found at /agents.json Learn →
WebMCP endpoint Found at /.well-known/webmcp Learn →
OpenAPI / API docs Found at /openapi.json Learn →

Issues (4)

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

~ llms.txt present + valid high impact Found at /llms.txt but missing H1/blockquote

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

~ No login wall on public content high impact Login signal: please sign in

Business impact Public content behind authentication is unreachable to agents (they have no account). Gate only genuinely private material.

What we measured We follow redirects and detect 401/403 and login-form signals on content pages.

How to fix Separate public marketing/docs from authenticated areas; keep public pages reachable without login.

Spec: https://llmstxt.org

~ XML sitemap present medium impact Sitemap found but no <url>/<loc> entries

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/

Passed audits (8)

✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ Structured data (JSON-LD)✓ Server response (TTFB)✓ agents.json discovery✓ WebMCP endpoint✓ API documentation

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=31536000
❌ 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

highSplit the heaviest unused bundlehighest leverage

index.js — 528 KiB transferred, 69.3% unused (third-party)

EvidenceCDP JS coverage: 365 KiB of this bundle is never executed on load.
Impact~-365 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of index.js, or drop unused dependencies. It is third-party — lazy-load or remove it.
highCut third-party weight

alicdn.com — 7103 KiB, 289 requests, 10786 ms main-thread

EvidenceThird-party is 96.9% of total transfer (313 requests); alicdn.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 alicdn.com; defer non-critical third-party scripts.
highSpeed up main-content render

largest contentful paint

EvidenceLCP is 22.9s.
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.
highBreak up long main-thread tasks

longest task 612 ms (10 total)

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

7.3 MB total

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

Third-party impact

313 third-party requests · 7206 KiB (96.9% of transfer) · 10939 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
alicdn.com2897103 KiB10786 ms
google.com297 KiB124 ms
aliapp.org43 KiB29 ms
effirst.com81 KiB
taobao.com21 KiB
ucweb.com41 KiB
127.0.0.140 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://s.alicdn.com/@g/icbu-im/im-weblite-chat/1.0.685/index.js 3P528 KiB69.3%365 KiB
https://s.alicdn.com/@g/HUB-PLAN/hub-repo/0.0.3/next/next-1-27-7.js 3P317 KiB79.4%252 KiB
https://s.alicdn.com/@g/icbu-im/im-common-assets/1.0.200/air.js 3P319 KiB65.8%210 KiB
https://s.alicdn.com/@g/icbu-im/im-conversation-list/0.0.426/index.js 3P221 KiB80.9%179 KiB
https://aeis.alicdn.com/AWSC/fireyejs/1.231.69/fireyejs.js 3P200 KiB85.4%171 KiB
https://s.alicdn.com/@g/icbu-im/im-cloud-drive-cdn/1.0.17/micro-service/buyer-dialog.js 3P168 KiB73.8%124 KiB
https://s.alicdn.com/@g/code/npm/@alife/the-new-header/5.19.0/renderHeader.js 3P142 KiB66%94 KiB
https://accounts.google.com/gsi/client 3P97 KiB80.1%77 KiB
https://s.alicdn.com/@g/code/npm/@ali/icbu-member-one-tap-login/0.0.15/index.umd.es5.production.js 3P98 KiB72.7%71 KiB
https://g.alicdn.com/ife/common/0.0.11/scripts/et_f_1_83_42.js 3P114 KiB48.5%56 KiB
https://s.alicdn.com/@g/code/npm/@alife/fy23-icbu-searchbar/2.0.47/Fy23ICBUSearchBar.js 3P84 KiB65.9%55 KiB
https://aeis.alicdn.com/AWSC/et/1.83.41/et_f.js 3P110 KiB45.8%50 KiB
https://s.alicdn.com/@g/sc/pc-home-2022/0.0.372/js/fy25headersearchproduct.js 3P112 KiB42.5%48 KiB
https://s.alicdn.com/@g/code/npm/@alife/icbu-alitalk-core/2.0.32/index.js 3P82 KiB57.8%47 KiB
https://s.alicdn.com/@g/sc-assets/bz-evaluate/0.0.137/pages/survey/index.web.js 3P98 KiB47.5%47 KiB

Network

502Requests
7436 KiBTransferred
97Scripts
96.9%3rd-party
10Long tasks
Script (97)
3473 KiB
Other (13)
1638 KiB
Image (261)
1469 KiB
Stylesheet (30)
433 KiB
Document (6)
151 KiB
Fetch (39)
149 KiB
Font (4)
112 KiB
XHR (13)
6 KiB
Ping (39)
5 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://s.alicdn.com/@g/icbu-im/messenger/1.0.467/pages/buyer-messenger/index.jsOther200586 KiB
https://s.alicdn.com/@g/icbu-im/im-weblite-chat/1.0.685/index.jsScript200528 KiB
https://s.alicdn.com/@g/assets-group/assets-rfqnoah/0.0.128/pages/inquiry-success-rfqForm/index.jsOther200454 KiB
https://s.alicdn.com/@g/icbu-im/im-common-assets/1.0.200/air.jsScript200319 KiB
https://s.alicdn.com/@g/HUB-PLAN/hub-repo/0.0.3/next/next-1-27-7.jsScript200317 KiB
https://s.alicdn.com/@g/icbu-im/im-conversation-list/0.0.426/index.jsScript200221 KiB
https://aeis.alicdn.com/AWSC/fireyejs/1.231.69/fireyejs.jsScript200200 KiB
https://s.alicdn.com/@g/icbu-im/im-cloud-drive-cdn/1.0.17/micro-service/buyer-dialog.jsScript200168 KiB
https://s.alicdn.com/@g/code/npm/@alife/the-new-header/5.19.0/renderHeader.jsScript200142 KiB
https://s.alicdn.com/@g/sc/pc-home-2022/0.0.372/js/fy25producthomefooter.jsOther200123 KiB
https://g.alicdn.com/ife/common/0.0.11/scripts/et_f_1_83_42.jsScript200114 KiB
https://s.alicdn.com/@g/sc/pc-home-2022/0.0.372/js/729.jsOther200114 KiB
https://s.alicdn.com/@g/sc/pc-home-2022/0.0.372/js/fy25headersearchproduct.jsScript200112 KiB
https://onetalk.alibaba.com/message/weblite.htmDocument200112 KiB
https://aeis.alicdn.com/AWSC/et/1.83.41/et_f.jsScript200110 KiB
https://s.alicdn.com/@g/icbu-im/im-weblite-chat/1.0.685/index.cssStylesheet200105 KiB
https://s.alicdn.com/@g/icbu-im/messenger/1.0.467/pages/buyer-messenger/index.cssOther200101 KiB
https://s.alicdn.com/@g/sc-assets/bz-evaluate/0.0.137/pages/survey/index.web.jsScript20098 KiB
https://s.alicdn.com/@g/code/npm/@ali/icbu-member-one-tap-login/0.0.15/index.umd.es5.production.jsScript20098 KiB
https://s.alicdn.com/@g/code/npm/@alife/fy23-icbu-searchbar/2.0.47/chunks/vendors~searchbar-ads-sug.jsOther20097 KiB
https://img.alicdn.com/imgextra/i3/O1CN01hdsape1GRYJlX9fS6_!!6000000000619-2-tps-1360-937.pngImage20097 KiB
https://accounts.google.com/gsi/clientScript20097 KiB
https://sc01.alicdn.com/kf/H02804edf2b384e8e94eef023949c846as.jpgImage20084 KiB
https://s.alicdn.com/@g/code/npm/@alife/fy23-icbu-searchbar/2.0.47/Fy23ICBUSearchBar.jsScript20084 KiB
https://s.alicdn.com/@g/code/npm/@alife/icbu-alitalk-core/2.0.32/index.jsScript20082 KiB
https://s.alicdn.com/@g/icbu-im/im-cloud-drive-cdn/1.0.17/micro-service/buyer-dialog.cssStylesheet20082 KiB
https://s.alicdn.com/@sc04/kf/Ha8f088183a2f4a21886bf742ee2616b4W.pngImage20079 KiB
https://aeis.alicdn.com/AWSC/WebUMID/1.93.0/um.jsScript20076 KiB
https://sc01.alicdn.com/kf/Hc6dd309b133b4ece8b90a29a59795c34H.jpgImage20075 KiB
https://s.alicdn.com/@sc04/kf/H52bed0b0038a41eaad46d6cf696d4f64q.jpgImage20074 KiB

Long tasks (>50 ms)

StartDuration
10211 ms612 ms
15495 ms560 ms
11482 ms511 ms
21296 ms509 ms
20089 ms426 ms
16194 ms423 ms
14082 ms420 ms
3595 ms410 ms
16981 ms409 ms
20884 ms401 ms
Analyzing…
running mobile + desktop · ~30s