www.wellsfargo.com

Report from 9/19/2026, 10:30:40 AM https://www.wellsfargo.com
Latest run · lab, cold cache
40
9/19/2026
28-day score · p75 · the standard
4/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/wellsfargo.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.wellsfargo.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.wellsfargo.com"><img src="https://agentvitals.dev/badge/wellsfargo.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameWells Fargo Bank – Branch & Online Banking Services
CategoryOrganization
Pricenot found
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionCommitted to the financial health of our customers and communities. Explore bank accounts, loans, mortgages, investing, credit cards & banking services» · 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.

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

Metrics

14%
CRR Content Recovery Poor
0.60
SSD Semantic Signal Density Needs work
457 tok
TC Token Cost Good
177 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
28% · 2,017
Chrome (nav / header / footer)
11.5% · 830
Boilerplate (cookie / ad)
11.2% · 805
Other
49.4% · 3,560

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence86% of content requires JS · 14% 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 72% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 28%, chrome 11.5%, boilerplate 11.2%, other 49.4%. Only 28% 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.17 · generic JSON-LD 1/1
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 Absent at /llms.txt and /.well-known/llms.txt 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 Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (5)

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

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

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

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

92Transport posture (0–100, unscored)
4pass
1warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000 ; includeSubDomains
✅ Content-Security-Policypolicy present, script-src does not allow inline
✅ 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

8556c7b1.js — 261 KiB transferred, 39.8% unused

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

wellsfargomedia.com — 481 KiB, 30 requests

EvidenceThird-party is 32.6% of total transfer (65 requests); wellsfargomedia.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 wellsfargomedia.com; defer non-critical third-party scripts.
mediumReduce layout shift

cumulative layout shift

EvidenceCLS is 0.116.
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 164 ms (4 total)

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

65 third-party requests · 1018 KiB (32.6% of transfer) · 162 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
wellsfargomedia.com30481 KiB
wfinterface.com6458 KiB162 ms
schemaapp.com469 KiB
demdex.net32 KiB
wf.com22 KiB
adobedc.net41 KiB
eum-appdynamics.com11 KiB
amazon-adsystem.com11 KiB
google.com31 KiB
doubleclick.net41 KiB
taboola.com10 KiB
videoamp.com10 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://connect.secure.wellsfargo.com/auth/static/depm/8556c7b1.js261 KiB39.8%104 KiB
https://c1.wfinterface.com/mt/shared/gbx/olb/v6/detector-dom.min.js 3P151 KiB62.1%94 KiB
https://static.wellsfargo.com/assets/js/pcmp/prod/wellsfargo.com/scripttemplates/202608.1.0/otBannerSdk.js144 KiB64.6%93 KiB
https://c1.wfinterface.com/mt/shared/gtag/gtag.js 3P136 KiB41.1%56 KiB
https://www.wellsfargo.com/ui/javascript/homepage-ui/ps-homepage.25d2bea1cc9f22bb91d3.js82 KiB57%47 KiB
https://c1.wfinterface.com/mt/shared/gtag/gtag_DC-2549153.js 3P89 KiB50.3%45 KiB
https://www.wellsfargo.com/ui/javascript/homepage-ui/app_preload.148f31efe7dbd53f0f2f.js54 KiB50.6%27 KiB
https://www.wellsfargo.com/ui/javascript/homepage-ui/homepage_iaoffer.0cf97a32d872b5a2ae72.js59 KiB44.1%26 KiB
https://c1.wfinterface.com/mt/shared/aep/alloy.js 3P37 KiB49.9%18 KiB
https://static.wellsfargo.com/assets/js/wfui/container/wfui-container-bottom.js26 KiB49.5%13 KiB
https://c1.wfinterface.com/mt/shared/seo/highlight.js 3P14 KiB73.9%10 KiB
https://www.wellsfargo.com/ui/javascript/homepage-ui/depm_wrapper.782c3da4dc3a20bb2189.js10 KiB73.7%8 KiB
https://static.wellsfargo.com/assets/js/wfui/appdynamics/adrum-ext.b4436be974de477658d4a93afb752165.js16 KiB42%7 KiB
https://static.wellsfargo.com/assets/js/wfui/appdynamics/adrum-ext.js14 KiB42.1%6 KiB
https://c1.wfinterface.com/mt/hp/launch.js 3P32 KiB15.8%5 KiB

Network

