www.amplitude.com

Report from 7/24/2026, 11:31:55 AM https://www.amplitude.com
Latest run · lab, cold cache
92
7/24/2026
28-day score · p75 · the standard
93
11 runs
CRR99%latest
SSD84%latest
TC1078 toklatest
TTFUT201 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
DescriptionBuild better products by turning your user data into meaningful insights, using Amplitude's digital analytics platform and experimentation tools.

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

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

Metrics

99%
CRR Content Recovery Good
0.84
SSD Semantic Signal Density Good
1,078 tok
TC Token Cost Good
201 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
56.6% · 5,288
Chrome (nav / header / footer)
30.2% · 2,820
Boilerplate (cookie / ad)
0% · 0
Other
13.2% · 1,236

Final screenshot

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

Diagnostics

medium TC 43.4% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 56.6%, chrome 30.2%, boilerplate 0%, other 13.2%. Only 56.6% 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 94/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) Major AI bots allowed Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data Types: WebPage Learn →
agents.json Found at /agents.json Learn →
WebMCP endpoint Found at /webmcp.json Learn →
OpenAPI / API docs Found at /openapi.json Learn →

Issues (1)

~ 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

Passed audits (11)

✓ robots.txt allows AI bots✓ 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)✓ agents.json discovery✓ WebMCP endpoint✓ 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@ccbdf35d9a5f3ba6e993b0d4254c2be92cb4dcd6 — 160 KiB transferred, 65.6% unused (third-party)

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

wistia.com — 2634 KiB, 39 requests

EvidenceThird-party is 36% of total transfer (227 requests); wistia.com 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.com; defer non-critical third-party scripts.
mediumBreak up long main-thread tasks

longest task 208 ms (10 total)

EvidenceMain thread blocked 208 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

13.8 MB total

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

Third-party impact

227 third-party requests · 5078 KiB (36% of transfer) · 1779 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.com392634 KiB
googletagmanager.com4683 KiB331 ms
wistia.net16544 KiB746 ms
cdnfonts.com4209 KiB
facebook.net2164 KiB177 ms
pathfactory.com18163 KiB69 ms
civiccomputing.com2124 KiB186 ms
adoberesources.net3107 KiB48 ms
roundprincemusic.com1053 KiB17 ms
licdn.com238 KiB57 ms
zoominfo.com635 KiB
bing.com934 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@ccbdf35d9a5f3ba6e993b0d4254c2be92cb4dcd6 3P160 KiB65.6%105 KiB
https://www.amplitude.com/_next/static/chunks/3250-72fdf00399f1b48a.js?dpl=dpl_6uuW2MuB5cdPmkMqiDd2HowPYJaH177 KiB56%99 KiB
https://cdn.amplitude.com/engagement-browser/prod/split/dab59e95e93d23accef85eac3d71b574dfc2d261-chunk-U4JEYXZO.js166 KiB57.8%96 KiB
https://fast.wistia.net/assets/external/E-v1.js 3P165 KiB53.9%89 KiB
https://www.googletagmanager.com/gtag/js?id=G-2FY44PPV92&cx=c&gtm=4e67h1 3P176 KiB50.5%89 KiB
https://www.googletagmanager.com/gtag/js?id=G-NJ8WY6NP7M&cx=c&_slc=1 3P173 KiB50.3%87 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-T6JXPP5 3P181 KiB46.5%84 KiB
https://www.googletagmanager.com/gtag/js?id=AW-736707024&cx=c&gtm=4e67h1 3P153 KiB47.2%72 KiB
https://www.amplitude.com/_next/static/chunks/952a9b48-e2b51d9c7fb22cd4.js?dpl=dpl_6uuW2MuB5cdPmkMqiDd2HowPYJaH78 KiB87.4%69 KiB
https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js 3P124 KiB54.4%67 KiB
https://www.amplitude.com/_next/static/chunks/6625-0eb663da0461da0b.js?dpl=dpl_6uuW2MuB5cdPmkMqiDd2HowPYJaH99 KiB56.9%56 KiB
https://cdn.amplitude.com/engagement-browser/prod/split/dab59e95e93d23accef85eac3d71b574dfc2d261-chunk-7R6XCXOL.js71 KiB74.9%53 KiB
https://connect.facebook.net/en_US/fbevents.js 3P103 KiB43.8%45 KiB
https://assets.adoberesources.net/builds/6dce2c4699536212f5d22ff4dd036a43af639ec3/dist/core-ui/src/index.js 3P51 KiB81.4%42 KiB
https://cdn-app.pathfactory.com/production/jukebox-lite/current/242.js 3P60 KiB67.3%41 KiB

Network

