www.snowflake.com

Report from 7/24/2026, 10:04:29 AM https://www.snowflake.com
Latest run · lab, cold cache
0
7/24/2026
28-day score · p75 · the standard
1/7 runs — building history (nightly)

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/snowflake.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.snowflake.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.snowflake.com"><img src="https://agentvitals.dev/badge/snowflake.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameThe Snowflake AI Data Cloud - Mobilize Data, Apps, and AI · guessed from page text (no structured data)
Categorynot found
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
🟡DescriptionSnowflake powers AI, data engineering, applications, and analytics on a trusted, scalable AI Data Cloud—eliminating silos and accelerating innovation. · guessed from page text (no structured 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.

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

Metrics

71%
CRR Content Recovery Poor
0.89
SSD Semantic Signal Density Good
1,339 tok
TC Token Cost Good
99 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈10,576 across regions). 99% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.

Content
1% · 107
Chrome (nav / header / footer)
5.9% · 628
Boilerplate (cookie / ad)
2.2% · 233
Other
90.8% · 9,608

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

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

high TC 99% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 1%, chrome 5.9%, boilerplate 2.2%, other 90.8%. Only 1% of the agent's tokens are real content.
ImpactAn agent pays for boilerplate on every request and has less context left for the real content.
Effort30–90 min

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

Agent Discoverability 76/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_index.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 (5)

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✓ No content-blocking cookie wall✓ 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.

100Transport posture (0–100, unscored)
6pass
0warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; includeSubDomains; preload
✅ Content-Security-Policypolicy present, script-src does not allow inline
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policyno-referrer-when-downgrade
✅ CORS exposureaccess-control-allow-origin: *
Full profile — how to improve · unused JS · network · timing

How to improve

highSplit the heaviest unused bundlehighest leverage

clientlib-react.lc-e32614f0a8d775384977b187f28e3bc9-lc.min.js — 465 KiB transferred, 74% unused

EvidenceCDP JS coverage: 344 KiB of this bundle is never executed on load.
Impact~-344 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of clientlib-react.lc-e32614f0a8d775384977b187f28e3bc9-lc.min.js, or drop unused dependencies.
highBreak up long main-thread tasks

longest task 643 ms (10 total)

EvidenceMain thread blocked 643 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.
mediumCut total transfer weight

4.7 MB total

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

Third-party impact

27 third-party requests · 803 KiB (16.6% of transfer) · 807 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
googletagmanager.com2383 KiB403 ms
cookielaw.org11240 KiB241 ms
adobedtm.com389 KiB47 ms
mktoweb.com577 KiB116 ms
cloudflareinsights.com111 KiB
demdex.net11 KiB
hlx.page11 KiB
googleapis.com11 KiB
onetrust.com10 KiB
google-analytics.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://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react.lc-e32614f0a8d775384977b187f28e3bc9-lc.min.js465 KiB74%344 KiB
https://www.googletagmanager.com/gtag/js?id=G-KXJB3GGT1Y&cx=c&gtm=4e67m0 3P181 KiB48.5%88 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-5Q8R2G 3P202 KiB41.1%83 KiB
https://cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.js 3P130 KiB61.6%80 KiB
https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/vendor-gsap.52cc85b4.chunk.js69 KiB74.8%52 KiB
https://252-rfo-227.mktoweb.com/js/forms2/js/forms2.min.js 3P68 KiB59.6%40 KiB
https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/chunk-content.880b0a76.chunk.js43 KiB86.1%37 KiB
https://assets.adobedtm.com/0a17b55ca7cd/44cd06dd2ecb/launch-643b1321858d.min.js 3P74 KiB47.5%35 KiB
https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/chunk-cards.8525ca09.chunk.js29 KiB97.1%28 KiB
https://www.snowflake.com/etc/cloudsettings.kernel.js/conf/snowflake-site/settings/cloudsettings/legacy/contexthub58 KiB44.5%26 KiB
https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/vendor-markdown.8757b8da.chunk.js22 KiB99.5%22 KiB
https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/chunk-forms.2aa8b959.chunk.js22 KiB88.7%19 KiB
https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/chunk-nav.1851181e.chunk.js18 KiB75.5%13 KiB
https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js 3P13 KiB84%11 KiB
https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/chunk-shared-cards.29104916.chunk.js11 KiB87.2%10 KiB

Network

