www.etrade.com

Report from 7/24/2026, 12:32:45 PM https://www.etrade.com
Latest run · lab, cold cache
66
7/24/2026
28-day score · p75 · the standard
66
11 runs
CRR77%latest
SSD55%latest
TC690 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/etrade.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.etrade.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.etrade.com"><img src="https://agentvitals.dev/badge/etrade.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameE*TRADE from Morgan Stanley
CategoryOrganization
🟡Price$1,50 · guessed from page text (no structured data)
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionStop waiting. Start investing. Lifelong dreams don't need to take a lifetime with E*TRADE. · guessed from page text (no structured data)

An agent is likely to fabricate missing details rather than say “I don’t know”. 2/7 applicable facts come from machine-readable structured data.

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

Metrics

77%
CRR Content Recovery Poor
0.55
SSD Semantic Signal Density Needs work
690 tok
TC Token Cost Good
324 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
22.1% · 2,832
Chrome (nav / header / footer)
73% · 9,340
Boilerplate (cookie / ad)
4.8% · 612
Other
0.1% · 11

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence23% of content requires JS · 77% 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 TC 77.9% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 22.1%, chrome 73%, boilerplate 4.8%, other 0.1%. Only 22.099999999999994% 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.

medium SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.09 · website JSON-LD 2/2
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.

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) Major AI bots allowed Learn →
~ sitemap.xml Sitemap found but no <url>/<loc> entries Learn →
JSON-LD structured data Types: Organization, WebSite, MobileApplication Learn →
agents.json Found at /agents.json Learn →
WebMCP endpoint Found at /.well-known/webmcp Learn →
OpenAPI / API docs Found at /openapi.json Learn →

Issues (3)