362Requests
14105 KiBTransferred
126Scripts
36%3rd-party
10Long tasks
Image (61)
7637 KiB
Script (126)
3432 KiB
XHR (44)
2397 KiB
Font (14)
415 KiB
Fetch (68)
76 KiB
Document (3)
71 KiB
Stylesheet (13)
69 KiB
Ping (9)
4 KiB
Other (23)
2 KiB
Manifest (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.amplitude.com/nextjs-public/cta/cta-banner.svgImage2007214 KiB
https://embed-cloudfront.wistia.com/deliveries/8b5153890d6e325aa0244b86af51d5d01c4f071a.m3u8/seg-1-v1-a1.tsXHR200445 KiB
https://embed-cloudfront.wistia.com/deliveries/f553b111f3f3094179a058580bf1360b192f1d5a.m3u8/seg-8-v1-a1.tsXHR200257 KiB
https://embed-cloudfront.wistia.com/deliveries/f553b111f3f3094179a058580bf1360b192f1d5a.m3u8/seg-2-v1-a1.tsXHR200221 KiB
https://embed-cloudfront.wistia.com/deliveries/f553b111f3f3094179a058580bf1360b192f1d5a.m3u8/seg-11-v1-a1.tsXHR200183 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-T6JXPP5Script200181 KiB
https://embed-cloudfront.wistia.com/deliveries/f553b111f3f3094179a058580bf1360b192f1d5a.m3u8/seg-10-v1-a1.tsXHR200177 KiB
https://www.amplitude.com/_next/static/chunks/3250-72fdf00399f1b48a.js?dpl=dpl_6uuW2MuB5cdPmkMqiDd2HowPYJaHScript200177 KiB
https://www.googletagmanager.com/gtag/js?id=G-2FY44PPV92&cx=c&gtm=4e67h1Script200176 KiB
https://www.googletagmanager.com/gtag/js?id=G-NJ8WY6NP7M&cx=c&_slc=1Script200173 KiB
https://cdn.amplitude.com/engagement-browser/prod/split/dab59e95e93d23accef85eac3d71b574dfc2d261-chunk-U4JEYXZO.jsScript200166 KiB
https://fast.wistia.net/assets/external/E-v1.jsScript200165 KiB
https://fast.wistia.net/assets/external/engines/hls_video.js@ccbdf35d9a5f3ba6e993b0d4254c2be92cb4dcd6Script200160 KiB
https://embed-cloudfront.wistia.com/deliveries/f553b111f3f3094179a058580bf1360b192f1d5a.m3u8/seg-3-v1-a1.tsXHR200157 KiB
https://cdn.amplitude.com/script/e3e918f274fa30555c627abdb29840d5.experiment.jsScript200155 KiB
https://www.googletagmanager.com/gtag/js?id=AW-736707024&cx=c&gtm=4e67h1Script200153 KiB
https://embed-cloudfront.wistia.com/deliveries/f553b111f3f3094179a058580bf1360b192f1d5a.m3u8/seg-6-v1-a1.tsXHR200139 KiB
https://embed-cloudfront.wistia.com/deliveries/f553b111f3f3094179a058580bf1360b192f1d5a.m3u8/seg-7-v1-a1.tsXHR200139 KiB
https://embed-cloudfront.wistia.com/deliveries/f553b111f3f3094179a058580bf1360b192f1d5a.m3u8/seg-4-v1-a1.tsXHR200136 KiB
https://embed-cloudfront.wistia.com/deliveries/f553b111f3f3094179a058580bf1360b192f1d5a.m3u8/seg-5-v1-a1.tsXHR200133 KiB
https://embed-cloudfront.wistia.com/deliveries/f553b111f3f3094179a058580bf1360b192f1d5a.m3u8/seg-9-v1-a1.tsXHR200130 KiB
https://embed-cloudfront.wistia.com/deliveries/f553b111f3f3094179a058580bf1360b192f1d5a.m3u8/seg-13-v1-a1.tsXHR200130 KiB
https://embed-cloudfront.wistia.com/deliveries/f553b111f3f3094179a058580bf1360b192f1d5a.m3u8/seg-12-v1-a1.tsXHR200127 KiB
https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.jsScript200124 KiB
https://connect.facebook.net/en_US/fbevents.jsScript200103 KiB
https://www.amplitude.com/_next/static/chunks/6625-0eb663da0461da0b.js?dpl=dpl_6uuW2MuB5cdPmkMqiDd2HowPYJaHScript20099 KiB
https://www.amplitude.com/_next/image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2Fl5rq9j6r%2Fproduction%2F828f7be08b2ab2a75b37e70a4a9b53250f1a65c8-1920x1080.png%3Ffp-x%3D0.5%26fp-y%3D0.5%26w%3D1920%26h%3D1080%26q%3D85%26fit%3Dcrop%26crop%3Dfocalpoint%26auto%3Dformat&w=1920&q=75Image20089 KiB
https://embed-ssl.wistia.com/deliveries/cf007e82c1c398f2af057e234f8f789f248cc6c1.webp?image_crop_resized=1920x1080Image20079 KiB
https://www.amplitude.com/_next/static/chunks/952a9b48-e2b51d9c7fb22cd4.js?dpl=dpl_6uuW2MuB5cdPmkMqiDd2HowPYJaHScript20078 KiB
https://www.amplitude.com/Document20071 KiB

Long tasks (>50 ms)

StartDuration
6473 ms208 ms
5377 ms174 ms
3113 ms144 ms
935 ms140 ms
1839 ms133 ms
8896 ms133 ms
6720 ms119 ms
5142 ms118 ms
5262 ms113 ms
8179 ms109 ms
Analyzing…
running mobile + desktop · ~30s