www.hubspot.com

Report from 7/24/2026, 1:02:53 PM https://www.hubspot.com
Latest run · lab, cold cache
49
7/24/2026
28-day score · p75 · the standard
50
54 runs
CRR59%latest
SSD29%latest
TC343 toklatest
TTFUT1106 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/hubspot.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.hubspot.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.hubspot.com"><img src="https://agentvitals.dev/badge/hubspot.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameHubSpot
CategoryOrganization
Pricenot found
Location2 Canal Park, Cambridge, MA, 02141, US
Hoursnot found
ProductsHubSpot Customer Platform
DescriptionHubSpot is an AI-powered customer platform with software for marketing, sales, customer service, content management, operations, and commerce.

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

This page served our agent materially different content than a browser. The score is capped because an agent can’t trust what it receives here.
49
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

59%
CRR Content Recovery Poor
0.29
SSD Semantic Signal Density Poor
343 tok
TC Token Cost Good
905 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
24.5% · 5,689
Chrome (nav / header / footer)
73.3% · 17,007
Boilerplate (cookie / ad)
0.6% · 135
Other
1.6% · 368

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence41% of content requires JS · 59% 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.12 +llms.txt bonus · product JSON-LD 2/6 · missing: offers.price, offers.priceCurrency, offers.availability, sku
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 75.5% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 24.5%, chrome 73.3%, boilerplate 0.6%, other 1.6%. Only 24.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 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 Stale (lastmod 2023-01-18) Learn →
JSON-LD structured data Types: Organization, WebSite, WebPage, Product Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (6)

