www.chase.com

Report from 7/23/2026, 10:35:20 AM https://www.chase.com
Latest run · lab, cold cache
30
7/23/2026
28-day score · p75 · the standard
5/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/chase.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.chase.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.chase.com"><img src="https://agentvitals.dev/badge/chase.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameCredit Card, Mortgage, Banking, Auto | Chase Online | Chase.com · 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
🟡DescriptionChase online; credit cards, mortgages, commercial banking, auto loans, investing & retirement planning, checking and business banking. · guessed from page text (no structured data)

⚠️ Your page title reads like a navigation menu, so an agent may cite your business as “Credit Card, Mortgage, Banking, Auto | Chase Online | Chase.com”.

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.

We recovered only a shell of this page (under 200 tokens) — likely a soft bot-block or a client-rendered app that served our scanner almost no content. The metrics below reflect that shell, not your real site; the score is capped until an agent can retrieve real content.
30
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

9%
CRR Content Recovery Poor
0.08
SSD Semantic Signal Density Poor
176 tok
TC Token Cost Good
24 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
29.6% · 1,369
Chrome (nav / header / footer)
66% · 3,052
Boilerplate (cookie / ad)
0% · 0
Other
4.5% · 206

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence91% of content requires JS · 9% of rendered content recovered (rest is placeholder/wrong)
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 SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.13 · 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.

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

agent representation — token decomposition

EvidenceToken decomposition: content 29.6%, chrome 66%, boilerplate 0%, other 4.5%. Only 29.599999999999994% 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 84/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 /.well-known/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 No JSON-LD found Learn →
~ agents.json Absent (emerging standard) Learn →
WebMCP endpoint Found at /.well-known/webmcp Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (4)

~ llms.txt present + valid high impact Found at /.well-known/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

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

~ 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 (8)

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

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=31536000
✅ 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

586-2f79b48adcf94eb9.js — 266 KiB transferred, 49.6% unused

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

longest task 214 ms (9 total)

EvidenceMain thread blocked 214 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.

Third-party impact

12 third-party requests · 67 KiB (4.8% of transfer) · 7 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
go-mpulse.net259 KiB7 ms
chasecdn.com27 KiB
akamaihd.net21 KiB
akstat.io10 KiB
invalid50 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.chase.com/hp/_next/static/chunks/586-2f79b48adcf94eb9.js266 KiB49.6%132 KiB
https://asset.chase.com/web/library/pseaegis/aegis-levo/6.0.0/levo.js290 KiB43.8%127 KiB
https://www.chase.com/auth/fcc/js/channela.js?async&seed=AEBkho6fAQAA8sHii0QcuoQuZZX7x-6y6xXVRZ2ay44KFxPzdusKbcJIJ6cX&EWcll5PZpa--z=q236 KiB22.5%53 KiB
https://s2.go-mpulse.net/boomerang/9GMXG-P9JCU-47Q2G-PYE6D-MR9ML 3P58 KiB58.5%34 KiB
https://www.chase.com/auth/fcc/js/channela.js?single56 KiB52.4%29 KiB
https://www.chase.com/hp/_next/static/chunks/fd9d1056-89398aec3d4c17a5.js53 KiB54.3%29 KiB
https://asset.chase.com/web/library/digddsautomation/reportingjs/Reporting.js38 KiB56.7%21 KiB
https://www.chase.com/hp/_next/static/chunks/115-e4548381648d94f2.js32 KiB56.1%18 KiB
https://www.chase.com/hp/_next/static/chunks/622-1e328310b10d84c8.js46 KiB22.4%10 KiB
https://www.chase.com/hp/_next/static/chunks/66655bf7-ca634af0ebbb3096.js17 KiB15.8%3 KiB
https://www.chase.com/hp/_next/static/chunks/app/error-26b36d48a1f23743.js2 KiB96%2 KiB
https://www.chase.com/hp/_next/static/chunks/3fb8c554-288de12757a28551.js5 KiB35.1%2 KiB
https://static.chasecdn.com/web/library/pseaegis/aegis-binaries/dfs.js 3P7 KiB17.4%1 KiB
https://www.chase.com/hp/_next/static/chunks/webpack-e12406599a56dfdf.js2 KiB43.9%1 KiB
https://www.chase.com/hp/_next/static/chunks/app/page-1bc9e8716f397986.js1 KiB2.2%0 KiB

Network

