www.intercom.com

Report from 8/10/2026, 12:31:27 PM https://www.intercom.com
Latest run · lab, cold cache
49
8/10/2026
28-day score · p75 · the standard
89
30 runs
▼ latest 40 below the 28-day score
CRR48%latest
SSD70%latest
TC1152 toklatest
TTFUT401 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/intercom.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.intercom.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.intercom.com"><img src="https://agentvitals.dev/badge/intercom.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameIntercom
CategoryOrganization
Price29 USD
Locationnot found
Hoursnot found
ProductsIntercom Customer Service Suite, Intercom Helpdesk, Fin AI Agent
🟡DescriptionThe only helpdesk with a natively integrated AI Agent. Deliver perfect customer experiences with the highest-performing platform. Start your free trial today. · guessed from page text (no structured data)

An agent gets the basics but will guess on the gaps. 4/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

48%
CRR Content Recovery Poor
0.70
SSD Semantic Signal Density Good
1,152 tok
TC Token Cost Good
528 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
85.2% · 6,762
Chrome (nav / header / footer)
13.7% · 1,090
Boilerplate (cookie / ad)
1% · 80
Other
0% · 0

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence52% of content requires JS · 48% 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.

Rendered profile: headless

Agent Discoverability 100/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 Learn →
robots.txt (AI bots) Major AI bots allowed Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data Types: WebSite, Organization, WebPage, Product, ItemList, BreadcrumbList Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (3)

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

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ llms.txt present + valid✓ No login wall on public content✓ Structured data (JSON-LD)✓ XML sitemap present + fresh✓ 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=63072000; includeSubDomains; preload
⚠️ 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

1rpfpa65_wbn4.js — 231 KiB transferred, 99.9% unused

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

intercomcdn.com — 905 KiB, 9 requests, 256 ms main-thread

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

cumulative layout shift

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

EvidenceMain thread blocked 148 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.5 MB total

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

Third-party impact

38 third-party requests · 1658 KiB (45.9% of transfer) · 343 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
intercomcdn.com9905 KiB256 ms
awswaf.com4284 KiB87 ms
googletagmanager.com2282 KiB
cookielaw.org7170 KiB
intercom.io613 KiB
browser-intake-datadoghq.com84 KiB
sentry.io10 KiB
onetrust.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://vercel.intercom.com/_next/static/chunks/1rpfpa65_wbn4.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7231 KiB99.9%231 KiB
https://js.intercomcdn.com/app-modern.3926a8b0.js 3P185 KiB71.4%132 KiB
https://380ce6d4f3e0.edge.sdk.awswaf.com/380ce6d4f3e0/393fd269fd99/challenge.js 3P281 KiB47%132 KiB
https://js.intercomcdn.com/vendors~app-modern.0add9fe8.js 3P172 KiB74%128 KiB
https://js.intercomcdn.com/frame-modern.43e768ca.js 3P169 KiB69.2%117 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-WB899HL 3P196 KiB51.1%100 KiB
https://cdn.cookielaw.org/scripttemplates/202604.1.0/otBannerSdk.js 3P132 KiB67.6%89 KiB
https://vercel.intercom.com/_next/static/chunks/0c2ylvo4rl5_w.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu766 KiB99.8%66 KiB
https://js.intercomcdn.com/vendors~app~tooltips-modern.d24725bf.js 3P169 KiB37%62 KiB
https://www.googletagmanager.com/gtag/js?id= 3P86 KiB69.3%59 KiB
https://vercel.intercom.com/_next/static/chunks/0ta1c1h_iv31h.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu754 KiB87.9%47 KiB
https://vercel.intercom.com/_next/static/chunks/343lnitldjj7y.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu752 KiB87.7%46 KiB
https://vercel.intercom.com/_next/static/chunks/3cwrhkxxqpaz3.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu774 KiB60.4%45 KiB
https://vercel.intercom.com/_next/static/chunks/2ufzw02kk0xn_.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu773 KiB55.6%41 KiB
https://js.intercomcdn.com/vendor-modern.6eea11d2.js 3P92 KiB43.8%40 KiB

Network

