www.hubspot.com
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.
An agent gets the basics but will guess on the gaps. 5/7 applicable facts come from machine-readable structured data.
Metrics
Token Cost breakdown
Where the page's tokens go (≈24,238 across regions). 77% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
Final screenshot
Diagnostics
pre-JS raw HTML
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.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
agent representation — token decomposition
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
Metrics
Token Cost breakdown
Where the page's tokens go (≈23,703 across regions). 76% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.
Final screenshot
Diagnostics
pre-JS raw HTML
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.
content vs chrome/boilerplate
Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.
agent representation — token decomposition
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
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
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.
# Your Site
> One-line description for AI agents.
## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentationSpec: 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.
# robots.txt
Sitemap: https://example.com/sitemap.xml
~ 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.
~ 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.
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.
Passed audits (6)
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.
Per-header findings (6)
| Header | Evidence |
|---|---|
| ✅ HTTPS | served over HTTPS |
| ✅ HSTS | max-age=31536000; includeSubDomains; preload |
| ⚠️ Content-Security-Policy | script-src allows 'unsafe-inline' |
| ✅ X-Content-Type-Options | nosniff |
| ✅ Referrer-Policy | no-referrer-when-downgrade |
| ➖ CORS exposure | no CORS headers on the document (normal for an HTML page) |
How to improve
visitor.js — 386 KiB transferred, 45.3% unused (third-party)
hsappstatic.net — 703 KiB, 18 requests
longest task 155 ms (8 total)
3.0 MB total
Third-party impact
143 third-party requests · 2067 KiB (67.7% of transfer) · 379 ms main-thread — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.
| Third-party domain | Reqs | Transfer | Main-thread |
|---|---|---|---|
| hsappstatic.net | 18 | 703 KiB | — |
| googletagmanager.com | 5 | 613 KiB | — |
| hs-banner.com | 4 | 147 KiB | 8 ms |
| hubspotusercontent-na1.net | 33 | 126 KiB | 36 ms |
| hubspot.net | 3 | 81 KiB | — |
| greencolumnart.com | 10 | 54 KiB | 7 ms |
| hs-analytics.net | 1 | 51 KiB | 185 ms |
| adn.cloud | 4 | 45 KiB | 133 ms |
| licdn.com | 2 | 41 KiB | — |
| usemessages.com | 1 | 28 KiB | — |
| impactradius-event.com | 1 | 27 KiB | — |
| bing.com | 4 | 17 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).
| Bundle | Transfer | Unused | Wasted |
|---|---|---|---|
| https://static.hsappstatic.net/conversations-visitor-ui/static-1.30304/bundles/visitor.js 3P | 386 KiB | 45.3% | 175 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-LXTM6CQ0XK&cx=c>m=4e6852&sign=9f4b98a15ab0e542a37a34e91606cbb197dc8a53ffe43e7a662e3d3e56d1e36f_20260809 3P | 177 KiB | 49.5% | 88 KiB |
| https://www.googletagmanager.com/gtag/destination?id=AW-8984961564&cx=c>m=4e6852&sign=9f4b98a15ab0e542a37a34e91606cbb197dc8a53ffe43e7a662e3d3e56d1e36f_20260809 3P | 144 KiB | 55.1% | 79 KiB |
| https://www.googletagmanager.com/gtag/destination?id=AW-871962588&cx=c>m=4e6852&sign=9f4b98a15ab0e542a37a34e91606cbb197dc8a53ffe43e7a662e3d3e56d1e36f_20260809 3P | 155 KiB | 51% | 79 KiB |
| https://sgtm-amer.hubspot.com/gtag/js?id=G-X&cx=c>m=4e6852&sign=9f4b98a15ab0e542a37a34e91606cbb197dc8a53ffe43e7a662e3d3e56d1e36f_20260809 | 144 KiB | 53.6% | 77 KiB |
| https://www.googletagmanager.com/gtag/destination?id=DC-11620487&cx=c>m=4e6852 3P | 137 KiB | 55.2% | 76 KiB |
| https://sgtm-amer.hubspot.com/gtm.js?id=GTM-N5LT88 | 215 KiB | 30% | 65 KiB |
| https://tags.pw.adn.cloud/V9WA75/activation.js 3P | 44 KiB | 66.7% | 30 KiB |
| https://static.hsappstatic.net/conversations-visitor-ui/static-1.30304/threadview-utv.js 3P | 87 KiB | 33.3% | 29 KiB |
| https://static.hsappstatic.net/whisper-core/static-1.10009/whisper-core-entry.js 3P | 38 KiB | 74.9% | 29 KiB |
| https://ob.greencolumnart.com/i/2269cb35d68742ffa3ba89c23cfa9948.js 3P | 52 KiB | 54.4% | 28 KiB |
| https://static.hsappstatic.net/react-dlb/static-1.84/bundle.production.js 3P | 48 KiB | 47.8% | 23 KiB |
| https://js.hs-analytics.net/analytics/1786279200000/53.js 3P | 51 KiB | 43.4% | 22 KiB |
| https://js.hubspot.com/web-interactives-embed.js | 28 KiB | 62.2% | 17 KiB |
| https://www.hubspot.com/wt-assets/static-files/compliance/index.js | 38 KiB | 44.6% | 17 KiB |
Network
Heaviest requests (30)
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://static.hsappstatic.net/conversations-visitor-ui/static-1.30304/bundles/visitor.js | Script | 200 | 386 KiB |
| https://sgtm-amer.hubspot.com/gtm.js?id=GTM-N5LT88 | Script | 200 | 215 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-LXTM6CQ0XK&cx=c>m=4e6852&sign=9f4b98a15ab0e542a37a34e91606cbb197dc8a53ffe43e7a662e3d3e56d1e36f_20260809 | Script | 200 | 177 KiB |
| https://www.googletagmanager.com/gtag/destination?id=AW-871962588&cx=c>m=4e6852&sign=9f4b98a15ab0e542a37a34e91606cbb197dc8a53ffe43e7a662e3d3e56d1e36f_20260809 | Script | 200 | 155 KiB |
| https://js.hs-banner.com/v2/53/banner.js | Script | 200 | 147 KiB |
| https://sgtm-amer.hubspot.com/gtag/js?id=G-X&cx=c>m=4e6852&sign=9f4b98a15ab0e542a37a34e91606cbb197dc8a53ffe43e7a662e3d3e56d1e36f_20260809 | Script | 200 | 144 KiB |
| https://www.googletagmanager.com/gtag/destination?id=AW-8984961564&cx=c>m=4e6852&sign=9f4b98a15ab0e542a37a34e91606cbb197dc8a53ffe43e7a662e3d3e56d1e36f_20260809 | Script | 200 | 144 KiB |
| https://www.googletagmanager.com/gtag/destination?id=DC-11620487&cx=c>m=4e6852 | Script | 200 | 137 KiB |
| https://www.hubspot.com/ | Document | 200 | 103 KiB |
| https://53.fs1.hubspotusercontent-na1.net/hubfs/53/HS_Full_Bleed_1_optmised.webp | Image | 200 | 96 KiB |
| https://static.hsappstatic.net/conversations-visitor-ui/static-1.30304/threadview-utv.js | Script | 200 | 87 KiB |
| https://www.hubspot.com/hs-fs/hubfs/[email protected]?width=640&height=640&[email protected] | Image | 200 | 52 KiB |
| https://ob.greencolumnart.com/i/2269cb35d68742ffa3ba89c23cfa9948.js | Script | 200 | 52 KiB |
| https://js.hs-analytics.net/analytics/1786279200000/53.js | Script | 200 | 51 KiB |
| https://static.hsappstatic.net/react-dlb/static-1.84/bundle.production.js | Script | 200 | 48 KiB |
| https://tags.pw.adn.cloud/V9WA75/activation.js | Script | 200 | 44 KiB |
| https://static.hsappstatic.net/hubspot-dlb/static-2.1882/bundle.production.js | Script | 200 | 40 KiB |
| https://static.hsappstatic.net/whisper-core/static-1.10009/whisper-core-entry.js | Script | 200 | 38 KiB |
| https://www.hubspot.com/wt-assets/static-files/compliance/index.js | Script | 200 | 38 KiB |
| https://www.hubspot.com/hs-fs/hubfs/[email protected]?width=640&height=640&[email protected] | Image | 200 | 37 KiB |
| https://static.hsappstatic.net/trellis-theming-assets/static-1.389/stylesheets/hubspot-theme.stable.css | Stylesheet | 200 | 33 KiB |
| https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSerif-Book.woff2 | Font | 200 | 31 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).png | Image | 200 | 31 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).png | Image | 200 | 31 KiB |
| https://www.hubspot.com/hs-fs/hubfs/[email protected]?width=640&height=640&[email protected] | Image | 200 | 29 KiB |
| https://js.usemessages.com/conversations-embed.js | Script | 200 | 28 KiB |
| https://js.hubspot.com/web-interactives-embed.js | Script | 200 | 28 KiB |
| https://cdn1.hubspot.net/googlefonts/fonts/Lexend_Deca/600.woff2 | Font | 200 | 27 KiB |
| https://cdn1.hubspot.net/googlefonts/fonts/Lexend_Deca/700.woff2 | Font | 200 | 27 KiB |
| https://d.impactradius-event.com/A2634539-f47e-428b-b335-4d2ba050f0d81.js | Script | 200 | 27 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 2600 ms | 155 ms |
| 1650 ms | 137 ms |
| 2306 ms | 132 ms |
| 2123 ms | 120 ms |
| 33034 ms | 111 ms |
| 2824 ms | 91 ms |
| 2032 ms | 68 ms |
| 1834 ms | 52 ms |