www.wealthfront.com

Report from 8/7/2026, 10:28:24 AM https://www.wealthfront.com
Latest run · lab, cold cache
59
8/7/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/wealthfront.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.wealthfront.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.wealthfront.com"><img src="https://agentvitals.dev/badge/wealthfront.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameWealthfront
CategoryOrganization
🟡Price$8 · guessed from page text (no structured data)
Location261 Hamilton Ave, Palo Alto, CA, 94301, US
Hoursnot found
Productsnot found
DescriptionWealthfront Corporation is a publicly traded tech-driven financial platform offering automated investing, cash management, stock investing, retirement and college savings, bond portfolios, and home…

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

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

Metrics

25%
CRR Content Recovery Poor
0.93
SSD Semantic Signal Density Good
3,253 tok
TC Token Cost Good
164 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
38.5% · 2,782
Chrome (nav / header / footer)
54.6% · 3,947
Boilerplate (cookie / ad)
0% · 0
Other
6.9% · 499

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence75% of content requires JS · 25% 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 61.5% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 38.5%, chrome 54.6%, boilerplate 0%, other 6.9%. Only 38.5% 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 88/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 Absent at /llms.txt and /.well-known/llms.txt Learn →
robots.txt (AI bots) Major AI bots allowed Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data Types: FAQPage, WebSite, Organization Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (4)

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

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

✓ 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)

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.

84Transport posture (0–100, unscored)
4pass
1warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=63072000; includeSubDomains; preload
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policyno-referrer-when-downgrade
➖ 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

_app-186482683b673c4b.js — 646 KiB transferred, 61.4% unused

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

longest task 105 ms (1 total)

EvidenceMain thread blocked 105 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.0 MB total

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

Third-party impact

20 third-party requests · 482 KiB (15.8% of transfer) — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.

Third-party domainReqsTransferMain-thread
googletagmanager.com4456 KiB
google-analytics.com121 KiB
doubleclick.net43 KiB
googleadservices.com11 KiB
bing.com11 KiB
tapad.com10 KiB
facebook.com10 KiB
google.ca20 KiB
google.com40 KiB
wf-box.net10 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.wealthfront.com/_next/static/chunks/pages/_app-186482683b673c4b.js646 KiB61.4%396 KiB
https://www.googletagmanager.com/gtag/js?id=G-MVS1Z5SKL7&cx=c&gtm=4e6852 3P171 KiB50.5%87 KiB
https://www.googletagmanager.com/gtag/js?id=AW-963914252&cx=c&gtm=4e6852 3P155 KiB48%74 KiB
https://www.googletagmanager.com/gtag/js?id=UA-1329988-4 3P130 KiB55.6%72 KiB
https://www.wealthfront.com/_next/static/chunks/320c792b-13eb51f1001a74e1.js78 KiB87.2%68 KiB
https://www.wealthfront.com/_next/static/chunks/framework-43a29a3fa85113a7.js66 KiB61.2%41 KiB
https://www.wealthfront.com/_next/static/chunks/c6969956-653fa425fadfa63e.js52 KiB53.7%28 KiB
https://www.wealthfront.com/_next/static/chunks/9dcfa821-8fcba9a1bf697015.js42 KiB64.9%28 KiB
https://consent-modules.wealthfront.com/cm/24414e65-e063-4273-8b64-e5e45fedbf91/airgap.js52 KiB49.3%26 KiB
https://www.wealthfront.com/_next/static/chunks/main-3e5bc6e17619488e.js33 KiB56.5%18 KiB
https://www.wealthfront.com/_next/static/chunks/8595-b5dcfc09170f2b8f.js20 KiB88.9%17 KiB
https://www.google-analytics.com/analytics.js 3P21 KiB56.3%12 KiB
https://cdn.wealthfront.com/assets/cm/manager.js11 KiB80.4%9 KiB
https://www.wealthfront.com/_next/static/chunks/4634-cb70219a18eaae70.js20 KiB35.6%7 KiB
https://www.wealthfront.com/_next/static/chunks/5682-a22dd5c5833a391e.js11 KiB55.8%6 KiB

Network