~ No content-blocking cookie wall medium impact Consent platform: onetrust (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 + 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

~ XML sitemap present medium impact Sitemap found but no <url>/<loc> entries

Business impact A sitemap is your table of contents for AI crawlers. Without it agents follow homepage links and miss deep pages (products, docs, pricing) — shrinking what they can recommend.

What we measured We fetch /sitemap.xml (and /sitemap_index.xml), confirm valid XML with <loc> entries, and check <lastmod> freshness.

How to fix Generate an XML sitemap of all public pages with current lastmod dates and reference it in robots.txt.

Learn how to implement →

# robots.txt
Sitemap: https://example.com/sitemap.xml

Spec: https://www.sitemaps.org/

Passed audits (9)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ Machine-readable prices✓ No login wall on public content✓ Structured data (JSON-LD)✓ 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.

70Transport posture (0–100, unscored)
3pass
1warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000
❌ Content-Security-Policyno content-security-policy header
✅ 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

highSplit the heaviest unused bundlehighest leverage

visitor-app.d08c759c.min.js — 195 KiB transferred, 64.8% unused (third-party)

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

etrade.net — 3113 KiB, 35 requests, 181 ms main-thread

EvidenceThird-party is 94.7% of total transfer (64 requests); etrade.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 etrade.net; defer non-critical third-party scripts.
mediumReduce layout shift

cumulative layout shift

EvidenceCLS is 0.18.
ImpactStable layout for render + screenshot.
Effort30–60 min
FixSet explicit width/height on images; reserve space for late-loading content.
mediumBreak up long main-thread tasks

longest task 131 ms (7 total)

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

3.8 MB total

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

64 third-party requests · 3735 KiB (94.7% of transfer) · 457 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
etrade.net353113 KiB181 ms
salemove.com6407 KiB165 ms
adobedtm.com16160 KiB99 ms
salesforceliveagent.com141 KiB
glia.com213 KiB12 ms
demdex.net11 KiB
onetrust.com10 KiB
onetrust.io20 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://libs.salemove.com/visitor-app.d08c759c.min.js 3P195 KiB64.8%127 KiB
https://libs.salemove.com/visitor/bootstrapper-82905b647.js 3P164 KiB63.9%105 KiB
https://cdn2.etrade.net/1/1d/aempros/content/dam/onetrust/etpros/scripttemplates/202605.1.0/otBannerSdk.js 3P135 KiB64.8%88 KiB
https://assets.adobedtm.com/b124caa02ab9/2411c51b9b5a/launch-a75e7aa5c10d.min.js 3P135 KiB40.7%55 KiB
https://cdn2.etrade.net/1/26062420370.0/aempros/etc.clientlibs/prospect/clientlibs/clientlib-site/resources/js/site.js 3P55 KiB68.3%37 KiB
https://c.la1-c1cs-ph2.salesforceliveagent.com/content/g/js/45.0/deployment.js 3P41 KiB83.6%35 KiB
https://cdn2.etrade.net/1/26052721010.0/aempros/etc.clientlibs/prospect/clientlibs/clientlib-standalone/resources/js/header.js 3P15 KiB75.2%11 KiB
https://assets.adobedtm.com/extensions/EPbf7b42aa08bc4f10879b1484195e80d1/AppMeasurement.min.js 3P12 KiB83.6%10 KiB
https://cdn2.etrade.net/1/1d/javascript/cb.js 3P5 KiB86.2%4 KiB
https://cdn2.etrade.net/1/1d/aempros/content/dam/onetrust/etpros/scripttemplates/otSDKStub.js 3P9 KiB46.5%4 KiB
https://api.glia.com/salemove_integration.js 3P6 KiB44.2%3 KiB
https://us.etrade.com/javascript/livechat.js2 KiB94%2 KiB
https://site-assets.salemove.com/assets/47b619c5-98ec-413c-bcf5-7d77462d1469/0c871f19-a39c-4336-a1bc-ca533321c0aa.js 3P1 KiB77.8%1 KiB
https://cdn2.etrade.net/1/26062420370.0/aempros/etc/designs/responsive-etrade/scripts/customercheck.js 3P1 KiB66.1%1 KiB
https://us.etrade.com/Ve7FaJ/a91N/6ak/4lK/EAXch9zgV5k/NEb9kVwX5pcwLS/MngDAQ/UTY/Sd0oBUUYB1 KiB41.7%0 KiB

Network

76Requests
3942 KiBTransferred
31Scripts
94.7%3rd-party
7Long tasks
Media (1)
2237 KiB
Script (31)
964 KiB
Image (18)
311 KiB
Font (5)
198 KiB
Stylesheet (3)
130 KiB
Fetch (8)
53 KiB
Document (1)
30 KiB
XHR (6)
17 KiB
Other (2)
2 KiB
Manifest (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://cdn2.etrade.net/1/1d/aempros/content/dam/etrade/retail/en_US/videos/Homepage/hero-hp-crypto-coin-rotating.mp4Media2062237 KiB
https://libs.salemove.com/visitor-app.d08c759c.min.jsScript200195 KiB
https://us.etrade.com/Ve7FaJ/a91N/6ak/4lK/EAXch9zgV5k/NEb9kVwX5pcwLS/MngDAQ/UTY/Sd0oBUUYBScript200172 KiB
https://libs.salemove.com/visitor/bootstrapper-82905b647.jsScript200164 KiB
https://assets.adobedtm.com/b124caa02ab9/2411c51b9b5a/launch-a75e7aa5c10d.min.jsScript200135 KiB
https://cdn2.etrade.net/1/1d/aempros/content/dam/onetrust/etpros/scripttemplates/202605.1.0/otBannerSdk.jsScript200135 KiB
https://cdn2.etrade.net/1/26070214280.0/aempros/content/dam/etrade/retail/en_US/images/home/featured-1up-homepage-brokerage-device-with-crypto.jpgImage20098 KiB
https://cdn2.etrade.net/1/26062420370.0/aempros/etc.clientlibs/prospect/clientlibs/clientlib-site/resources/css/site.cssStylesheet20079 KiB
https://cdn2.etrade.net/1/26040212120.0/aempros/content/dam/etrade/retail/en_US/images/bank/premium-savings-account/basic-1up-psa-mobile-device-698x558.jpegImage20071 KiB
https://cdn2.etrade.net/1/26062420370.0/aempros/etc.clientlibs/prospect/clientlibs/clientlib-site/resources/js/site.jsScript20055 KiB
https://cdn2.etrade.net/1/26062420370.0/aempros/etc.clientlibs/prospect/clientlibs/clientlib-site/resources/fonts/GraphikETRADE-Semibold-Web.woffFont20051 KiB
https://cdn2.etrade.net/1/26062420370.0/aempros/etc.clientlibs/prospect/clientlibs/clientlib-site/resources/fonts/GraphikETRADE-Regular-Web.woffFont20046 KiB
https://cdn2.etrade.net/1/26062420370.0/aempros/etc.clientlibs/prospect/clientlibs/clientlib-site/resources/fonts/GraphikETRADE-Medium-Web.woffFont20045 KiB
https://cdn2.etrade.net/1/26062420370.0/aempros/etc.clientlibs/prospect/clientlibs/clientlib-site/resources/fonts/MaterialIcons-Regular.woff2Font20044 KiB
https://c.la1-c1cs-ph2.salesforceliveagent.com/content/g/js/45.0/deployment.jsScript20041 KiB
https://libs.salemove.com/visitor-app.d08c759c.default.cssStylesheet20039 KiB
https://cdn2.etrade.net/1/26022716080.0/aempros/content/dam/etrade/retail/en_US/images/navigation/nav-card-thumbnail-brokerage-offer.jpegImage20032 KiB
https://us.etrade.com/homeDocument20030 KiB
https://cdn2.etrade.net/1/1d/aempros/content/dam/onetrust/etpros/consent/01953914-53cc-7833-b8d6-c9c9d7301ff9/019ec8d9-ae32-7f47-8e30-5960ba5e4714/en.jsonFetch20028 KiB
https://cdn2.etrade.net/1/26022716080.0/aempros/content/dam/etrade/retail/en_US/images/navigation/nav-card-thumbnail-research-insights-morgan-stanley.jpegImage20025 KiB
https://cdn2.etrade.net/1/24082718520.0/aempros/content/dam/etrade/retail/en_US/images/global/footer/disclaimer-logo-sipc-member.svgImage20022 KiB
https://cdn2.etrade.net/1/26022716080.0/aempros/content/dam/etrade/retail/en_US/images/navigation/nav-card-thumbnail-savings-offer.jpegImage20021 KiB
https://cdn2.etrade.net/1/26052721010.0/aempros/etc.clientlibs/prospect/clientlibs/clientlib-standalone/resources/js/header.jsScript20015 KiB
https://cdn2.etrade.net/1/26062910580.0/aempros/content/dam/etrade/retail/en_US/images/navigation/nav-card-thumbnail-crypto-essentials.jpegImage20014 KiB
https://cdn2.etrade.net/1/1d/aempros/content/dam/onetrust/etpros/scripttemplates/202605.1.0/assets/v2/otPcCenter.jsonFetch20014 KiB
https://assets.adobedtm.com/extensions/EPbf7b42aa08bc4f10879b1484195e80d1/AppMeasurement.min.jsScript20012 KiB
https://cdn2.etrade.net/1/26052721010.0/aempros/etc.clientlibs/prospect/clientlibs/clientlib-standalone/resources/css/header.cssStylesheet20012 KiB
https://cdn2.etrade.net/1/26062420370.0/aempros/etc.clientlibs/prospect/clientlibs/clientlib-site/resources/fonts/et-iconography.ttfFont20012 KiB
https://cdn2.etrade.net/1/24082619370.0/aempros/content/dam/etrade/retail/en_US/images/global/footer/fdic-digital-sign-desktop.svgImage2009 KiB
https://cdn2.etrade.net/1/1d/aempros/content/dam/onetrust/etpros/scripttemplates/otSDKStub.jsScript2009 KiB

Long tasks (>50 ms)

StartDuration
851 ms131 ms
1866 ms122 ms
399 ms98 ms
1210 ms97 ms
651 ms89 ms
746 ms79 ms
1733 ms54 ms
Analyzing…
running mobile + desktop · ~30s