www.amplitude.com

Report from 9/21/2026, 11:00:42 AM https://www.amplitude.com
Latest run · lab, cold cache
87
9/21/2026
28-day score · p75 · the standard
91
32 runs
CRR100%latest
SSD82%latest
TC668 toklatest
TTFUT282 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/amplitude.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.amplitude.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.amplitude.com"><img src="https://agentvitals.dev/badge/amplitude.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
🟡Business nameAmplitude · guessed from page text (no structured data)
CategoryWebPage
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
DescriptionFrom analytics to feedback to code, Amplitude brings AI into every step of building self-improving products. Start free with 2M events per month.

An agent gets the basics but will guess on the gaps. 2/3 applicable facts come from machine-readable structured data.

87
Overall score
weighted CAV (0–100)
PASS
0–4950–8990–100

Metrics

100%
CRR Content Recovery Good
0.82
SSD Semantic Signal Density Good
668 tok
TC Token Cost Good
227 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈10,592 across regions). Most tokens are real content — the agent isn't paying much for chrome.

Content
64.7% · 6,854
Chrome (nav / header / footer)
23.4% · 2,476
Boilerplate (cookie / ad)
0% · 0
Other
11.9% · 1,262

Final screenshot

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

Diagnostics

No issues found — this page is well-prepared for agents.

Rendered profile: headless

Agent Discoverability 83/100 · Agent Ready

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 Found at /llms.txt but missing H1/blockquote Learn →
robots.txt (AI bots) Blocks: * (all) Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data Types: WebPage Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
OpenAPI / API docs Found at /openapi.json Learn →

Issues (4)

robots.txt allows AI bots high impact Blocks: * (all)

Business impact If robots.txt blocks AI crawlers you are invisible to ChatGPT, Claude and Perplexity — they skip you and recommend a competitor instead.

What we measured We read /robots.txt and test it against 16 AI user-agents (GPTBot, ClaudeBot, PerplexityBot, …) for a Disallow that blocks them.

How to fix Allow major AI bots to public content; restrict only private paths (/admin, /api).

Learn how to implement →

User-agent: GPTBot
Allow: /
Disallow: /admin/

Spec: https://platform.openai.com/docs/gptbot

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

Learn how to implement →

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

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

Spec: https://llmstxt.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

Passed audits (8)

✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ No login wall on public content✓ Structured data (JSON-LD)✓ XML sitemap present + fresh✓ Server response (TTFB)✓ API documentation

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.

81Transport posture (0–100, unscored)
3pass
1warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=63072000
✅ Content-Security-Policypolicy present, script-src does not allow inline
❌ X-Content-Type-Optionsmissing nosniff
⚠️ 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

highSplit the heaviest unused bundlehighest leverage

hls_video.js@dcbe02b2fc08fce24fc0e29a41cc8abd0bc44e37 — 170 KiB transferred, 82.9% unused (third-party)

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

wistia.net — 489 KiB, 13 requests, 94 ms main-thread

EvidenceThird-party is 40.4% of total transfer (95 requests); wistia.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 wistia.net; defer non-critical third-party scripts.
mediumCut total transfer weight

3.9 MB total

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

Third-party impact

95 third-party requests · 1623 KiB (40.4% of transfer) · 153 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
wistia.net13489 KiB94 ms
googletagmanager.com2348 KiB
wistia.com21319 KiB
cdnfonts.com3156 KiB
adoberesources.net3107 KiB
roundprincemusic.com655 KiB59 ms
sanity.io2744 KiB
bing.com633 KiB
sentry-cdn.com125 KiB
licdn.com121 KiB
adobe.io419 KiB
marketo.net27 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://fast.wistia.net/assets/external/engines/hls_video.js@dcbe02b2fc08fce24fc0e29a41cc8abd0bc44e37 3P170 KiB82.9%141 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-T6JXPP5 3P185 KiB54.6%101 KiB
https://cdn.amplitude.com/engagement-browser/prod/split/7dcde1ebbdb52fc238e54832e4a409563f129cc1-chunk-CZJ7SGUL.js170 KiB53.3%90 KiB
https://www.amplitude.com/_next/static/chunks/28343-80917966de6ada3e.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwg124 KiB71.3%88 KiB
https://fast.wistia.net/assets/external/E-v1.js 3P150 KiB57%85 KiB
https://www.googletagmanager.com/gtag/js?id=AW-736707024&cx=c&gtm=4e69g1 3P163 KiB52.3%85 KiB
https://www.amplitude.com/_next/static/chunks/952a9b48-13df921adbe83aab.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwg78 KiB87.4%69 KiB
https://www.amplitude.com/_next/static/chunks/3e200e2a-2f73a68a43129c52.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwg104 KiB62.4%65 KiB
https://www.amplitude.com/_next/static/chunks/57749-4ff56357d019abfb.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwg99 KiB63.7%63 KiB
https://cdn.amplitude.com/engagement-browser/prod/split/7dcde1ebbdb52fc238e54832e4a409563f129cc1-chunk-OVQGSUNJ.js76 KiB71.6%55 KiB
https://assets.adoberesources.net/builds/ad6e11260ed50a791365df9cac09a69873dabd3b/dist/core-ui/src/index.js 3P51 KiB80.9%42 KiB
https://www.amplitude.com/_next/static/chunks/c3b51be6-dc9f383fba775f59.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwg54 KiB56.9%31 KiB
https://fast.wistia.net/assets/external/captions.js 3P37 KiB79.4%29 KiB
https://www.amplitude.com/_next/static/chunks/58d7aa36.69c0e9e28cc65144.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwg42 KiB69.5%29 KiB
https://www.amplitude.com/_next/static/chunks/50305-dbe488cb7092f1df.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwg58 KiB49.7%29 KiB

