www.bankofamerica.com

Report from 8/10/2026, 11:15:08 AM https://www.bankofamerica.com
Latest run · lab, cold cache
38
8/10/2026
28-day score · p75 · the standard
38
26 runs
CRR13%latest
SSD59%latest
TC863 toklatest
TTFUT80 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/bankofamerica.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.bankofamerica.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.bankofamerica.com"><img src="https://agentvitals.dev/badge/bankofamerica.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameBank of America
CategoryOrganization
🟡Price$0 · guessed from page text (no structured data)
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionWhat would you like the power to do? At Bank of America, our purpose is to help make financial lives better through the power of every connection. · 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.

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

Metrics

13%
CRR Content Recovery Poor
0.59
SSD Semantic Signal Density Needs work
863 tok
TC Token Cost Good
28 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈16,486 across regions). Most tokens are real content — the agent isn't paying much for chrome.

Content
67.1% · 11,068
Chrome (nav / header / footer)
25.5% · 4,205
Boilerplate (cookie / ad)
7.4% · 1,213
Other
0% · 0

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence87% of content requires JS · 13% 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.

medium SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.15 · 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 66/100 · Needs Work

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) Blocks: * (all) Learn →
~ sitemap.xml Stale (lastmod 2015-09-04) Learn →
JSON-LD structured data Types: Corporation, Organization, WebPage Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (7)

robots.txt allows AI bots high impact Blocks: * (all)

Business impact If robots.txt blocks AI crawlers you are invisible to ChatGPT, Claude and Perplexity — they skip you and recommend a competitor instead.

What we measured We read /robots.txt and test it against 16 AI user-agents (GPTBot, ClaudeBot, PerplexityBot, …) for a Disallow that blocks them.

How to fix Allow major AI bots to public content; restrict only private paths (/admin, /api).

Learn how to implement →

User-agent: GPTBot
Allow: /
Disallow: /admin/

Spec: https://platform.openai.com/docs/gptbot

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

~ No login wall on public content high impact Login signal: please log in

Business impact Public content behind authentication is unreachable to agents (they have no account). Gate only genuinely private material.

What we measured We follow redirects and detect 401/403 and login-form signals on content pages.

How to fix Separate public marketing/docs from authenticated areas; keep public pages reachable without login.

Spec: https://llmstxt.org

~ XML sitemap fresh medium impact Stale (lastmod 2015-09-04)

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

✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ 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.

66Transport posture (0–100, unscored)
2pass
2warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; includeSubDomains
⚠️ Content-Security-Policyscript-src allows 'unsafe-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

common-es6-components-07234fd4c23243d66aba.m.js — 522 KiB transferred, 70.2% unused (third-party)

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

bac-assets.com — 3248 KiB, 75 requests, 1767 ms main-thread

EvidenceThird-party is 73.8% of total transfer (110 requests); bac-assets.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 bac-assets.com; defer non-critical third-party scripts.
highBreak up long main-thread tasks

longest task 1167 ms (10 total)

EvidenceMain thread blocked 1167 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.
mediumReduce layout shift

cumulative layout shift

EvidenceCLS is 0.143.
ImpactStable layout for render + screenshot.
Effort30–60 min
FixSet explicit width/height on images; reserve space for late-loading content.
mediumCut total transfer weight

5.1 MB total

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

Third-party impact