133Requests
3121 KiBTransferred
22Scripts
32.6%3rd-party
4Long tasks
Script (22)
1333 KiB
XHR (15)
1021 KiB
Image (35)
397 KiB
Fetch (41)
220 KiB
Font (4)
88 KiB
Stylesheet (1)
27 KiB
Document (5)
22 KiB
Other (8)
12 KiB
Ping (2)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://connect.secure.wellsfargo.com/accounts/static/7M/accounts/public/js/main.9cea5c8809f3f52cc5ae.jsXHR200365 KiB
https://connect.secure.wellsfargo.com/accounts/static/7M/accounts/public/js/wfui.db0243eb6927ac6c18a2.jsXHR200341 KiB
https://connect.secure.wellsfargo.com/auth/static/depm/8556c7b1.jsScript200261 KiB
https://connect.secure.wellsfargo.com/accounts/static/7M/accounts/public/js/vendor.2dc5b643174d34e35ded.jsXHR200227 KiB
https://www.wellsfargo.com/qrzuYvlC7Yt2r0FU5K7B/EVfY0S8QmQ0zrG/JgJmeg/cm5AbQ/JMVgYScript200193 KiB
https://c1.wfinterface.com/mt/shared/gbx/olb/v6/detector-dom.min.jsScript200151 KiB
https://static.wellsfargo.com/assets/js/pcmp/prod/wellsfargo.com/scripttemplates/202608.1.0/otBannerSdk.jsScript200144 KiB
https://c1.wfinterface.com/mt/shared/gtag/gtag.jsScript200136 KiB
https://www17.wellsfargomedia.com/assets/images/sprite/responsive-sprite-v15.pngImage200123 KiB
https://c1.wfinterface.com/mt/shared/gtag/gtag_DC-2549153.jsScript20089 KiB
https://static.wellsfargo.com/assets/js/pcmp/prod/wellsfargo.com/consent/ec31ce42-18f4-4288-9419-e97e758f2d39/01988685-59ac-718e-b175-b1c0e4ffd3a0/en.jsonFetch20087 KiB
https://www.wellsfargo.com/ui/javascript/homepage-ui/ps-homepage.25d2bea1cc9f22bb91d3.jsScript20082 KiB
https://cdn.schemaapp.com/highlighter/prod/WellsFargo/v2/aHR0cHM6Ly93d3cud2VsbHNmYXJnby5jb20Fetch20067 KiB
https://www.wellsfargo.com/ui/javascript/homepage-ui/homepage_iaoffer.0cf97a32d872b5a2ae72.jsScript20059 KiB
https://www.wellsfargo.com/ui/javascript/homepage-ui/app_preload.148f31efe7dbd53f0f2f.jsScript20054 KiB
https://www17.wellsfargomedia.com/assets/images/contextual/responsive/lpromo/wfi000_ph_bc_1600x700.jpgImage20050 KiB
https://connect.secure.wellsfargo.com/accounts/static/7M/accounts/public/stylesheets/wfui.84399a642aecee9d7b66.cssXHR20043 KiB
https://c1.wfinterface.com/mt/shared/aep/alloy.jsScript20037 KiB
https://www17.wellsfargomedia.com/assets/images/contextual/responsive/smlpromo/wfi_ph_g_2181743355-def-financialgoals_hpsp_616x353.jpgImage20036 KiB
https://www17.wellsfargomedia.com/assets/images/contextual/responsive/smlpromo/wfi_ph_g_2051210591-def-borrowing_hpsp_616x353.jpgImage20032 KiB
https://c1.wfinterface.com/mt/hp/launch.jsScript20032 KiB
https://www17.wellsfargomedia.com/assets/images/rwd/women-in-greenhouse_616x353.pngImage20030 KiB
https://www17.wellsfargomedia.com/assets/images/rwd/volunteers_cars_616x353.jpgImage20029 KiB
https://www.wellsfargo.com/ui/css/homepage-ui/ps-homepage.6d56ef9375ef113da813.cssStylesheet20027 KiB
https://static.wellsfargo.com/assets/js/wfui/container/wfui-container-bottom.jsScript20026 KiB
https://connect.secure.wellsfargo.com/accounts/static/7M/accounts/public/stylesheets/main.e8cd90a11091560989d4.cssXHR20025 KiB
https://www17.wellsfargomedia.com/assets/fonts/wellsfargosans-sbd.woff2Font20022 KiB
https://www.wellsfargo.com/Document20022 KiB
https://www17.wellsfargomedia.com/assets/fonts/wellsfargosans-rg.woff2Font20022 KiB
https://www17.wellsfargomedia.com/assets/fonts/wellsfargosans-bd.woff2Font20022 KiB

Long tasks (>50 ms)

StartDuration
1344 ms164 ms
11323 ms124 ms
830 ms108 ms
398 ms81 ms
Analyzing…
running mobile + desktop · ~30s