100Requests
3058 KiBTransferred
27Scripts
15.8%3rd-party
1Long tasks
Script (27)
1564 KiB
Image (38)
711 KiB
Document (2)
405 KiB
Font (6)
291 KiB
Stylesheet (2)
63 KiB
Ping (7)
19 KiB
XHR (6)
3 KiB
Other (1)
1 KiB
Fetch (10)
1 KiB
Manifest (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.wealthfront.com/_next/static/chunks/pages/_app-186482683b673c4b.jsScript200646 KiB
https://www.wealthfront.com/Document200405 KiB
https://www.googletagmanager.com/gtag/js?id=G-MVS1Z5SKL7&cx=c&gtm=4e6852Script200171 KiB
https://www.googletagmanager.com/gtag/js?id=AW-963914252&cx=c&gtm=4e6852Script200155 KiB
https://www.googletagmanager.com/gtag/js?id=UA-1329988-4Script200130 KiB
https://www.wealthfront.com/next/contenthash/next/homepage/homepage_smart_investing/hero_phone-1200w.contenthash.d0ac20cb146881234a304b847fa9588b034a6731.webpImage200116 KiB
https://www.wealthfront.com/next/contenthash/next/homepage/homepage-reviews-1-1200w.contenthash.7df645d2a7170a084219cb50e142343ec511b9df.webpImage200107 KiB
https://www.wealthfront.com/next/contenthash/next/fonts/gt-alpina/thin_italic/GT-Alpina-Standard-Thin-Italic.contenthash.f347262985aba9a46f46d654136c01bb63f1922b.woff2Font200102 KiB
https://www.wealthfront.com/next/contenthash/next/fonts/gt-alpina/thin/GT-Alpina-Standard-Thin.contenthash.906c3cbe3359790771f7028eee2134c5e2038763.woff2Font20096 KiB
https://www.wealthfront.com/next/contenthash/next/homepage/homepage-reviews-3-1200w.contenthash.0acd1676385c5116206d09acad04b34722bab7d2.webpImage20079 KiB
https://www.wealthfront.com/_next/static/chunks/320c792b-13eb51f1001a74e1.jsScript20078 KiB
https://www.wealthfront.com/next/contenthash/next/homepage/life_stages/desktop/expanded/build-640w.contenthash.3a9c4fcfd0fbc565988f4f6160897cb58b842bb7.webpImage20070 KiB
https://www.wealthfront.com/_next/static/chunks/framework-43a29a3fa85113a7.jsScript20066 KiB
https://www.wealthfront.com/_next/static/css/ce4e9889db7578aa.cssStylesheet20062 KiB
https://consent-modules.wealthfront.com/cm/24414e65-e063-4273-8b64-e5e45fedbf91/airgap.jsScript20052 KiB
https://www.wealthfront.com/_next/static/chunks/c6969956-653fa425fadfa63e.jsScript20052 KiB
https://www.wealthfront.com/next/contenthash/next/homepage/homepage_smart_investing/screen_sia-1080w.contenthash.6cee308ceb8a83840fefb4e647dd9ea1390ec99b.webpImage20051 KiB
https://www.wealthfront.com/next/contenthash/next/homepage/homepage_smart_investing/screen_twp-1080w.contenthash.c9aa3e9087c3d15f6a619ee63390aac8fb9cdf56.webpImage20048 KiB
https://www.wealthfront.com/next/contenthash/next/homepage/life_stages/desktop/expanded/manage-640w.contenthash.4b1371d1e2b2b78e2b2e6d8fbaae0fc71deab942.webpImage20044 KiB
https://www.wealthfront.com/next/contenthash/next/home_lending_page/banner-photo-small.contenthash.6e43d4e88b3d00365e82112212ab4875916a48dc.pngImage20043 KiB
https://www.wealthfront.com/_next/static/chunks/9dcfa821-8fcba9a1bf697015.jsScript20042 KiB
https://www.wealthfront.com/_next/static/chunks/main-3e5bc6e17619488e.jsScript20033 KiB
https://www.wealthfront.com/next/contenthash/next/homepage/life_stages/desktop/expanded/grow-640w.contenthash.48c3f3652b0668ac526e0650652f4414a058e157.webpImage20029 KiB
https://www.wealthfront.com/next/contenthash/next/homepage/homepage-reviews-2-1200w.contenthash.846c852a3b6b1eabfd2084847f1016a303f535a0.webpImage20024 KiB
https://www.wealthfront.com/next/contenthash/next/fonts/calibre/bold/calibre_bold.contenthash.fb1b4948b7493d5ff886f89761e4f4c3e5d2f726.woff2Font20024 KiB
https://www.wealthfront.com/next/contenthash/next/fonts/calibre/semibold/calibre_semibold.contenthash.6635a5c0c52b47b1207a4042d998b8c48523da72.woff2Font20023 KiB
https://www.wealthfront.com/next/contenthash/next/fonts/calibre/regular/calibre_regular.contenthash.96e3b1a24144c297ef23157e8fb82875fabbf07c.woff2Font20023 KiB
https://www.wealthfront.com/next/contenthash/next/fonts/calibre/medium/calibre_medium.contenthash.ec2b939a0f8c1359167f7617ae951c6db23b0535.woff2Font20022 KiB
https://www.google-analytics.com/analytics.jsScript20021 KiB
https://www.wealthfront.com/_next/static/chunks/4634-cb70219a18eaae70.jsScript20020 KiB

Long tasks (>50 ms)

StartDuration
413 ms105 ms
Analyzing…
running mobile + desktop · ~30s