www.clickup.com

Report from 9/21/2026, 11:41:01 AM https://www.clickup.com
Latest run · lab, cold cache
90
9/21/2026
28-day score · p75 · the standard
91
29 runs
CRR98%latest
SSD85%latest
TC1610 toklatest
TTFUT13 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/clickup.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.clickup.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.clickup.com"><img src="https://agentvitals.dev/badge/clickup.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameClickUp
CategoryOrganization
🟡Price$3 · guessed from page text (no structured data)
Location350 Tenth Ave 5th Floor, San Diego, CA, 92101, US
Hoursnot found
Productsnot found
DescriptionClickUp is a project management software designed to revolutionize the way people work with features including tasks, whiteboards, spreadsheets, and document collaboration on a unified platform. It…

⚠️ Your page title reads like a navigation menu, so an agent may cite your business as “ClickUp™ | Maximize productivity • Software, AI, and humans converge”.

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

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

Metrics

98%
CRR Content Recovery Good
0.85
SSD Semantic Signal Density Good
1,610 tok
TC Token Cost Good
46 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
99.8% · 907,374
Chrome (nav / header / footer)
0% · 140
Boilerplate (cookie / ad)
0.1% · 654
Other
0.1% · 1,026

Final screenshot

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

Diagnostics

No issues found — this page is well-prepared for agents.

Rendered profile: headless

Agent Discoverability 94/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: Organization Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (4)

~ 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/

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

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

89Transport posture (0–100, unscored)
4pass
0warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; includeSubDomains
✅ Content-Security-Policypolicy present, script-src does not allow inline
❌ X-Content-Type-Optionsmissing nosniff
✅ 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

_app-75099f5d92ee0cc2.js — 643 KiB transferred, 58.3% unused

EvidenceCDP JS coverage: 375 KiB of this bundle is never executed on load.
Impact~-375 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of _app-75099f5d92ee0cc2.js, or drop unused dependencies.
highBreak up long main-thread tasks

longest task 819 ms (7 total)

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

9.4 MB total

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

Third-party impact

22 third-party requests · 482 KiB (5% of transfer) · 167 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
cookielaw.org11229 KiB167 ms
googletagmanager.com1165 KiB
growthbook.io275 KiB
jsdelivr.net110 KiB
amplitude.com61 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://clickup.com/_next/static/chunks/pages/_app-75099f5d92ee0cc2.js643 KiB58.3%375 KiB
https://clickup.com/_next/static/chunks/3017fd55.2ef46c97d7fdf0f6.js364 KiB85.8%312 KiB
https://clickup.com/_next/static/chunks/5882240b.5fb81297cc2fca5c.js342 KiB47.6%163 KiB
https://clickup.com/_next/static/chunks/686da86b.ce4315411c43ed49.js172 KiB72.5%125 KiB
https://clickup.com/_next/static/chunks/framework-fb7c428fa7b4a71d.js186 KiB63.7%119 KiB
https://www.googletagmanager.com/gtag/js?id=AW-617640813 3P165 KiB57.5%95 KiB
https://clickup.com/_next/static/chunks/ae54aa33.e13e89c1591f98ee.js142 KiB64.1%91 KiB
https://cdn.cookielaw.org/scripttemplates/202606.2.0/otBannerSdk.js 3P137 KiB64.4%88 KiB
https://clickup.com/_next/static/chunks/4388-f36d0859041021f4.js516 KiB15.5%80 KiB
https://clickup.com/_next/static/chunks/main-7b938394a677bf1c.js125 KiB54.5%68 KiB
https://pages.clickup.com/js/forms2/js/forms2.min.js67 KiB79.5%54 KiB
https://clickup.com/_next/static/chunks/d8c15708.fbaca9f32872d305.js78 KiB60.7%47 KiB
https://clickup.com/_next/static/chunks/7684-ed6a6c061bc05fa9.js59 KiB78.3%46 KiB
https://clickup.com/_next/static/chunks/4461-c29aead108eb47fb.js123 KiB29.1%36 KiB
https://clickup.com/_next/static/chunks/7227-7fc431dbaf6f712f.js159 KiB22.2%35 KiB

