www.alibaba.com

Report from 9/21/2026, 9:48:11 AM https://www.alibaba.com
Latest run · lab, cold cache
42
9/21/2026
28-day score · p75 · the standard
42
29 runs
CRR13%latest
SSD26%latest
TC239 toklatest
TTFUT101 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.

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

Metrics

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

Token Cost breakdown

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

Content
100% · 16,934
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

Evidence88% of content requires JS · 12% 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

fireyejs.js — 171 KiB transferred, 63.9% unused (third-party)

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

alicdn.com — 486 KiB, 23 requests, 207 ms main-thread

EvidenceThird-party is 93.3% of total transfer (26 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.

Third-party impact

26 third-party requests · 488 KiB (93.3% of transfer) · 207 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.com23486 KiB207 ms
aliapp.org11 KiB
mmstat.com10 KiB
aliyun.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://g.alicdn.com/AWSC/fireyejs/1.234.20/fireyejs.js 3P171 KiB63.9%109 KiB
https://g.alicdn.com/AWSC/et/1.83.8/et_f.js 3P89 KiB46.1%41 KiB
https://g.alicdn.com/bsop-static/sufei-punish/0.1.126/build/punishpage.min.js 3P38 KiB48.2%18 KiB
https://g.alicdn.com/trace/trace/1.3.22/??sdk.js,resourceError-plugin.js,perf-plugin.js 3P24 KiB65.3%16 KiB
https://g.alicdn.com/bsop-static/sufei-punish/0.1.126/build/htmltocanvas.min.js 3P46 KiB29.8%14 KiB
https://g.alicdn.com/mtb/??lib-promise/3.1.3/polyfillB.js,lib-mtop/2.6.3/mtop.js,lib-windvane/3.0.6/windvane.js 3P14 KiB87.9%12 KiB
https://g.alicdn.com/AWSC/nc/1.97.2/nc.js 3P18 KiB38.7%7 KiB
https://g.alicdn.com/sd/punish/0.0.1/qrcode.min.js 3P7 KiB22.9%2 KiB
https://g.alicdn.com/AWSC/CAPTCHA/0.0.1/awsc.js 3P4 KiB36.8%1 KiB
https://g.alicdn.com/mtb/lib-flexible/0.3.2/flexible.js 3P1 KiB56.5%1 KiB
https://s.alicdn.com/@g/alimsc/icbu-app-collection/1.1.3/baxia-icbu-language.js 3P1 KiB63.8%1 KiB
https://g.alicdn.com/secdev/entry/x/0e473074f301b974.js 3P1 KiB53.1%0 KiB
https://ynuf.aliapp.org/w/wu.json 3P1 KiB5.3%0 KiB

Network

47Requests
522 KiBTransferred
16Scripts
93.3%3rd-party
3Long tasks
Script (16)
416 KiB
Document (1)
32 KiB
XHR (7)
26 KiB
Fetch (3)
21 KiB
Image (14)
16 KiB
Stylesheet (2)
6 KiB
Font (1)
6 KiB
Other (2)
0 KiB
Ping (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://g.alicdn.com/AWSC/fireyejs/1.234.20/fireyejs.jsScript200171 KiB
https://g.alicdn.com/AWSC/et/1.83.8/et_f.jsScript20089 KiB
https://g.alicdn.com/bsop-static/sufei-punish/0.1.126/build/htmltocanvas.min.jsScript20046 KiB
https://g.alicdn.com/bsop-static/sufei-punish/0.1.126/build/punishpage.min.jsScript20038 KiB
https://www.alibaba.com/Document20032 KiB
https://o.alicdn.com/secdev/storage-br/secaptcha/0e473074f301b974.jsXHR20024 KiB
https://g.alicdn.com/trace/trace/1.3.22/??sdk.js,resourceError-plugin.js,perf-plugin.jsScript20024 KiB
https://g.alicdn.com/sd/punish/0.0.4/program.wasmFetch20021 KiB
https://g.alicdn.com/AWSC/nc/1.97.2/nc.jsScript20018 KiB
https://g.alicdn.com/mtb/??lib-promise/3.1.3/polyfillB.js,lib-mtop/2.6.3/mtop.js,lib-windvane/3.0.6/windvane.jsScript20014 KiB
https://img.alicdn.com/imgextra/i1/O1CN01YyMrnH1TH65JNfJZU_!!6000000002356-2-tps-600-600.pngImage20012 KiB
https://g.alicdn.com/sd/punish/0.0.1/qrcode.min.jsScript2007 KiB
https://g.alicdn.com/bsop-static/sufei-punish/0.1.126/build/main.cssStylesheet2006 KiB
https://at.alicdn.com/t/font_1465353706_4784257.woffFont2006 KiB
https://g.alicdn.com/AWSC/CAPTCHA/0.0.1/awsc.jsScript2004 KiB
https://img.alicdn.com/imgextra/i1/O1CN01qOsGmF2ALhXk0QWRf_!!6000000008187-2-tps-297-40.pngImage2003 KiB
https://g.alicdn.com/mtb/lib-flexible/0.3.2/flexible.jsScript2001 KiB
https://s.alicdn.com/@g/alimsc/icbu-app-collection/1.1.3/baxia-icbu-language.jsScript2001 KiB
https://www.alibaba.com/_____tmd_____/punishTextFetch?x5secdata=xg79e6281c656345e2kn46ca2007f0471da55010f42e51a4e0c41789643538a1924935198a-2084138980abaac2aaa33b0c603a856022055b7d7ef63cb414f85d__bx__www.alibaba.com%3A443&language=en&action=captcha&v=07680679260106895XHR2001 KiB
https://g.alicdn.com/secdev/entry/x/0e473074f301b974.jsScript2001 KiB
https://ynuf.aliapp.org/w/wu.jsonScript2001 KiB
https://www.alibaba.com/favicon.icoOther2000 KiB
https://www.alibaba.com/_____tmd_____/report?x5secdata=xg79e6281c656345e2kn46ca2007f0471da55010f42e51a4e0c41789643538a1924935198a-2084138980abaac2aaa33b0c603a856022055b7d7ef63cb414f85d__bx__www.alibaba.com%3A443&type=loadPageSuccess&msg=PunishPage%20load%20success%3Bsizes%3D1350*940&uuid=46ca2007f0471da55010f42e51a4e0c4&pageVersion=0.1.126&v=005871677438393896XHR2000 KiB
https://3h2363.tdum.alibaba.com/dss.jsScript2000 KiB
https://s-gm.mmstat.com/arms.1.2Ping2000 KiB
https://cf.aliyun.com/nocaptcha/initialize.jsonp?a=X82Y__1e9ce6a77007ee9f245067cd1cd75381&t=46ca2007f0471da55010f42e51a4e0c4&scene=register&lang=en&v=v1.3.21&href=https%3A%2F%2Fwww.alibaba.com%2F&comm={}&callback=initializeJsonp_027520219144084357Script2000 KiB
https://umdc-global.alibaba.com/repTw.json?e=2075&sv=181&pv=234&pn=www.alibaba.com&biz=3Fetch2000 KiB
https://fourier.alibaba.com/ts?url=&token=gONMuYNQpLYf2cSKpWG1cMgG7eWK1fGjQodxDjnVLDoBXhdTujb0XoQ1lOaqmoqKAoDf5mnqmoU4BwCRwPasGjSc2_C-sDXUt5m2DjlsTk3IIhfRwPaZGjSR2_eAqgMmpmlqQcue8Dgqgnrqbv-Er4Gqgor48w0jYmlqgozF-xrP0cq42WWGy40G3BA3tVDiqRiHiIbxSAmz7D0IRWcSI0zZxIR4tVDib4PPvdgoIoDU9rLJMczaFogzbhSID8UL_vcceni0HPPTsjTXKyD06-M01a-SqRz3ifEGqKizBylEfRSvQcP_yX2qKN5a-fmgV5rGZMrrE5ejn5_yV02a-ScTsZps5Jrst2NAACo0L-PtCjtNAme8J5knagWBLLS8z2uFkWJXhAuI-0Tx3QFSQ2gn2wbHENMZR2hR-wvXxAuI-D7h-LXSQ2gKX&cna=undefined&ext=1Image2000 KiB
https://www.alibaba.com/_____tmd_____/reportXHR2000 KiB
https://www.alibaba.com/_____tmd_____/report?x5secdata=xg79e6281c656345e2kn46ca2007f0471da55010f42e51a4e0c41789643538a1924935198a-2084138980abaac2aaa33b0c603a856022055b7d7ef63cb414f85d__bx__www.alibaba.com%3A443&type=loadSuccessAWSC&msg=AWSC.js_load_success&uuid=46ca2007f0471da55010f42e51a4e0c4&pageVersion=0.1.126&v=03681713244700482XHR2000 KiB

Long tasks (>50 ms)

StartDuration
1943 ms84 ms
2214 ms69 ms
1595 ms55 ms
Analyzing…
running mobile + desktop · ~30s