137Requests
4843 KiBTransferred
38Scripts
16.6%3rd-party
10Long tasks
Image (52)
2464 KiB
Script (38)
1468 KiB
Font (5)
475 KiB
Document (2)
159 KiB
Stylesheet (11)
140 KiB
Fetch (18)
96 KiB
Other (4)
21 KiB
XHR (6)
18 KiB
Manifest (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.snowflake.com/adobe/dynamicmedia/deliver/dm-aid--3be4db83-f169-4b6e-b820-290454abc04e/agents-coco-hp.png?preferwebp=true&quality=85&width=1440Image200472 KiB
https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react.lc-e32614f0a8d775384977b187f28e3bc9-lc.min.jsScript200465 KiB
https://www.snowflake.com/adobe/dynamicmedia/deliver/dm-aid--a320b404-dca1-4477-b033-c79708538657/web-startup-2026-960x540.png?preferwebp=true&quality=85&width=1440Image200340 KiB
https://www.snowflake.com/fonts/Lato-Regular.woff2Font200207 KiB
https://www.snowflake.com/fonts/Lato-Bold.woff2Font200207 KiB
https://www.snowflake.com/adobe/dynamicmedia/deliver/dm-aid--fcc60c2f-f1df-48a4-a5f3-7f4c622bcc2a/1000x630-summit-27-promo-card.png?quality=85&preferwebp=true&width=1440Image200206 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-5Q8R2GScript200202 KiB
https://www.snowflake.com/adobe/dynamicmedia/deliver/dm-aid--8d15c8ec-2c26-4b9d-a26b-5e10f86e70bf/soc-og-swt-1200x628.png?quality=85&preferwebp=true&width=1440Image200182 KiB
https://www.googletagmanager.com/gtag/js?id=G-KXJB3GGT1Y&cx=c&gtm=4e67m0Script200181 KiB
https://www.snowflake.com/content/snowflake-site/global/en/news/press-releases/snowflake-opens-new-office-france-accelerate-data-ai-innovation/_jcr_content/_cq_featuredimage.coreimg.png/1783351471059/og-social-snowflake-newsroom.pngImage200181 KiB
https://www.snowflake.com/en/Document200159 KiB
https://cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.jsScript200130 KiB
https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react.lc-9b41e103f4bf39474e8777a5a772361e-lc.min.cssStylesheet200105 KiB
https://www.snowflake.com/adobe/dynamicmedia/deliver/dm-aid--309b4843-4b01-40e1-94c9-c1869babb992/web-the-agentic-enterprise-from%25E2%2580%2593strategy-to-roi-960x540.png?preferwebp=true&quality=85&width=1440Image20080 KiB
https://www.snowflake.com/content/dam/snowflake-site/general/static/images/si-sidenav.svgImage20075 KiB
https://www.snowflake.com/adobe/dynamicmedia/deliver/dm-aid--143d39e6-144d-44ae-b45d-601b2e664678/soc-og-mmds-5th-edition-1200x628.png?preferwebp=true&quality=85&width=1440Image20074 KiB
https://assets.adobedtm.com/0a17b55ca7cd/44cd06dd2ecb/launch-643b1321858d.min.jsScript20074 KiB
https://www.snowflake.com/adobe/dynamicmedia/deliver/dm-aid--12d10100-e791-4ce0-9094-d5b3d7cd9fa3/600x378-build24-hp-featured-card.png?quality=85&preferwebp=true&width=1440Image20073 KiB
https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/vendor-gsap.52cc85b4.chunk.jsScript20069 KiB
https://252-rfo-227.mktoweb.com/js/forms2/js/forms2.min.jsScript20068 KiB
https://www.snowflake.com/content/dam/snowflake-site/general/static/images/response-1.svgImage20067 KiB
https://www.snowflake.com/etc/cloudsettings.kernel.js/conf/snowflake-site/settings/cloudsettings/legacy/contexthubScript20058 KiB
https://www.snowflake.com/content/dam/snowflake-site/general/logos/_Misc-Logos/mass-executive-office-of-education-logo-nav.pngImage20058 KiB
https://www.snowflake.com/content/dam/snowflake-site/general/static/images/response-chart.svgImage20055 KiB
https://www.snowflake.com/adobe/dynamicmedia/deliver/dm-aid--8a22f2b0-a8eb-4aaf-a854-1afc27647a4b/summit-25-keynote.png?preferwebp=true&quality=85&width=1440Image20055 KiB
https://cdn.cookielaw.org/consent/e2fcdaea-38d6-4c35-8d59-c2f96dbce597/019cf813-858d-709b-b2ee-cdde6cd343d8/en.jsonFetch20045 KiB
https://www.snowflake.com/adobe/dynamicmedia/deliver/dm-aid--b3030d24-fd50-45e6-bfe6-9520d3eb46d8/web-inside-the-mmds-5th-960x540.png?preferwebp=true&quality=85&width=1440Image20044 KiB
https://www.snowflake.com/etc.clientlibs/snowflake-site/clientlibs/clientlib-react/resources/static/js/chunk-content.880b0a76.chunk.jsScript20043 KiB
https://www.snowflake.com/content/dam/snowflake-site/general/static/images/cortex-code-cli-2.svgImage20042 KiB
https://www.snowflake.com/content/dam/snowflake-site/general/logos/_Misc-Logos/landing-ai-logo-nav.pngImage20035 KiB

Long tasks (>50 ms)

StartDuration
2549 ms643 ms
1393 ms307 ms
3308 ms209 ms
1787 ms208 ms
3856 ms131 ms
4248 ms98 ms
2020 ms96 ms
2235 ms96 ms
4033 ms91 ms
1007 ms89 ms
Analyzing…
running mobile + desktop · ~30s