Network

187Requests
9611 KiBTransferred
67Scripts
5%3rd-party
7Long tasks
Script (67)
4707 KiB
Image (57)
1413 KiB
Document (1)
1127 KiB
Stylesheet (8)
1076 KiB
Font (6)
604 KiB
Other (18)
368 KiB
Fetch (26)
311 KiB
XHR (2)
3 KiB
Manifest (1)
1 KiB
EventSource (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://clickup.com/Document2001127 KiB
https://clickup.com/_next/static/css/b88364b5f34ba515.cssStylesheet200729 KiB
https://clickup.com/_next/static/chunks/pages/_app-75099f5d92ee0cc2.jsScript200643 KiB
https://clickup.com/_next/static/chunks/4388-f36d0859041021f4.jsScript200516 KiB
https://clickup.com/_next/static/chunks/3017fd55.2ef46c97d7fdf0f6.jsScript200364 KiB
https://clickup.com/assets/fonts/Inter.woff2Font200342 KiB
https://clickup.com/_next/static/chunks/5882240b.5fb81297cc2fca5c.jsScript200342 KiB
https://clickup.com/_next/static/chunks/framework-fb7c428fa7b4a71d.jsScript200186 KiB
https://clickup.com/_next/static/chunks/4777-c10f86260004e893.jsScript200186 KiB
https://clickup.com/_next/static/css/e973babd116ef8c7.cssFetch200181 KiB
https://clickup.com/_next/static/chunks/686da86b.ce4315411c43ed49.jsScript200172 KiB
https://clickup.com/_next/static/chunks/2093-dc3cc4349e86a9cb.jsOther200168 KiB
https://www.googletagmanager.com/gtag/js?id=AW-617640813Script200165 KiB
https://clickup.com/_next/static/chunks/7227-7fc431dbaf6f712f.jsScript200159 KiB
https://clickup.com/_next/static/chunks/9a17db0b-98533057a0850cf8.jsScript200155 KiB
https://clickup.com/_next/static/chunks/2368-b3f692ace90a7701.jsScript200147 KiB
https://clickup.com/_next/static/chunks/ae54aa33.e13e89c1591f98ee.jsScript200142 KiB
https://cdn.cookielaw.org/scripttemplates/202606.2.0/otBannerSdk.jsScript200137 KiB
https://clickup.com/assets/home_2026/super-agents-mask.webpImage200129 KiB
https://clickup.com/_next/static/css/50c1314a89f97a5f.cssStylesheet200127 KiB
https://clickup.com/assets/images/overlay-desktop-2026.jpgImage200127 KiB
https://clickup.com/_next/static/chunks/main-7b938394a677bf1c.jsScript200125 KiB
https://clickup.com/_next/static/chunks/4461-c29aead108eb47fb.jsScript200123 KiB
https://clickup.com/assets/images/overlay-desktop-dark-2026.jpgImage200118 KiB
https://clickup.com/_next/static/css/33a73236ab6f2164.cssStylesheet200103 KiB
https://clickup.com/assets/home_2026/hero_agents.avifImage200100 KiB
https://clickup.com/assets/fonts/subset/Inter-Italic.latin.woff2Font20095 KiB
https://clickup.com/_next/static/chunks/8482a435.ce9df351265ee00c.jsScript20086 KiB
https://clickup.com/assets/fonts/subset/Inter.latin.woff2Font20086 KiB
https://clickup.com/_next/static/chunks/4053-1538809fc6edef3d.jsScript20086 KiB

Long tasks (>50 ms)

StartDuration
1600 ms819 ms
763 ms185 ms
1423 ms150 ms
161 ms146 ms
2595 ms63 ms
699 ms60 ms
2535 ms60 ms
Analyzing…
running mobile + desktop · ~30s