www.binance.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”. 0/3 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈11,216 across regions). 64% 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 (≈10,847 across regions). 58% 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)
✗ 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
✗ 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 No /sitemap.xml
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
~ 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 | 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 | access-control-allow-origin: * |
How to improve
challenge.js — 577 KiB transferred, 99.2% unused (third-party)
bnbstatic.com — 2314 KiB, 112 requests, 1225 ms main-thread
longest task 152 ms (10 total)
4.8 MB total
Third-party impact
174 third-party requests · 4233 KiB (86% of transfer) · 1592 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 |
|---|---|---|---|
| bnbstatic.com | 112 | 2314 KiB | 1225 ms |
| awswaf.com | 6 | 1157 KiB | — |
| googletagmanager.com | 2 | 386 KiB | 153 ms |
| cookielaw.org | 11 | 204 KiB | 125 ms |
| google.com | 4 | 97 KiB | 13 ms |
| sentry-cdn.com | 2 | 23 KiB | 76 ms |
| google-analytics.com | 2 | 21 KiB | — |
| cdn-apple.com | 1 | 17 KiB | — |
| saasexch.co | 13 | 10 KiB | — |
| saasexch.com | 17 | 2 KiB | — |
| doubleclick.net | 1 | 1 KiB | — |
| onetrust.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://fe4385362baa.8585ee0b.ca-central-1.token.awswaf.com/fe4385362baa/306922cde096/8b22eb923d34/challenge.js 3P | 577 KiB | 99.2% | 572 KiB |
| https://fe4385362baa.8585ee0b.ca-central-1.token.awswaf.com/fe4385362baa/53e033075707/a68049276785/challenge.js 3P | 577 KiB | 59.8% | 345 KiB |
| https://bin.bnbstatic.com/static/main.a0994864.js 3P | 173 KiB | 52.7% | 91 KiB |
| https://cdn.cookielaw.org/scripttemplates/202604.2.0/otBannerSdk.js 3P | 136 KiB | 64.6% | 88 KiB |
| https://bin.bnbstatic.com/static/rms/fc.zw9a3435.js 3P | 94 KiB | 88.9% | 84 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-M86QHGF 3P | 203 KiB | 40.5% | 82 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-3WP50LGEEC&cx=c>m=4e67f0 3P | 183 KiB | 43.7% | 80 KiB |
| https://public.bnbstatic.com/unpkg/monitor/[email protected] 3P | 124 KiB | 62.4% | 78 KiB |
| https://accounts.google.com/gsi/client 3P | 97 KiB | 78.7% | 76 KiB |
| https://public.bnbstatic.com/unpkg/common-widget/[email protected] 3P | 102 KiB | 66% | 67 KiB |
| https://bin.bnbstatic.com/static/chunks/page-8e28.dee78003.js 3P | 74 KiB | 56.8% | 42 KiB |
| https://public.bnbstatic.com/unpkg/common-widget/[email protected] 3P | 43 KiB | 87.6% | 38 KiB |
| https://bin.bnbstatic.com/static/chunks/401.24981898.js 3P | 62 KiB | 59.6% | 37 KiB |
| https://public.bnbstatic.com/unpkg/common-widget/[email protected] 3P | 33 KiB | 63% | 21 KiB |
| https://public.bnbstatic.com/unpkg/themis/[email protected] 3P | 35 KiB | 57.1% | 20 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://fe4385362baa.8585ee0b.ca-central-1.token.awswaf.com/fe4385362baa/53e033075707/a68049276785/challenge.js | Script | 200 | 577 KiB |
| https://fe4385362baa.8585ee0b.ca-central-1.token.awswaf.com/fe4385362baa/306922cde096/8b22eb923d34/challenge.js | Script | 200 | 577 KiB |
| https://bin.bnbstatic.com/static/mfa-ui.ae2b0db.js | Script | 200 | 559 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-M86QHGF | Script | 200 | 203 KiB |
| https://www.binance.com/bapi/equity/v1/public/equity/symbol/get-symbols-static | Fetch | 200 | 202 KiB |
| https://www.binance.com/bapi/equity/v1/public/equity/symbol/get-symbols-dynamic | Fetch | 200 | 185 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-3WP50LGEEC&cx=c>m=4e67f0 | Script | 200 | 183 KiB |
| https://bin.bnbstatic.com/static/main.a0994864.js | Script | 200 | 173 KiB |
| https://cdn.cookielaw.org/scripttemplates/202604.2.0/otBannerSdk.js | Script | 200 | 136 KiB |
| https://www.binance.com/en | Document | 200 | 126 KiB |
| https://public.bnbstatic.com/unpkg/monitor/[email protected] | Script | 200 | 124 KiB |
| https://public.bnbstatic.com/unpkg/common-widget/[email protected] | Script | 200 | 102 KiB |
| https://accounts.google.com/gsi/client | Script | 200 | 97 KiB |
| https://bin.bnbstatic.com/static/rms/fc.zw9a3435.js | Script | 200 | 94 KiB |
| https://www.binance.com/bapi/asset/v2/public/asset/asset/get-all-asset | Fetch | 200 | 89 KiB |
| https://bin.bnbstatic.com/static/chunks/page-8e28.dee78003.js | Script | 200 | 74 KiB |
| https://bin.bnbstatic.com/static/fonts/bn/BinanceNova-Medium.woff2 | Font | 200 | 65 KiB |
| https://bin.bnbstatic.com/static/fonts/bn/BinanceNova-Regular.woff2 | Font | 200 | 65 KiB |
| https://bin.bnbstatic.com/static/fonts/bn/BinanceNova-Bold.woff2 | Font | 200 | 64 KiB |
| https://bin.bnbstatic.com/static/fonts/bn/BinanceNova-SemiBold.woff2 | Font | 200 | 64 KiB |
| https://bin.bnbstatic.com/static/chunks/401.24981898.js | Script | 200 | 62 KiB |
| https://bin.bnbstatic.com/static/configs/newbase/common-widget-icon.js | Script | 200 | 46 KiB |
| https://public.bnbstatic.com/unpkg/vendor/vendor.umd.0.0.13.production.min.18.2.0.js | Script | 200 | 45 KiB |
| https://public.bnbstatic.com/unpkg/common-widget/[email protected] | Script | 200 | 43 KiB |
| https://bin.bnbstatic.com/api/i18n/-/web/cms/en/binance-chat | Fetch | 200 | 38 KiB |
| https://bin.bnbstatic.com/image/julia/new-homepage/download-lite-dark-en.png | Image | 200 | 38 KiB |
| https://bin.bnbstatic.com/image/julia/new-homepage/download-lite-light-en.png | Image | 200 | 38 KiB |
| https://public.bnbstatic.com/unpkg/themis/[email protected] | Script | 200 | 35 KiB |
| https://public.bnbstatic.com/unpkg/essential/[email protected] | Script | 200 | 35 KiB |
| https://public.bnbstatic.com/unpkg/common-widget/[email protected] | Script | 200 | 33 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 4150 ms | 152 ms |
| 4409 ms | 130 ms |
| 1876 ms | 118 ms |
| 2115 ms | 114 ms |
| 2257 ms | 108 ms |
| 727 ms | 99 ms |
| 1247 ms | 88 ms |
| 3355 ms | 87 ms |
| 3267 ms | 83 ms |
| 850 ms | 76 ms |