75Requests
1404 KiBTransferred
19Scripts
4.8%3rd-party
9Long tasks
Script (19)
1137 KiB
Font (5)
85 KiB
Stylesheet (5)
56 KiB
Document (1)
51 KiB
Image (18)
43 KiB
XHR (6)
21 KiB
Fetch (15)
5 KiB
Other (5)
5 KiB
Ping (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://asset.chase.com/web/library/pseaegis/aegis-levo/6.0.0/levo.jsScript200290 KiB
https://www.chase.com/hp/_next/static/chunks/586-2f79b48adcf94eb9.jsScript200266 KiB
https://www.chase.com/auth/fcc/js/channela.js?async&seed=AEBkho6fAQAA8sHii0QcuoQuZZX7x-6y6xXVRZ2ay44KFxPzdusKbcJIJ6cX&EWcll5PZpa--z=qScript200236 KiB
https://s2.go-mpulse.net/boomerang/9GMXG-P9JCU-47Q2G-PYE6D-MR9MLScript20058 KiB
https://www.chase.com/auth/fcc/js/channela.js?singleScript20056 KiB
https://www.chase.com/hp/_next/static/chunks/fd9d1056-89398aec3d4c17a5.jsScript20053 KiB
https://www.chase.com/Document20051 KiB
https://www.chase.com/hp/_next/static/chunks/622-1e328310b10d84c8.jsScript20046 KiB
https://asset.chase.com/web/library/digddsautomation/reportingjs/Reporting.jsScript20038 KiB
https://www.chase.com/hp/_next/static/chunks/115-e4548381648d94f2.jsScript20032 KiB
https://www.chase.com/hp/_next/static/chunks/66ceac94-9687b2a42be03f82.jsScript20027 KiB
https://reco.chase.com/events/recoengine/public/aes/v2/mkt-aes/web/ccb/marketing/offer-management/digital-offers/v2/offers?pageContextIdentifier=chasehome_3&enterprisePartyIdentifier=&contentBaseUrlText=https:%2F%2Fsites.chase.com&initiateFailOverIndicator=true&marketingCloudVisitorIdentifier=86884288414003260763543151244125428637&languageCode=en_us&channelTypeCode=web&productIdentifier=&visitorIdentifier=E6F35E1AE93A16E0&profileIdentifier=&postalAreaCode=&onlineUserType=&libraryIdentifier=&customerSegmentCode=&emulatedPersonIdentifier=&emulationTokenIdentifier=&channelIdentifier=&placementIdentifier=hero%3Btrip1%3Btrip2%3Btrip3%3Btile1%3Btile2%3Btile3%3Bdualhero1%3Bdualhero2%3Bcarouselhero1%3Bcarouselhero2%3BherowideclickXHR20020 KiB
https://asset.chase.com/content/dam/cpo-static/fonts/opensans-semibold.woff2Font20019 KiB
https://www.chase.com/hp/_next/static/css/87f1ed0adba4a3cb.cssStylesheet20019 KiB
https://asset.chase.com/content/dam/cpo-static/fonts/opensans-light.woff2Font20018 KiB
https://asset.chase.com/content/dam/cpo-static/fonts/opensans-italic.woff2Font20018 KiB
https://www.chase.com/hp/_next/static/chunks/66655bf7-ca634af0ebbb3096.jsScript20017 KiB
https://asset.chase.com/content/dam/cpo-static/fonts/opensans-bold.woff2Font20015 KiB
https://asset.chase.com/content/dam/cpo-static/fonts/opensans.woff2Font20015 KiB
https://www.chase.com/hp/_next/static/css/506977c510afde34.cssStylesheet20013 KiB
https://www.chase.com/hp/_next/static/css/02bdcc1e55664d73.cssStylesheet2009 KiB
https://sites.chase.com/content/services/structured-image/image.desktop.jpg/XCRT/Flexible-Templates/Triplets/2025/B1024-4213850_Triplet_Deep.jpgImage2008 KiB
https://www.chase.com/hp/_next/static/css/0b335024e913b188.cssStylesheet2008 KiB
https://www.chase.com/hp/_next/static/css/7433a92c6e14621b.cssStylesheet2008 KiB
https://static.chasecdn.com/web/library/pseaegis/aegis-binaries/dfs.jsScript2007 KiB
https://sites.chase.com/content/services/structured-image/image.desktop.jpg/XCRT/Flexible-Templates/Triplets/2026/june/P0526-8232650_Triplet1v2.jpgImage2007 KiB
https://sites.chase.com/content/services/structured-image/image.desktop.jpg/XCRT/Flexible-Templates/Triplets/2024/september/B0624-3442804-Triplet.jpgImage2006 KiB
https://www.chase.com/hp/_next/static/chunks/3fb8c554-288de12757a28551.jsScript2005 KiB
https://asset.chase.com/splitio/sdk/splitChanges?s=1.2&since=-1Fetch2004 KiB
https://www.chase.com/etc/designs/chase-ux/favicon.icoOther2003 KiB

Long tasks (>50 ms)

StartDuration
2096 ms214 ms
510 ms164 ms
2983 ms163 ms
1345 ms118 ms
1585 ms94 ms
283 ms92 ms
392 ms61 ms
869 ms56 ms
1111 ms55 ms
Analyzing…
running mobile + desktop · ~30s