www.hubspot.com
Metrics
Final screenshot
Diagnostics
41% of content requires JS · 59% of rendered content recovered (rest is placeholder/wrong)
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.
signal 0.12 · product JSON-LD 2/6 · missing: offers.price, offers.priceCurrency, offers.availability, sku
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
Metrics
Final screenshot
Diagnostics
41% of content requires JS · 59% of rendered content recovered (rest is placeholder/wrong)
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.
signal 0.12 · product JSON-LD 2/6 · missing: offers.price, offers.priceCurrency, offers.availability, sku
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
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 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.
# 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.
Spec: https://agents-json.org
~ 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)
How to improve
3239 KiB (41%) of JS goes unused. Code-split, lazy-load below-the-fold scripts, and drop unused dependencies — less JS also lowers CAV Token Cost (TC) and speeds up agent parsing.
3.9 MB transferred. Enable Brotli, serve WebP/AVIF images, and defer non-critical resources.
JavaScript coverage
3239 KiB unused of 7972 KiB (41% unused JS) — unused JS inflates Token Cost (TC) and slows the agent's parse.
| Script | Size | Unused |
|---|---|---|
| https://static.hsappstatic.net/conversations-visitor-ui/static-1.29845/bundles/visitor.js | 1142 KiB | 512 KiB (45%) |
| https://www.googletagmanager.com/gtag/js?id=G-LXTM6CQ0XK&cx=c>m=4e66u1 | 528 KiB | 259 KiB (49%) |
| https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88 | 795 KiB | 242 KiB (30%) |
| https://www.googletagmanager.com/gtag/destination?id=AW-871962588&cx=c>m=4e66u1 | 432 KiB | 223 KiB (52%) |
| https://www.googletagmanager.com/gtag/destination?id=AW-8984961564&cx=c>m=4e66u1 | 396 KiB | 219 KiB (55%) |
| https://www.googletagmanager.com/gtag/js?id=G-X&cx=c>m=4e66u1 | 403 KiB | 218 KiB (54%) |
| https://www.googletagmanager.com/gtag/destination?id=DC-11620487&cx=c>m=4e66u1 | 382 KiB | 211 KiB (55%) |
| https://tags.pw.adn.cloud/V9WA75/activation.js | 170 KiB | 112 KiB (66%) |
| https://static.hsappstatic.net/conversations-visitor-ui/static-1.29845/threadview-utv.js | 334 KiB | 112 KiB (34%) |
| https://static.hsappstatic.net/whisper-core/static-1.9738/whisper-core-entry.js | 112 KiB | 83 KiB (75%) |
| https://ob.greencolumnart.com/i/2269cb35d68742ffa3ba89c23cfa9948.js | 134 KiB | 73 KiB (55%) |
| https://js.hs-analytics.net/analytics/1782967200000/53.js | 164 KiB | 72 KiB (44%) |
Network
Heaviest requests
| URL | Type | Status | Transfer |
|---|---|---|---|
| https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/ja/ZenKakuGothicNew-Medium.woff2 | Font | 200 | 959 KiB |
| https://static.hsappstatic.net/conversations-visitor-ui/static-1.29845/bundles/visitor.js | Script | 200 | 360 KiB |
| https://www.googletagmanager.com/gtm.js?id=GTM-N5LT88 | Script | 200 | 214 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-LXTM6CQ0XK&cx=c>m=4e66u1 | Script | 200 | 174 KiB |
| https://www.googletagmanager.com/gtag/destination?id=AW-871962588&cx=c>m=4e66u1 | Script | 200 | 150 KiB |
| https://js.hs-banner.com/v2/53/banner.js | Script | 200 | 146 KiB |
| https://www.googletagmanager.com/gtag/js?id=G-X&cx=c>m=4e66u1 | Script | 200 | 143 KiB |
| https://www.googletagmanager.com/gtag/destination?id=AW-8984961564&cx=c>m=4e66u1 | Script | 200 | 140 KiB |
| https://www.googletagmanager.com/gtag/destination?id=DC-11620487&cx=c>m=4e66u1 | Script | 200 | 135 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.29845/threadview-utv.js | Script | 200 | 93 KiB |
| https://js.hs-analytics.net/analytics/1782967200000/53.js | Script | 200 | 52 KiB |
| https://www.hubspot.com/hs-fs/hubfs/[email protected]?width=640&height=640&[email protected] | Image | 200 | 51 KiB |
| https://ob.greencolumnart.com/i/2269cb35d68742ffa3ba89c23cfa9948.js | Script | 200 | 51 KiB |
| https://static.hsappstatic.net/react-dlb/static-1.81/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.1854/bundle.production.js | Script | 200 | 39 KiB |
| https://static.hsappstatic.net/whisper-core/static-1.9738/whisper-core-entry.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://www.hubspot.com/wt-assets/static-files/compliance/index.js | Script | 200 | 35 KiB |
| https://js.usemessages.com/conversations-embed.js | Script | 200 | 34 KiB |
| https://static.hsappstatic.net/trellis-theming-assets/static-1.346/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/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSerif-Medium.woff2 | Font | 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/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 | 30 KiB |
| https://www.hubspot.com/hs-fs/hubfs/[email protected]?width=640&height=640&[email protected] | Image | 200 | 29 KiB |
| https://js.hubspot.com/web-interactives-embed.js | Script | 200 | 28 KiB |
| https://www.hubspot.com/hubfs/assets/hs-components/v4/fonts/hubspot-2025/HubSpotSans-Medium.woff2 | Font | 200 | 28 KiB |
Long tasks (>50 ms)
| Start | Duration |
|---|---|
| 1388 ms | 93 ms |
| 2274 ms | 79 ms |
| 32097 ms | 63 ms |
| 1835 ms | 61 ms |
| 1962 ms | 61 ms |