www.aliexpress.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”. 1/4 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈16,195 across regions). Most tokens are real content — the agent isn't paying much for chrome.
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.
Rendered profile: headless
Metrics
Token Cost breakdown
Where the page's tokens go (≈27,224 across regions). Most tokens are real content — the agent isn't paying much for chrome.
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.
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 (3)
~ 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.
# Your Site
> One-line description for AI agents.
## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentationSpec: https://llmstxt.org
✗ Structured data (JSON-LD) medium impact No JSON-LD found
Business impact Schema.org JSON-LD tells agents what a page IS (product, article, business) with typed fields (price, rating, hours). Without it agents extract less reliably.
What we measured We parse <script type=application/ld+json>, validate it, and check for populated @type fields.
How to fix Add JSON-LD: Organization/LocalBusiness on the homepage, Product on product pages, Article on posts.
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Your Co","url":"https://example.com"}</script>Spec: https://schema.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.
# robots.txt
Sitemap: https://example.com/sitemap.xml
Passed audits (8)
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 | no strict-transport-security header |
| ❌ Content-Security-Policy | no content-security-policy header |
| ❌ X-Content-Type-Options | missing 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
fireyejs.js — 171 KiB transferred, 66.3% unused (third-party)
alicdn.com — 544 KiB, 19 requests, 1954 ms main-thread
longest task 674 ms (8 total)
Third-party impact
26 third-party requests · 546 KiB (94.1% of transfer) · 1954 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 |
|---|---|---|---|
| alicdn.com | 19 | 544 KiB | 1954 ms |
| aliapp.org | 1 | 1 KiB | — |
| mmstat.com | 3 | 1 KiB | — |
| alibaba.com | 1 | 0 KiB | — |
| aliyun.com | 1 | 0 KiB | — |
| taobao.com | 1 | 0 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).
| Bundle | Transfer | Unused | Wasted |
|---|---|---|---|
| https://g.alicdn.com/AWSC/fireyejs/1.234.20/fireyejs.js 3P | 171 KiB | 66.3% | 113 KiB |
| https://aeis.alicdn.com/AWSC/et/1.83.8/et_f.js 3P | 89 KiB | 46.1% | 41 KiB |
| https://g.alicdn.com/bsop-static/sufei-punish/0.1.125/build/htmltocanvas.min.js 3P | 46 KiB | 51.4% | 24 KiB |
| https://g.alicdn.com/bsop-static/sufei-punish/0.1.125/build/punishpage.min.js 3P | 38 KiB | 49.2% | 19 KiB |
| https://g.alicdn.com/trace/trace/1.3.22/??sdk.js,resourceError-plugin.js,perf-plugin.js 3P | 24 KiB | 65.3% | 16 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 3P | 14 KiB | 87.9% | 12 KiB |
| https://aeis.alicdn.com/AWSC/nc/1.97.0/nc.js 3P | 22 KiB | 38.6% | 8 KiB |
| https://g.alicdn.com/alilog/mlog/aplus_v2.js 3P | 7 KiB | 32.8% | 2 KiB |
| https://g.alicdn.com/sd/punish/0.0.1/qrcode.min.js 3P | 7 KiB | 22.9% | 2 KiB |
| https://g.alicdn.com/AWSC/CAPTCHA/0.0.1/awsc.js 3P | 4 KiB | 37% | 1 KiB |
| https://g.alicdn.com/mtb/lib-flexible/0.3.2/flexible.js 3P | 1 KiB | 56.5% | 1 KiB |
| https://g.alicdn.com/secdev/entry/x/362f987b88325959.js 3P | 1 KiB | 53.2% | 0 KiB |
| https://ynuf.aliapp.org/w/wu.json 3P | 1 KiB | 5.3% | 0 KiB |
| https://log.mmstat.com/eg.js?t=1785928076681 3P | 0 KiB | 4.4% | 0 KiB |
| https://log.mmstat.com/eg.js?t=1785928079185 3P | 0 KiB | 4.4% | 0 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://g.alicdn.com/AWSC/fireyejs/1.234.20/fireyejs.js | Script | 200 | 171 KiB |
| https://aeis.alicdn.com/AWSC/et/1.83.8/et_f.js | Script | 200 | 89 KiB |
| https://g.alicdn.com/bsop-static/sufei-punish/0.1.125/build/htmltocanvas.min.js | Script | 200 | 46 KiB |
| https://g.alicdn.com/alilog/??s/8.15.25/plugin/aplus_client.js,aplus_cplugin/0.7.12/toolkit.js,aplus_cplugin/0.7.12/monitor.js,s/8.15.25/aplus_std.js,s/8.15.25/plugin/aplus_spmact.js?v=20260108171550 | Fetch | 200 | 43 KiB |
| https://g.alicdn.com/bsop-static/sufei-punish/0.1.125/build/punishpage.min.js | Script | 200 | 38 KiB |
| https://o.alicdn.com/secdev/storage-br/secaptcha/362f987b88325959.js | XHR | 200 | 34 KiB |
| https://www.aliexpress.com///_____tmd_____/punish?x5secdata=xf__Ae1bJA_dK8biLHtgPBb8wSh22_YosMEBCFw4dqZHKv_84nymAlOB838YfL-cPRCZGJ2uKy8wms4ixayUcaDV482nMPEm8OTGYWL_g6D_CzMuJLwtmUo-WSredfgwGbxsaZgY_hswwZZkOME3T861Ozl3br50vdzWvexKFngPXYo6ra4J-GjpVA6FIgvTb1UsP85sMi30rBuooyc6Psjvq37iW-HiMumLcf9ToL8Myv6B8YLGHEQ31ncVnJDRGRbZws6VDWhl5FMwYIuoMx-0tDOgk1zkAH11X32w7Ql2pHwUsNIe5nSMb8WcZDOUnCjQI_CbNicvvvVUXi1bhMoZb0fMCbPBWEoUDfYlBXWBAvvhTYZkJU90bM2_lPH8iySS-mZhOglWG9BXhMLt42-JlBq2Q4s-eEdWzFa4eTd8yEBcLjyfLsy0GNcUbBHq7pYTv5orgtVwFfZL5QgGJC0iJvuc17vFvngbBLr8ddl7cmVx0CK5M7ry6y8pvF9zt_x1BGpbZMmu18wtNEayI0cACoDbVb4HkYpkuRYBvXAXTx2OiW9vIyGxlnfhIxEFRDA4qb55EDi_vDu0yUNWenaET_kq3KYTZyf_FdNfoIf3uX2jxb3FRsuFlkVDm9AKxdRAQqnKlqa73tZ4Xnqkgvlu2-sds4mqXunAvp938jVEFyM0EmQBwylKVvwXgshc4Bt6XbF05QT3R4AlGYzxOZjugpB0RAdd0T3tAY5fHXaFzCBe8gkxHHtlZtBTN5uJ0Ju9FI_h4S2bYaeA4v8M5SshwijgTgU-eT6d1Mbl577WFAjftg8G6MsD62AmmIvImjS8tm8U6pu677H6gdBMNrfg__bx__www.aliexpress.com%2f&x5step=1 | Document | 200 | 30 KiB |
| https://g.alicdn.com/trace/trace/1.3.22/??sdk.js,resourceError-plugin.js,perf-plugin.js | Script | 200 | 24 KiB |
| https://aeis.alicdn.com/AWSC/nc/1.97.0/nc.js | Script | 200 | 22 KiB |
| https://g.alicdn.com/sd/punish/0.0.4/program.wasm | Fetch | 200 | 21 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 | Script | 200 | 14 KiB |
| https://g.alicdn.com/sd/punish/0.0.1/qrcode.min.js | Script | 200 | 7 KiB |
| https://img.alicdn.com/imgextra/i3/O1CN01oSZaoy1rcfT5pA6JR_!!6000000005652-2-tps-498-120.png | Image | 200 | 7 KiB |
| https://g.alicdn.com/alilog/mlog/aplus_v2.js | Script | 200 | 7 KiB |
| https://g.alicdn.com/bsop-static/sufei-punish/0.1.125/build/main.css | Stylesheet | 200 | 6 KiB |
| https://at.alicdn.com/t/font_1465353706_4784257.woff | Font | 200 | 5 KiB |
| https://g.alicdn.com/AWSC/CAPTCHA/0.0.1/awsc.js | Script | 200 | 4 KiB |
| https://img.alicdn.com/imgextra/i3/O1CN01uX800r1KcmF5qDeNd_!!6000000001185-2-tps-276-284.png | Image | 200 | 3 KiB |
| https://www.aliexpress.com/ | Document | 200 | 2 KiB |
| https://g.alicdn.com/mtb/lib-flexible/0.3.2/flexible.js | Script | 200 | 1 KiB |
| https://g.alicdn.com/secdev/entry/x/362f987b88325959.js | Script | 200 | 1 KiB |
| https://ynuf.aliapp.org/w/wu.json | Script | 200 | 1 KiB |
| https://www.aliexpress.com/_____tmd_____/punishTextFetch?x5secdata=xg27e4d8490dc82664kaab5eb703eaab6d42c4c6bafbe2f50f941785928075a-1168960602a2101436897abaac3aaa33b9e6ba34e0f46e8caf4ce7ac40dc2a087__bx__www.aliexpress.com%3A443&language=en&action=captcha&v=09810409693270052 | XHR | 200 | 1 KiB |
| https://www.aliexpress.com/favicon.ico | Other | 200 | 1 KiB |
| https://pcookie.aliexpress.com/app.gif?&cna=jwf6IgqhXh4CAazaJrpBOO4q | Image | 200 | 0 KiB |
| https://log.mmstat.com/eg.js?t=1785928076681 | Script | 200 | 0 KiB |
| https://fzq11i.tdum.alibaba.com/dss.js | Script | 200 | 0 KiB |
| https://cf.aliyun.com/nocaptcha/initialize.jsonp?a=X82Y__8484d0b676165cbd583e1efce82edaa2&t=ab5eb703eaab6d42c4c6bafbe2f50f94&scene=register&lang=en&v=v1.3.21&href=https%3A%2F%2Fwww.aliexpress.com%2F%2F%2F_____tmd_____%2Fpunish&comm={}&callback=initializeJsonp_044067971253105453 | Script | 200 | 0 KiB |
| https://s-gm.mmstat.com/arms.1.2 | Ping | 200 | 0 KiB |
| https://log.mmstat.com/eg.js?t=1785928079185 | Script | 200 | 0 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 1728 ms | 674 ms |
| 1212 ms | 507 ms |
| 441 ms | 211 ms |
| 255 ms | 162 ms |
| 823 ms | 115 ms |
| 941 ms | 98 ms |
| 713 ms | 95 ms |
| 1141 ms | 56 ms |