www.slack.com

Report from 8/7/2026, 10:30:39 AM https://www.slack.com
Latest run · lab, cold cache
72
8/7/2026
28-day score · p75 · the standard
6/7 runs — building history (nightly)

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/slack.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.slack.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.slack.com"><img src="https://agentvitals.dev/badge/slack.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameSlack · guessed from page text (no structured data)
Categorynot found
Pricenot applicable · not applicable to this page type
Locationnot applicable · not applicable to this page type
Hoursnot applicable · not applicable to this page type
Productsnot applicable · not applicable to this page type
🟡DescriptionBoost productivity and save time with Slack‌ — ‌the AI work platform for managing projects, automating workflows, and connecting teams securely. Start working smarter today. · guessed from page text (no structured data)

An agent is likely to fabricate missing details rather than say “I don’t know”. 0/3 applicable facts come from machine-readable structured data.

72
Overall score
weighted CAV (0–100)
PASS
0–4950–8990–100

Metrics

100%
CRR Content Recovery Good
0.72
SSD Semantic Signal Density Good
826 tok
TC Token Cost Good
454 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
41.9% · 4,905
Chrome (nav / header / footer)
54.1% · 6,343
Boilerplate (cookie / ad)
3.8% · 444
Other
0.2% · 26

Final screenshot

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

Diagnostics

medium TC 58.1% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 41.9%, chrome 54.1%, boilerplate 3.8%, other 0.2%. Only 41.9% 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 Learn →
robots.txt (AI bots) Major AI bots allowed Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data No JSON-LD found Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (5)

~ No content-blocking cookie wall medium impact Consent platform: onetrust (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/

Structured data (JSON-LD) medium impact No JSON-LD found

Business impact Schema.org JSON-LD tells agents what a page IS (product, article, business) with typed fields (price, rating, hours). Without it agents extract less reliably.

What we measured We parse <script type=application/ld+json>, validate it, and check for populated @type fields.

How to fix Add JSON-LD: Organization/LocalBusiness on the homepage, Product on product pages, Article on posts.

Learn how to implement →

<script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"Your Co","url":"https://example.com"}</script>

Spec: https://schema.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✓ llms.txt present + valid✓ No login wall on public content✓ 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.

67Transport posture (0–100, unscored)
3pass
0warn
2fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; includeSubDomains; preload
❌ Content-Security-Policyno content-security-policy header
❌ X-Content-Type-Optionsmissing nosniff
✅ Referrer-Policyno-referrer
➖ CORS exposureno CORS headers on the document (normal for an HTML page)
Full profile — how to improve · unused JS · network · timing

How to improve

highCut third-party weighthighest leverage

slack-edge.com — 19189 KiB, 109 requests, 75 ms main-thread

EvidenceThird-party is 99.9% of total transfer (188 requests); slack-edge.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 slack-edge.com; defer non-critical third-party scripts.
mediumSplit the heaviest unused bundle

eaf9ce4ae4903.js — 156 KiB transferred, 60.4% unused (third-party)

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

cumulative layout shift

EvidenceCLS is 0.178.
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 146 ms (5 total)

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

21.0 MB total

Evidence21.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

188 third-party requests · 21523 KiB (99.9% of transfer) · 624 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
slack-edge.com10919189 KiB75 ms
cloudfront.net41122 KiB32 ms
googletagmanager.com4669 KiB299 ms
cookielaw.org11221 KiB79 ms
contentsquare.net4157 KiB91 ms
licdn.com241 KiB
schemaapp.com535 KiB48 ms
redditstatic.com120 KiB
demandbase.com219 KiB
mczbf.com214 KiB
youtube.com212 KiB
doubleclick.net86 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://t.contentsquare.net/uxa/eaf9ce4ae4903.js 3P156 KiB60.4%94 KiB
https://a.slack-edge.com/bv1-13-br/rollup-marketing.afb9e909a87f5d9e.marketing.min.js 3P144 KiB65.4%94 KiB
https://d34u8crftukxnk.cloudfront.net/snippets/11179690159.js 3P169 KiB55.4%94 KiB
https://cdn.cookielaw.org/scripttemplates/202604.2.0/otBannerSdk.js 3P135 KiB62.9%85 KiB
https://www.googletagmanager.com/gtag/js?id=G-QTJQME5M5D&cx=c&gtm=4e6852 3P190 KiB41%78 KiB
https://www.googletagmanager.com/gtag/destination?id=DC-12632256&cx=c&gtm=4e6852 3P136 KiB55.4%76 KiB
https://www.googletagmanager.com/gtag/js?id=DC-11463663&cx=c&gtm=4e6852 3P134 KiB55.6%75 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-KH2LPK 3P209 KiB34.6%72 KiB
https://a.slack-edge.com/bv1-13-br/marketing-core.c7f360838f5c542d.marketing.min.js 3P66 KiB79.3%52 KiB
https://a.slack-edge.com/bv1-13-br/marketing-page-index.91dc4340f46dd5f8.marketing.min.js 3P35 KiB99.2%35 KiB
https://a.slack-edge.com/bv1-13-br/marketing-page-index-revamped-25.1d82c0ae263ed4fd.marketing.min.js 3P35 KiB99.1%35 KiB
https://a.slack-edge.com/bv1-13-br/swiper.799debd4740a0b8e.marketing.min.js 3P35 KiB99.8%35 KiB
https://a.slack-edge.com/bv1-13-br/marketing-component-content-switcher.54e1e1c3af27fb13.marketing.min.js 3P35 KiB99.6%35 KiB
https://www.redditstatic.com/ads/pixel.js 3P20 KiB71.9%14 KiB
https://snap.licdn.com/li.lms-analytics/insight.beta.min.js 3P21 KiB58.6%12 KiB

