www.gemini.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.
⚠️ Your page title reads like a navigation menu, so an agent may cite your business as “Trade Crypto, Predict Outcomes & Earn — All in One Platform | Gemini | Gemini”.
An agent is likely to fabricate missing details rather than say “I don’t know”. 0/4 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈16,448 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.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
agent representation (Chrome/markdown output)
Fix: Trim boilerplate, collapse repeated structures, and drop decorative markup from agent-visible content so an agent spends fewer tokens to read the page.
Rendered profile: headless
Metrics
Token Cost breakdown
Where the page's tokens go (≈16,723 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.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
agent representation (Chrome/markdown output)
Fix: Trim boilerplate, collapse repeated structures, and drop decorative markup from agent-visible content so an agent spends fewer tokens to read the page.
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)
~ No content-blocking cookie wall medium impact Consent platform: cookieconsent (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.
# 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/
~ 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 (6)
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 | max-age=31536000 |
| ⚠️ Content-Security-Policy | script-src allows 'unsafe-inline' |
| ✅ X-Content-Type-Options | 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
longest task 483 ms (10 total)
gtm.js — 167 KiB transferred, 58% unused (third-party)
ctfassets.net — 652 KiB, 16 requests
3.2 MB total
Third-party impact
45 third-party requests · 978 KiB (30.3% of transfer) · 661 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 |
|---|---|---|---|
| ctfassets.net | 16 | 652 KiB | — |
| googletagmanager.com | 2 | 318 KiB | 661 ms |
| browser-intake-datadoghq.com | 23 | 8 KiB | — |
| trkn.us | 1 | 1 KiB | — |
| googlesyndication.com | 3 | 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://www.googletagmanager.com/gtm.js?id=GTM-TX5ZQJ7 3P | 167 KiB | 58% | 97 KiB |
| https://www.gemini.com/_next/static/chunks/9867-9e8b9aac9fcdc95b.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 113 KiB | 82.9% | 94 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-538501539&cx=c>m=4e67g0h2 3P | 152 KiB | 51.8% | 78 KiB |
| https://www.gemini.com/_next/static/chunks/2242-ffcf015fa420b494.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 40 KiB | 76.7% | 30 KiB |
| https://www.gemini.com/_next/static/chunks/8374-7e729209da88ee53.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 55 KiB | 51.9% | 29 KiB |
| https://www.gemini.com/_next/static/chunks/4bd1b696-f2a5235c67c67b30.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 52 KiB | 52.6% | 27 KiB |
| https://www.gemini.com/_next/static/chunks/1255-bd9f8d5587b1ae2f.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 43 KiB | 54.7% | 24 KiB |
| https://www.gemini.com/_next/static/chunks/7674-338b47a73e909e98.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 29 KiB | 78.7% | 23 KiB |
| https://www.gemini.com/_next/static/chunks/2266-1cc06d92a4e3613b.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 23 KiB | 85.4% | 20 KiB |
| https://www.gemini.com/_next/static/chunks/e37a0b60-b4555c7dd4041a43.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 24 KiB | 74% | 18 KiB |
| https://www.gemini.com/_next/static/chunks/8299-ad07a611238f52dd.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 27 KiB | 64.5% | 17 KiB |
| https://www.gemini.com/_next/static/chunks/221-ad78a8cf40d50bc2.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 25 KiB | 68.5% | 17 KiB |
| https://www.gemini.com/_next/static/chunks/3819-0c30a9a651fb6ed0.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 16 KiB | 85.6% | 14 KiB |
| https://www.gemini.com/_next/static/chunks/c15bf2b0.5a906286cc6d548c.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 20 KiB | 64.9% | 13 KiB |
| https://www.gemini.com/_next/static/chunks/5580.f11320461070b12a.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | 17 KiB | 71.4% | 12 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.gemini.com/stocks?_rsc=1vm4m | Fetch | 200 | 335 KiB |
| https://images.ctfassets.net/jg6lo9a2ukvr/1CoyJigXhqWOFPt6hj4RWB/64f2d2814c441c9f300e57917a61059f/Football.png | Image | 200 | 297 KiB |
| https://www.gemini.com/prices?_rsc=1vm4m | Fetch | 200 | 282 KiB |
| https://www.gemini.com/api/predictions | Fetch | 200 | 185 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-TX5ZQJ7 | Script | 200 | 167 KiB |
| https://www.googletagmanager.com/gtag/js?id=AW-538501539&cx=c>m=4e67g0h2 | Script | 200 | 152 KiB |
| https://www.gemini.com/predictions?_rsc=1vm4m | Fetch | 200 | 121 KiB |
| https://www.gemini.com/_next/static/chunks/9867-9e8b9aac9fcdc95b.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 113 KiB |
| https://www.gemini.com/ | Document | 200 | 98 KiB |
| https://images.ctfassets.net/jg6lo9a2ukvr/7JhfY1Dp0oQtCGRU4GEh3m/b384ba5d50a685cc4660d9e9d380e785/imgcompressors-imgcompressors-00_top.jpg?fm=webp&q=80&w=1130 | Image | 200 | 94 KiB |
| https://www.gemini.com/_next/static/chunks/2419.d2629d2ec13bf14e.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 85 KiB |
| https://www.gemini.com/_next/static/chunks/8374-7e729209da88ee53.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 55 KiB |
| https://images.ctfassets.net/jg6lo9a2ukvr/5mzP1A6iVWhs6jxydP3fne/91b15a829265a9621e7d20068ae3284d/Contract_Image__1_.png | Image | 200 | 55 KiB |
| https://www.gemini.com/_next/static/chunks/4bd1b696-f2a5235c67c67b30.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 52 KiB |
| https://www.gemini.com/_next/static/chunks/1255-bd9f8d5587b1ae2f.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 43 KiB |
| https://www.gemini.com/_next/static/chunks/2242-ffcf015fa420b494.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 40 KiB |
| https://images.ctfassets.net/0idwgenf7ije/767WNvMLv1xBlFNtpWbrlk/751cae52ec2ae2fe8a598fe9a4e91b6f/Contract_Image.png | Image | 200 | 35 KiB |
| https://images.ctfassets.net/jg6lo9a2ukvr/3EPzwD4LRZRfZyytYQzqZl/c240e611db90df2e0c3a84465cea5ba8/002.webp?fm=webp&q=80&w=1130 | Image | 200 | 31 KiB |
| https://www.gemini.com/_next/static/chunks/7674-338b47a73e909e98.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 29 KiB |
| https://www.gemini.com/_next/static/media/22a5144ee8d83bca-s.p.woff2 | Font | 200 | 29 KiB |
| https://images.ctfassets.net/jg6lo9a2ukvr/4OhWv3RhrumifmmGuT7G1C/db11592706af717c7b19d0b5b92dff0f/001.webp?fm=webp&q=80&w=1130 | Image | 200 | 29 KiB |
| https://www.gemini.com/_next/static/chunks/8299-ad07a611238f52dd.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 27 KiB |
| https://www.gemini.com/_next/static/chunks/221-ad78a8cf40d50bc2.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 25 KiB |
| https://www.gemini.com/_next/static/chunks/e37a0b60-b4555c7dd4041a43.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 24 KiB |
| https://www.gemini.com/_next/static/chunks/2266-1cc06d92a4e3613b.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 23 KiB |
| https://www.gemini.com/_next/static/css/821c26d87358484f.css?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Stylesheet | 200 | 23 KiB |
| https://images.ctfassets.net/jg6lo9a2ukvr/awLArmmHZmpxbzNnpx7EZ/f97cc2c80fa077ed13e9b0960c2f1969/Stock_Market.png | Image | 200 | 22 KiB |
| https://www.gemini.com/_next/static/chunks/c15bf2b0.5a906286cc6d548c.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 20 KiB |
| https://www.gemini.com/_next/static/chunks/3714-a1c71136af925fc5.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 19 KiB |
| https://www.gemini.com/_next/static/chunks/app/%5Blocale%5D/(default)/%5B...slug%5D/page-73f87646f31129be.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139 | Script | 200 | 17 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 804 ms | 483 ms |
| 2572 ms | 357 ms |
| 420 ms | 197 ms |
| 3529 ms | 167 ms |
| 2014 ms | 134 ms |
| 2359 ms | 134 ms |
| 1730 ms | 123 ms |
| 115 ms | 116 ms |
| 3117 ms | 109 ms |
| 3774 ms | 108 ms |