110 third-party requests · 3833 KiB (73.8% of transfer) · 1844 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
bac-assets.com753248 KiB1767 ms
cookielaw.org12288 KiB63 ms
tiqcdn.com15262 KiB14 ms
google-analytics.com121 KiB
glancecdn.net212 KiB
demdex.net12 KiB
agkn.com11 KiB
onetrust.com10 KiB
advanced-web-analytics.com20 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://www1.bac-assets.com//homepage/spa-assets/js/common-chunks/common-es6-components-07234fd4c23243d66aba.m.js 3P522 KiB70.2%366 KiB
https://glassbox-hlx-igw.bankofamerica.com/detector/common/current7/detector-bootstrap.min.js516 KiB49.5%255 KiB
https://secure1.bac-assets.com/spa/widgets/gt-nav-unauth-secure-bofa-widget/1.0.0/spa-assets/js/common-chunks/common-es6-components-992fe8d8c7326a96a3c7.m.js 3P435 KiB55.4%241 KiB
https://secure1.bac-assets.com/spa/widgets/gt-footer-unauth-secure-bofa-widget/1.0.0/spa-assets/js/common-chunks/common-es6-components-9f5dd32da97c2436c7e0.m.js 3P345 KiB45.7%158 KiB
https://www1.bac-assets.com//homepage/spa-assets/js/pages/homepage-dap-es6-page-b6d38fd4fac29b1bf4d0.m.js 3P209 KiB50.7%106 KiB
https://secure1.bac-assets.com/sparta/client/helper/spa-assets/components/utilities/client-helper/behbio/vendb/7.0.0/js/vendb.js 3P264 KiB39.6%104 KiB
https://glassbox-hlx-igw.bankofamerica.com/detector/common/current7/detector-lazy.min.js169 KiB59.4%101 KiB
https://cdn.cookielaw.org/scripttemplates/202606.1.0/otBannerSdk.js 3P136 KiB62.5%85 KiB
https://secure1.bac-assets.com/spa/widgets/gt-nav-unauth-secure-bofa-widget/1.0.0/spa-assets/js/pages/gt-nav-unauth-secure-bofa-widget-1.0.0-es6-page-b0ae716dfa492dadbe9f.m.js 3P90 KiB76.3%69 KiB
https://tags.tiqcdn.com/utag/bofa/main/prod1/utag.js 3P110 KiB58.4%64 KiB
https://www1.bac-assets.com//homepage/spa-assets/js/vendors/vue-6888ebe44f9d8e25d2c3.m.js 3P50 KiB99.9%50 KiB
https://tags.tiqcdn.com/utag/bofa/main/prod1/utag.76.js?utv=ut4.48.202608080012 3P67 KiB68.4%46 KiB
https://tags.tiqcdn.com/utag/bofa/main/prod1/utag.62.js?utv=ut4.48.202605160031 3P56 KiB61.2%34 KiB
https://dull.bankofamerica.com/boaa/porte.js150 KiB17.6%26 KiB
https://aero.bankofamerica.com/30306/kurt.js53 KiB44.9%24 KiB

Network