~ No content-blocking cookie wall medium impact Consent platform: cookieconsent (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 fresh medium impact Stale (lastmod 2023-01-18)

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

✓ robots.txt allows AI bots✓ No CAPTCHA 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.

84Transport posture (0–100, unscored)
4pass
1warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; 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

visitor.js — 376 KiB transferred, 45.1% unused (third-party)

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

googletagmanager.com — 968 KiB, 6 requests, 915 ms main-thread

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

longest task 362 ms (10 total)

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

142 third-party requests · 2404 KiB (79.3% of transfer) · 2420 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
googletagmanager.com6968 KiB915 ms
hsappstatic.net18690 KiB
hs-banner.com4147 KiB35 ms
hubspotusercontent-na1.net33126 KiB106 ms
hubspot.net381 KiB
greencolumnart.com1054 KiB138 ms
hs-analytics.net152 KiB899 ms
adn.cloud445 KiB205 ms
licdn.com241 KiB53 ms
usemessages.com128 KiB7 ms
impactradius-event.com127 KiB20 ms
bing.com417 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://static.hsappstatic.net/conversations-visitor-ui/static-1.30114/bundles/visitor.js 3P376 KiB45.1%170 KiB
https://www.googletagmanager.com/gtag/js?id=G-LXTM6CQ0XK&cx=c&gtm=4e67m1h2 3P177 KiB49.1%87 KiB
https://www.googletagmanager.com/gtag/destination?id=AW-8984961564&cx=c&gtm=4e67m1h2 3P143 KiB54.9%78 KiB
https://www.googletagmanager.com/gtag/js?id=G-X&cx=c&gtm=4e67m1h2 3P145 KiB53.6%78 KiB
https://www.googletagmanager.com/gtag/destination?id=AW-871962588&cx=c&gtm=4e67m1h2 3P152 KiB50.4%76 KiB
https://www.googletagmanager.com/gtag/destination?id=DC-11620487&cx=c&gtm=4e67m1h2 3P136 KiB55%75 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88 3P216 KiB30.5%66 KiB
https://tags.pw.adn.cloud/V9WA75/activation.js 3P44 KiB66.7%30 KiB
https://static.hsappstatic.net/whisper-core/static-1.9990/whisper-core-entry.js 3P38 KiB74.9%29 KiB
https://ob.greencolumnart.com/i/2269cb35d68742ffa3ba89c23cfa9948.js 3P52 KiB54.5%28 KiB
https://static.hsappstatic.net/conversations-visitor-ui/static-1.30114/threadview-utv.js 3P85 KiB32.6%28 KiB
https://static.hsappstatic.net/react-dlb/static-1.83/bundle.production.js 3P48 KiB47.8%23 KiB
https://js.hs-analytics.net/analytics/1784898000000/53.js 3P52 KiB43.3%22 KiB
https://js.hubspot.com/web-interactives-embed.js28 KiB62.1%17 KiB
https://www.hubspot.com/wt-assets/static-files/compliance/index.js38 KiB44.8%17 KiB

Network

242Requests
3032 KiBTransferred
77Scripts
79.3%3rd-party
10Long tasks
Script (77)
2323 KiB
Image (30)
310 KiB
Document (6)
130 KiB
Font (11)
126 KiB
Stylesheet (28)
71 KiB
Fetch (57)
38 KiB
XHR (17)
13 KiB
Ping (9)
11 KiB
Media (1)
6 KiB
Other (6)
5 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://static.hsappstatic.net/conversations-visitor-ui/static-1.30114/bundles/visitor.jsScript200376 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88Script200216 KiB
https://www.googletagmanager.com/gtag/js?id=G-LXTM6CQ0XK&cx=c&gtm=4e67m1h2Script200177 KiB
https://www.googletagmanager.com/gtag/destination?id=AW-871962588&cx=c&gtm=4e67m1h2Script200152 KiB
https://js.hs-banner.com/v2/53/banner.jsScript200147 KiB
https://www.googletagmanager.com/gtag/js?id=G-X&cx=c&gtm=4e67m1h2Script200145 KiB
https://www.googletagmanager.com/gtag/destination?id=AW-8984961564&cx=c&gtm=4e67m1h2Script200143 KiB
https://www.googletagmanager.com/gtag/destination?id=DC-11620487&cx=c&gtm=4e67m1h2Script200136 KiB
https://www.hubspot.com/Document200103 KiB
https://53.fs1.hubspotusercontent-na1.net/hubfs/53/HS_Full_Bleed_1_optmised.webpImage20096 KiB
https://static.hsappstatic.net/conversations-visitor-ui/static-1.30114/threadview-utv.jsScript20085 KiB
https://ob.greencolumnart.com/i/2269cb35d68742ffa3ba89c23cfa9948.jsScript20052 KiB
https://js.hs-analytics.net/analytics/1784898000000/53.jsScript20052 KiB
https://www.hubspot.com/hs-fs/hubfs/[email protected]?width=640&height=640&[email protected]Image20051 KiB
https://static.hsappstatic.net/react-dlb/static-1.83/bundle.production.jsScript20048 KiB
https://tags.pw.adn.cloud/V9WA75/activation.jsScript20044 KiB
https://static.hsappstatic.net/hubspot-dlb/static-2.1854/bundle.production.jsScript20039 KiB
https://static.hsappstatic.net/whisper-core/static-1.9990/whisper-core-entry.jsScript20038 KiB
https://www.hubspot.com/wt-assets/static-files/compliance/index.jsScript20038 KiB
https://www.hubspot.com/hs-fs/hubfs/[email protected]?width=640&height=640&[email protected]Image20037 KiB
https://static.hsappstatic.net/trellis-theming-assets/static-1.389/stylesheets/hubspot-theme.stable.cssStylesheet20033 KiB
https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSerif-Book.woff2Font20031 KiB
https://www.hubspot.com/hs-fs/hubfs/Customer%20Platform%20Graphic%20-%20Hubs1.5x%20(1).png?width=704&height=353&name=Customer%20Platform%20Graphic%20-%20Hubs1.5x%20(1).pngImage20031 KiB
https://www.hubspot.com/hs-fs/hubfs/Customer%20Platform%20Graphic%20-%20Smart%20CRM1.5x%20(1).png?width=704&height=353&name=Customer%20Platform%20Graphic%20-%20Smart%20CRM1.5x%20(1).pngImage20031 KiB
https://www.hubspot.com/hs-fs/hubfs/[email protected]?width=640&height=640&[email protected]Image20029 KiB
https://js.usemessages.com/conversations-embed.jsScript20028 KiB
https://js.hubspot.com/web-interactives-embed.jsScript20028 KiB
https://cdn1.hubspot.net/googlefonts/fonts/Lexend_Deca/600.woff2Font20027 KiB
https://cdn1.hubspot.net/googlefonts/fonts/Lexend_Deca/700.woff2Font20027 KiB
https://d.impactradius-event.com/A2634539-f47e-428b-b335-4d2ba050f0d81.jsScript20027 KiB

Long tasks (>50 ms)

StartDuration
2757 ms362 ms
3194 ms337 ms
4980 ms307 ms
1888 ms256 ms
3803 ms204 ms
4306 ms193 ms
6123 ms189 ms
1522 ms182 ms
4635 ms165 ms
34788 ms130 ms
Analyzing…
running mobile + desktop · ~30s