www.gemini.com

Report from 7/24/2026, 12:48:05 PM https://www.gemini.com
Latest run · lab, cold cache
28
7/24/2026
28-day score · p75 · the standard
32
13 runs
CRR5%latest
SSD50%latest
TC6134 toklatest
TTFUT7 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/gemini.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.gemini.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.gemini.com"><img src="https://agentvitals.dev/badge/gemini.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameTrade Crypto, Predict Outcomes & Earn — All in One Platform | Gemini · guessed from page text (no structured data)
Categorynot found
🟡Price$50 · guessed from page text (no structured data)
Locationnot applicable · not applicable to this page type
Hoursnot applicable · not applicable to this page type
Productsnot applicable · not applicable to this page type
🟡DescriptionThe crypto super app for trading, predicting, and earning. Buy 90+ cryptos, trade prediction markets, and earn with staking and the Gemini Credit Card. · guessed from page text (no structured 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.

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

Metrics

5%
CRR Content Recovery Poor
0.50
SSD Semantic Signal Density Needs work
6,169 tok
TC Token Cost Needs work
37 ms
TTFUT Time to First Useful Token N/A

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.

Content
98.8% · 16,520
Chrome (nav / header / footer)
1% · 167
Boilerplate (cookie / ad)
0% · 0
Other
0.2% · 36

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence95% of content requires JS
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.

medium SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.95 (full) · JSON-LD 0/1 · missing: structured-data
ImpactAgent spends tokens parsing nav/boilerplate instead of content.
Effort30–90 min

Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.

medium TC Token cost over budget — 1.2000000000000028% non-content

agent representation (Chrome/markdown output)

EvidenceToken decomposition: content 98.8%, chrome 1%, boilerplate 0%, other 0.2%. 6169 tokens total.
ImpactAn agent pays for every token; 1.2000000000000028% is chrome/boilerplate/other and crowds the context window.
Effort30–90 min

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

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 Absent at /llms.txt and /.well-known/llms.txt Learn →
robots.txt (AI bots) Major AI bots allowed Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data No JSON-LD found Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

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.

Learn how to implement →

# Your Site
> One-line description for AI agents.

## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentation

Spec: 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.

Learn how to implement →

<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.

Learn how to implement →

Spec: https://github.com/wild-card-ai/agents-json

~ 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.

Learn how to implement →

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.

Learn how to implement →

Spec: https://www.openapis.org/

Passed audits (6)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ Machine-readable prices✓ No login wall on public content✓ XML sitemap present + fresh✓ Server response (TTFB)

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.

77Transport posture (0–100, unscored)
3pass
2warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
✅ 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

highBreak up long main-thread taskshighest leverage

longest task 483 ms (10 total)

EvidenceMain thread blocked 483 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.
mediumSplit the heaviest unused bundle

gtm.js — 167 KiB transferred, 58% unused (third-party)

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

ctfassets.net — 652 KiB, 16 requests

EvidenceThird-party is 30.3% of total transfer (45 requests); ctfassets.net is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove ctfassets.net; defer non-critical third-party scripts.
mediumCut total transfer weight

3.2 MB total

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

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 domainReqsTransferMain-thread
ctfassets.net16652 KiB
googletagmanager.com2318 KiB661 ms
browser-intake-datadoghq.com238 KiB
trkn.us11 KiB
googlesyndication.com30 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://www.googletagmanager.com/gtm.js?id=GTM-TX5ZQJ7 3P167 KiB58%97 KiB
https://www.gemini.com/_next/static/chunks/9867-9e8b9aac9fcdc95b.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139113 KiB82.9%94 KiB
https://www.googletagmanager.com/gtag/js?id=AW-538501539&cx=c&gtm=4e67g0h2 3P152 KiB51.8%78 KiB
https://www.gemini.com/_next/static/chunks/2242-ffcf015fa420b494.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded36613561616234636438623234323030303864303265613940 KiB76.7%30 KiB
https://www.gemini.com/_next/static/chunks/8374-7e729209da88ee53.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded36613561616234636438623234323030303864303265613955 KiB51.9%29 KiB
https://www.gemini.com/_next/static/chunks/4bd1b696-f2a5235c67c67b30.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded36613561616234636438623234323030303864303265613952 KiB52.6%27 KiB
https://www.gemini.com/_next/static/chunks/1255-bd9f8d5587b1ae2f.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded36613561616234636438623234323030303864303265613943 KiB54.7%24 KiB
https://www.gemini.com/_next/static/chunks/7674-338b47a73e909e98.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded36613561616234636438623234323030303864303265613929 KiB78.7%23 KiB
https://www.gemini.com/_next/static/chunks/2266-1cc06d92a4e3613b.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded36613561616234636438623234323030303864303265613923 KiB85.4%20 KiB
https://www.gemini.com/_next/static/chunks/e37a0b60-b4555c7dd4041a43.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded36613561616234636438623234323030303864303265613924 KiB74%18 KiB
https://www.gemini.com/_next/static/chunks/8299-ad07a611238f52dd.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded36613561616234636438623234323030303864303265613927 KiB64.5%17 KiB
https://www.gemini.com/_next/static/chunks/221-ad78a8cf40d50bc2.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded36613561616234636438623234323030303864303265613925 KiB68.5%17 KiB
https://www.gemini.com/_next/static/chunks/3819-0c30a9a651fb6ed0.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded36613561616234636438623234323030303864303265613916 KiB85.6%14 KiB
https://www.gemini.com/_next/static/chunks/c15bf2b0.5a906286cc6d548c.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded36613561616234636438623234323030303864303265613920 KiB64.9%13 KiB
https://www.gemini.com/_next/static/chunks/5580.f11320461070b12a.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded36613561616234636438623234323030303864303265613917 KiB71.4%12 KiB

Network

159Requests
3229 KiBTransferred
75Scripts
30.3%3rd-party
10Long tasks
Script (75)
1299 KiB
Fetch (51)
1050 KiB
Image (26)
712 KiB
Document (1)
98 KiB
Stylesheet (4)
32 KiB
Font (1)
29 KiB
Other (1)
10 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.gemini.com/stocks?_rsc=1vm4mFetch200335 KiB
https://images.ctfassets.net/jg6lo9a2ukvr/1CoyJigXhqWOFPt6hj4RWB/64f2d2814c441c9f300e57917a61059f/Football.pngImage200297 KiB
https://www.gemini.com/prices?_rsc=1vm4mFetch200282 KiB
https://www.gemini.com/api/predictionsFetch200185 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-TX5ZQJ7Script200167 KiB
https://www.googletagmanager.com/gtag/js?id=AW-538501539&cx=c&gtm=4e67g0h2Script200152 KiB
https://www.gemini.com/predictions?_rsc=1vm4mFetch200121 KiB
https://www.gemini.com/_next/static/chunks/9867-9e8b9aac9fcdc95b.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script200113 KiB
https://www.gemini.com/Document20098 KiB
https://images.ctfassets.net/jg6lo9a2ukvr/7JhfY1Dp0oQtCGRU4GEh3m/b384ba5d50a685cc4660d9e9d380e785/imgcompressors-imgcompressors-00_top.jpg?fm=webp&q=80&w=1130Image20094 KiB
https://www.gemini.com/_next/static/chunks/2419.d2629d2ec13bf14e.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20085 KiB
https://www.gemini.com/_next/static/chunks/8374-7e729209da88ee53.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20055 KiB
https://images.ctfassets.net/jg6lo9a2ukvr/5mzP1A6iVWhs6jxydP3fne/91b15a829265a9621e7d20068ae3284d/Contract_Image__1_.pngImage20055 KiB
https://www.gemini.com/_next/static/chunks/4bd1b696-f2a5235c67c67b30.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20052 KiB
https://www.gemini.com/_next/static/chunks/1255-bd9f8d5587b1ae2f.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20043 KiB
https://www.gemini.com/_next/static/chunks/2242-ffcf015fa420b494.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20040 KiB
https://images.ctfassets.net/0idwgenf7ije/767WNvMLv1xBlFNtpWbrlk/751cae52ec2ae2fe8a598fe9a4e91b6f/Contract_Image.pngImage20035 KiB
https://images.ctfassets.net/jg6lo9a2ukvr/3EPzwD4LRZRfZyytYQzqZl/c240e611db90df2e0c3a84465cea5ba8/002.webp?fm=webp&q=80&w=1130Image20031 KiB
https://www.gemini.com/_next/static/chunks/7674-338b47a73e909e98.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20029 KiB
https://www.gemini.com/_next/static/media/22a5144ee8d83bca-s.p.woff2Font20029 KiB
https://images.ctfassets.net/jg6lo9a2ukvr/4OhWv3RhrumifmmGuT7G1C/db11592706af717c7b19d0b5b92dff0f/001.webp?fm=webp&q=80&w=1130Image20029 KiB
https://www.gemini.com/_next/static/chunks/8299-ad07a611238f52dd.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20027 KiB
https://www.gemini.com/_next/static/chunks/221-ad78a8cf40d50bc2.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20025 KiB
https://www.gemini.com/_next/static/chunks/e37a0b60-b4555c7dd4041a43.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20024 KiB
https://www.gemini.com/_next/static/chunks/2266-1cc06d92a4e3613b.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20023 KiB
https://www.gemini.com/_next/static/css/821c26d87358484f.css?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Stylesheet20023 KiB
https://images.ctfassets.net/jg6lo9a2ukvr/awLArmmHZmpxbzNnpx7EZ/f97cc2c80fa077ed13e9b0960c2f1969/Stock_Market.pngImage20022 KiB
https://www.gemini.com/_next/static/chunks/c15bf2b0.5a906286cc6d548c.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20020 KiB
https://www.gemini.com/_next/static/chunks/3714-a1c71136af925fc5.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20019 KiB
https://www.gemini.com/_next/static/chunks/app/%5Blocale%5D/(default)/%5B...slug%5D/page-73f87646f31129be.js?dpl=7497da01c578ecd1f47805238c79ac946410e1c32110ae9ebce021ba3addbded366135616162346364386232343230303038643032656139Script20017 KiB

Long tasks (>50 ms)

StartDuration
804 ms483 ms
2572 ms357 ms
420 ms197 ms
3529 ms167 ms
2014 ms134 ms
2359 ms134 ms
1730 ms123 ms
115 ms116 ms
3117 ms109 ms
3774 ms108 ms
Analyzing…
running mobile + desktop · ~30s