119Requests
3615 KiBTransferred
52Scripts
45.9%3rd-party
4Long tasks
Script (52)
2731 KiB
Fetch (39)
261 KiB
Image (12)
234 KiB
Document (1)
202 KiB
Font (3)
169 KiB
XHR (7)
12 KiB
Other (5)
7 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://380ce6d4f3e0.edge.sdk.awswaf.com/380ce6d4f3e0/393fd269fd99/challenge.jsScript200281 KiB
https://vercel.intercom.com/_next/static/chunks/1rpfpa65_wbn4.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Script200231 KiB
https://www.intercom.com/Document200202 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-WB899HLScript200196 KiB
https://js.intercomcdn.com/app-modern.3926a8b0.jsScript200185 KiB
https://js.intercomcdn.com/vendors~app-modern.0add9fe8.jsScript200172 KiB
https://js.intercomcdn.com/frame-modern.43e768ca.jsScript200169 KiB
https://js.intercomcdn.com/vendors~app~tooltips-modern.d24725bf.jsScript200169 KiB
https://cdn.cookielaw.org/scripttemplates/202604.1.0/otBannerSdk.jsScript200132 KiB
https://js.intercomcdn.com/vendor-modern.6eea11d2.jsScript20092 KiB
https://www.googletagmanager.com/gtag/js?id=Script20086 KiB
https://vercel.intercom.com/_next/static/chunks/3cwrhkxxqpaz3.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Script20074 KiB
https://vercel.intercom.com/_next/static/chunks/2ufzw02kk0xn_.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Script20073 KiB
https://js.intercomcdn.com/app~tooltips-modern.34df30b3.jsScript20068 KiB
https://www.intercom.com/intercom-marketing-site/img/home-2026/desktop/Intercom_Helpdesk_illo_v2.webp?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Image20066 KiB
https://vercel.intercom.com/_next/static/chunks/0c2ylvo4rl5_w.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Script20066 KiB
https://www.intercom.com/_next/static/media/Saans_Regular-s.021grlw_29suq.woff2?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Font20059 KiB
https://www.intercom.com/_next/static/media/SaansMono_Regular-s.3bag_xf-p404o.woff2?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Font20059 KiB
https://vercel.intercom.com/_next/static/chunks/2o_4ol_qlw2k4.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Script20054 KiB
https://vercel.intercom.com/_next/static/chunks/0ta1c1h_iv31h.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Script20054 KiB
https://vercel.intercom.com/_next/static/chunks/343lnitldjj7y.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Script20052 KiB
https://www.intercom.com/_next/static/media/Serrif_Light_subset-s.0204igk5fly0r.woff2?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Font20051 KiB
https://www.intercom.com/customers?_rsc=yIp22O3xgPPxC28XFetch20045 KiB
https://www.intercom.com/contact-sales?_rsc=q4eC5E_qc_Wim2dQFetch20043 KiB
https://vercel.intercom.com/_next/static/chunks/2nnz2oguqlp88.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Script20041 KiB
https://www.intercom.com/ims-image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2F4bgok82s%2Fmonorepo-static-assets%2F9131f051c192eaf7e9acf554a49e0a3832461b89-6400x2800.webp&w=1200&q=75Image20041 KiB
https://vercel.intercom.com/_next/static/chunks/0bkbjhqu5jxxj.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Script20040 KiB
https://vercel.intercom.com/_next/static/chunks/426psw_8jyz3i.js?dpl=dpl_YvXqe47w4shprNw8zoqkkZyZuRu7Script20039 KiB
https://www.intercom.com/customers?_rsc=SpEenLmPXtSUvureFetch20039 KiB
https://www.intercom.com/ims-image?url=https%3A%2F%2Fcdn.sanity.io%2Fimages%2F4bgok82s%2Fmonorepo-static-assets%2F0adeb79284538b050cc117ac87fa046ec82a01db-6400x2800.webp&w=1200&q=75Image20038 KiB

Long tasks (>50 ms)

StartDuration
1936 ms148 ms
1016 ms87 ms
936 ms72 ms
1191 ms65 ms
Analyzing…
running mobile + desktop · ~30s