Network

243Requests
4020 KiBTransferred
86Scripts
40.4%3rd-party
3Long tasks
Script (86)
2520 KiB
Image (62)
732 KiB
Font (21)
559 KiB
Stylesheet (13)
76 KiB
Document (1)
67 KiB
Fetch (40)
57 KiB
XHR (7)
6 KiB
Other (11)
2 KiB
Manifest (1)
1 KiB
Ping (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.googletagmanager.com/gtm.js?id=GTM-T6JXPP5Script200185 KiB
https://fast.wistia.net/assets/external/engines/hls_video.js@dcbe02b2fc08fce24fc0e29a41cc8abd0bc44e37Script200170 KiB
https://cdn.amplitude.com/engagement-browser/prod/split/7dcde1ebbdb52fc238e54832e4a409563f129cc1-chunk-CZJ7SGUL.jsScript200170 KiB
https://www.googletagmanager.com/gtag/js?id=AW-736707024&cx=c&gtm=4e69g1Script200163 KiB
https://cdn.amplitude.com/script/e3e918f274fa30555c627abdb29840d5.experiment.jsScript200150 KiB
https://fast.wistia.net/assets/external/E-v1.jsScript200150 KiB
https://www.amplitude.com/_next/static/chunks/28343-80917966de6ada3e.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwgScript200124 KiB
https://www.amplitude.com/_next/static/chunks/3e200e2a-2f73a68a43129c52.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwgScript200104 KiB
https://www.amplitude.com/_next/static/chunks/57749-4ff56357d019abfb.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwgScript20099 KiB
https://www.amplitude.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fl5rq9j6r%2Fproduction%2F4e9b8b1956080c3f467d524faf00177286ba92cb-2159x1079.webp&w=3840&q=75&dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwgImage20085 KiB
https://embed-ssl.wistia.com/deliveries/cf007e82c1c398f2af057e234f8f789f248cc6c1.webp?image_crop_resized=1920x1080Image20079 KiB
https://www.amplitude.com/_next/static/chunks/952a9b48-13df921adbe83aab.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwgScript20078 KiB
https://www.amplitude.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fl5rq9j6r%2Fproduction%2Fdcb5f4028a1c69ceea408399447041d4f316f607-2159x1079.webp&w=3840&q=75&dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwgImage20078 KiB
https://cdn.amplitude.com/engagement-browser/prod/split/7dcde1ebbdb52fc238e54832e4a409563f129cc1-chunk-OVQGSUNJ.jsScript20076 KiB
https://www.amplitude.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fl5rq9j6r%2Fproduction%2Fa98fb55d1265de594e2be0e57e59bf32bac42fd5-2159x1079.webp&w=3840&q=75&dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwgImage20071 KiB
https://www.amplitude.com/Document20067 KiB
https://www.amplitude.com/_next/static/media/dark-accent.b6286561.pngImage20059 KiB
https://www.amplitude.com/_next/static/chunks/50305-dbe488cb7092f1df.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwgScript20058 KiB
https://embed-ssl.wistia.com/deliveries/7a08db30731c3399beebfea0ab3607b1.webp?image_crop_resized=1920x1080Image20057 KiB
https://www.amplitude.com/_next/static/chunks/c3b51be6-dc9f383fba775f59.js?dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwgScript20054 KiB
https://fonts.cdnfonts.com/s/29655/GellixSemiBold.woffFont20052 KiB
https://ob.roundprincemusic.com/i/8356b7ffc20afc0a5275c6176232dc10.jsScript20052 KiB
https://fonts.cdnfonts.com/s/29655/GellixMedium.woffFont20052 KiB
https://fonts.cdnfonts.com/s/29655/GellixRegular.woffFont20052 KiB
https://assets.adoberesources.net/builds/ad6e11260ed50a791365df9cac09a69873dabd3b/dist/core-ui/src/index.jsScript20051 KiB
https://embed-ssl.wistia.com/deliveries/6975d1a4afb3daffd9861d940aebcc37.webp?image_crop_resized=1920x1080Image20051 KiB
https://www.amplitude.com/_next/static/media/97ac91773d3121b2-s.p.woff2Font20050 KiB
https://assets.adoberesources.net/builds/ad6e11260ed50a791365df9cac09a69873dabd3b/dist/core/src/index.jsScript20049 KiB
https://www.amplitude.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fl5rq9j6r%2Fproduction%2Fd561522d11e5f19e15cb739b1beafee61a19f3f1-2160x1080.png&w=3840&q=75&dpl=dpl_G4cyMvpZ3HkHCaUXH9qmK1eTXNwgImage20049 KiB
https://www.amplitude.com/_next/static/media/e4af272ccee01ff0-s.p.woff2Font20048 KiB

Long tasks (>50 ms)

StartDuration
1618 ms96 ms
623 ms69 ms
736 ms52 ms
Analyzing…
running mobile + desktop · ~30s