Network

195Requests
21551 KiBTransferred
38Scripts
99.9%3rd-party
5Long tasks
Media (30)
14866 KiB
Image (74)
4625 KiB
Script (38)
1633 KiB
Font (6)
205 KiB
Stylesheet (7)
109 KiB
Fetch (19)
76 KiB
Document (7)
28 KiB
XHR (9)
8 KiB
Other (4)
1 KiB
Ping (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://a.slack-edge.com/4940135/marketing/img/homepage/revamped-25/hero/[email protected]Media2063130 KiB
https://a.slack-edge.com/5cb5052/marketing/img/homepage/revamped-25/hero/[email protected]Media2062233 KiB
https://a.slack-edge.com/c3ea545/marketing/img/features/slackbot/video-slackbot-voicecommands-16x9.webmMedia2061630 KiB
https://a.slack-edge.com/c3ea545/marketing/img/features/slackbot/video-slackbot-voicecommands-16x9.webmMedia2061630 KiB
https://a.slack-edge.com/5cb5052/marketing/img/homepage/revamped-25/hero/[email protected]Media2061290 KiB
https://a.slack-edge.com/5cb5052/marketing/img/homepage/revamped-25/hero/hp-lists.webmMedia206920 KiB
https://a.slack-edge.com/d83eb17/marketing/img/homepage/revamped-25/dark-component/uis/huddlesAI.webmMedia206912 KiB
https://a.slack-edge.com/d83eb17/marketing/img/homepage/revamped-25/dark-component/uis/claude-AI.webmMedia206632 KiB
https://d34u8crftukxnk.cloudfront.net/slackpress/prod/sites/6/Agentforce_SM_Messages.pngImage200559 KiB
https://a.slack-edge.com/5cb5052/marketing/img/homepage/revamped-25/hero/hp-hero.webmMedia206526 KiB
https://a.slack-edge.com/5cb5052/marketing/img/homepage/revamped-25/hero/[email protected]Media206430 KiB
https://a.slack-edge.com/54df558/marketing/img/homepage/revamped-24/customer-videos/preview-posters/[email protected]Image200392 KiB
https://a.slack-edge.com/5cb5052/marketing/img/homepage/revamped-25/hero/[email protected]Media206384 KiB
https://a.slack-edge.com/d83eb17/marketing/img/homepage/revamped-25/dark-component/uis/[email protected]Image200321 KiB
https://a.slack-edge.com/d83eb17/marketing/img/homepage/revamped-25/dark-component/uis/[email protected]Image200294 KiB
https://a.slack-edge.com/d83eb17/marketing/img/homepage/revamped-25/dark-component/uis/agentforce.webmMedia206276 KiB
https://d34u8crftukxnk.cloudfront.net/slackpress/prod/sites/6/merged.pngImage200264 KiB
https://a.slack-edge.com/5cb5052/marketing/img/homepage/revamped-25/hero/[email protected]Image200261 KiB
https://a.slack-edge.com/d83eb17/marketing/img/homepage/revamped-25/dark-component/uis/[email protected]Image200260 KiB
https://a.slack-edge.com/d83eb17/marketing/img/homepage/revamped-25/dark-component/uis/github.webmMedia206252 KiB
https://a.slack-edge.com/5cb5052/marketing/img/homepage/revamped-25/hero/[email protected]Image200248 KiB
https://a.slack-edge.com/d83eb17/marketing/img/homepage/revamped-25/dark-component/uis/summary-AI.webmMedia206221 KiB
https://a.slack-edge.com/5cb5052/marketing/img/homepage/revamped-25/hero/hp-workflows.webmMedia206217 KiB
https://a.slack-edge.com/d83eb17/marketing/img/homepage/revamped-25/dark-component/uis/[email protected]Image200212 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-KH2LPKScript200209 KiB
https://a.slack-edge.com/5cb5052/marketing/img/homepage/revamped-25/hero/[email protected]Image200204 KiB
https://a.slack-edge.com/66e1519/marketing/img/homepage/revamped-24/customer-videos/preview-posters/[email protected]Image200199 KiB
https://a.slack-edge.com/66e1519/marketing/img/homepage/revamped-24/customer-videos/preview-posters/[email protected]Image200191 KiB
https://www.googletagmanager.com/gtag/js?id=G-QTJQME5M5D&cx=c&gtm=4e6852Script200190 KiB
https://a.slack-edge.com/5cb5052/marketing/img/homepage/revamped-25/hero/hp-channels.webmMedia206182 KiB

Long tasks (>50 ms)

StartDuration
1489 ms146 ms
983 ms83 ms
1782 ms72 ms
1269 ms68 ms
1681 ms65 ms
Analyzing…
running mobile + desktop · ~30s