198Requests
5195 KiBTransferred
67Scripts
73.8%3rd-party
10Long tasks
Script (67)
3547 KiB
Image (47)
849 KiB
Stylesheet (5)
280 KiB
XHR (19)
190 KiB
Font (12)
166 KiB
Fetch (33)
81 KiB
Document (11)
77 KiB
Other (4)
5 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www1.bac-assets.com//homepage/spa-assets/js/common-chunks/common-es6-components-07234fd4c23243d66aba.m.jsScript200522 KiB
https://glassbox-hlx-igw.bankofamerica.com/detector/common/current7/detector-bootstrap.min.jsScript200516 KiB
https://secure1.bac-assets.com/spa/widgets/gt-nav-unauth-secure-bofa-widget/1.0.0/spa-assets/js/common-chunks/common-es6-components-992fe8d8c7326a96a3c7.m.jsScript200435 KiB
https://secure1.bac-assets.com/spa/widgets/gt-footer-unauth-secure-bofa-widget/1.0.0/spa-assets/js/common-chunks/common-es6-components-9f5dd32da97c2436c7e0.m.jsScript200345 KiB
https://www1.bac-assets.com/homepage/spa-assets/images/assets-images-site-homepage-bmh-module-default-education-bac-edu-tile-397x360-tablet-1-q2-new-CSX4ac217ce.jpgImage200279 KiB
https://secure1.bac-assets.com/sparta/client/helper/spa-assets/components/utilities/client-helper/behbio/vendb/7.0.0/js/vendb.jsScript200264 KiB
https://www1.bac-assets.com//homepage/spa-assets/js/pages/homepage-dap-es6-page-b6d38fd4fac29b1bf4d0.m.jsScript200209 KiB
https://glassbox-hlx-igw.bankofamerica.com/detector/common/current7/detector-lazy.min.jsScript200169 KiB
https://dull.bankofamerica.com/boaa/porte.jsScript200150 KiB
https://cdn.cookielaw.org/scripttemplates/202606.1.0/otBannerSdk.jsScript200136 KiB
https://tags.tiqcdn.com/utag/bofa/main/prod1/utag.jsScript200110 KiB
https://secure1.bac-assets.com/spa/widgets/gt-nav-unauth-secure-bofa-widget/1.0.0/spa-assets/css/styles-50ac355b371e81bf7bb5.m.cssStylesheet200103 KiB
https://secure.bankofamerica.com/sparta/client/helper/client-assets/?m=QmVoQmlvIFNESyBpcyBsb2FkZWQgd2l0aCBjc2lkIGFuZCBwYWdlQ29udGV4dA==:NWE0NTc2MzQtNjE5Ni00N2QwLTg3ZGUtMTU1MmY1NzYyODZlOjE3ODYyNzM5MjI0MjM=:login-home&r=aHR0cHM6Ly93d3cuYmFua29mYW1lcmljYS5jb20vXHR20094 KiB
https://www1.bac-assets.com//homepage/spa-assets/css/styles-ec3dbc590583b38f5c64.m.cssStylesheet20092 KiB
https://secure1.bac-assets.com/spa/widgets/gt-nav-unauth-secure-bofa-widget/1.0.0/spa-assets/js/pages/gt-nav-unauth-secure-bofa-widget-1.0.0-es6-page-b0ae716dfa492dadbe9f.m.jsScript20090 KiB
https://www1.bac-assets.com/homepage/spa-assets/images/assets-images-site-homepage-news-life-services-yni_sec_phone_4657392_e-CSX8c7d2691.webpImage20088 KiB
https://secure1.bac-assets.com/spa/widgets/gt-footer-unauth-secure-bofa-widget/1.0.0/spa-assets/css/styles-4f33114f3e079fe870d9.m.cssStylesheet20071 KiB
https://cdn.cookielaw.org/logos/9b1b72d0-06ef-4e7c-9b2a-e8bc09f34daf/019ae49a-3baa-77a4-8ed2-a3c21db2ce67/67510210-afc0-4051-9bb8-d642e707336c/BOA.PNGImage20070 KiB
https://tags.tiqcdn.com/utag/bofa/main/prod1/utag.76.js?utv=ut4.48.202608080012Script20067 KiB
https://tags.tiqcdn.com/utag/bofa/main/prod1/utag.62.js?utv=ut4.48.202605160031Script20056 KiB
https://www.bankofamerica.com/Document20053 KiB
https://aero.bankofamerica.com/30306/kurt.jsScript20053 KiB
https://www1.bac-assets.com//homepage/spa-assets/js/vendors/vue-6888ebe44f9d8e25d2c3.m.jsScript20050 KiB
https://www1.bac-assets.com/homepage/spa-assets/images/assets-images-site-hp-assets-mastheads-consumer-cards-en-4-card-5779014_Travel_3.webpImage20048 KiB
https://www1.bac-assets.com/homepage/spa-assets/images/assets-images-site-hp-assets-mastheads-consumer-cards-en-4-card-5779014_Customized_1.webpImage20042 KiB
https://rail.bankofamerica.com/30306/hover.js?dt=login&r=0.6072077530638598Script20038 KiB
https://rail.bankofamerica.com/30306/hover.js?dt=login&r=0.8123092919329014Script20038 KiB
https://boss.bankofamerica.com/30306/creanza.jsScript20037 KiB
https://cdn.cookielaw.org/consent/72e99fdc-3ef1-452a-9b02-e35228fa4504/019f4cb7-27d7-763b-95c9-e3e1df7a6f40/en.jsonFetch20037 KiB
https://boss.bankofamerica.com/30306/dis4.jsScript20037 KiB

Long tasks (>50 ms)

StartDuration
925 ms1167 ms
2561 ms620 ms
4070 ms284 ms
13958 ms242 ms
3496 ms119 ms
3371 ms113 ms
4360 ms102 ms
3975 ms94 ms
501 ms74 ms
718 ms58 ms
Analyzing…
running mobile + desktop · ~30s