www.monday.com

Report from 7/24/2026, 1:32:01 PM https://www.monday.com
Latest run · lab, cold cache
84
7/24/2026
28-day score · p75 · the standard
84
11 runs
CRR95%latest
SSD67%latest
TC705 toklatest
TTFUT224 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/monday.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.monday.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.monday.com"><img src="https://agentvitals.dev/badge/monday.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business namemonday.com
CategoryOrganization
🟡Price$250 · guessed from page text (no structured data)
Location6 Yitzhak Sadeh St., Tel Aviv, 6777506, IL
Hoursnot found
Productsnot found
Descriptionmonday.com Work OS is an open platform where anyone can create the tools they need to run every aspect of their work.

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

84
Overall score
weighted CAV (0–100)
WARN
0–4950–8990–100

Metrics

95%
CRR Content Recovery Needs work
0.67
SSD Semantic Signal Density Good
705 tok
TC Token Cost Good
172 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
92.5% · 36,715
Chrome (nav / header / footer)
7.5% · 2,983
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

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

Diagnostics

medium CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence5% of content requires JS · 95% 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 88/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) Blocks: * (all) Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data Types: Organization, SoftwareApplication, WebSite, WebPage Learn →
agents.json Found at /agents.json Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
OpenAPI / API docs Found at /openapi.json Learn →

Issues (2)

robots.txt allows AI bots high impact Blocks: * (all)

Business impact If robots.txt blocks AI crawlers you are invisible to ChatGPT, Claude and Perplexity — they skip you and recommend a competitor instead.

What we measured We read /robots.txt and test it against 16 AI user-agents (GPTBot, ClaudeBot, PerplexityBot, …) for a Disallow that blocks them.

How to fix Allow major AI bots to public content; restrict only private paths (/admin, /api).

Learn how to implement →

User-agent: GPTBot
Allow: /
Disallow: /admin/

Spec: https://platform.openai.com/docs/gptbot

~ 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

Passed audits (10)

✓ 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)✓ agents.json discovery✓ API documentation

Declaration Truthfulness (DVS 1.0.0)

This site publishes an agent capability declaration. DVS verifies whether each declared API operation actually exists in the served /openapi.json — measurement, not trust. Separate from the CAV score.

✅ Publishes a valid declaration — 0 capabilities, all read/content (no callable API operations). There's nothing to cross-verify, so no truthfulness score applies. DVS scores declarations that reference OpenAPI operations (search, booking, checkout).

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.

59Transport posture (0–100, unscored)
2pass
1warn
2fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; includeSubDomains
❌ Content-Security-Policyno content-security-policy header
❌ 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

highCut third-party weighthighest leverage

cloudinary.com — 3007 KiB, 24 requests

EvidenceThird-party is 61.4% of total transfer (260 requests); cloudinary.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 cloudinary.com; defer non-critical third-party scripts.
highBreak up long main-thread tasks

longest task 620 ms (10 total)

EvidenceMain thread blocked 620 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.
mediumSplit the heaviest unused bundle

js — 177 KiB transferred, 47.8% unused (third-party)

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

12.0 MB total

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

260 third-party requests · 7520 KiB (61.4% of transfer) · 5407 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
cloudinary.com243007 KiB
website-files.com862252 KiB315 ms
googletagmanager.com91449 KiB2190 ms
facebook.net3187 KiB232 ms
jsdelivr.net11130 KiB42 ms
hotjar.com369 KiB37 ms
hs-analytics.net144 KiB473 ms
cookiehub.eu142 KiB1705 ms
licdn.com240 KiB22 ms
bing.com733 KiB8 ms
capterra.com531 KiB34 ms
cloudfront.net131 KiB47 ms

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://www.googletagmanager.com/gtag/js?id=G-9HZ2RE5VH7&cx=c&gtm=4e67f0 3P177 KiB47.8%84 KiB
https://www.googletagmanager.com/gtag/destination?id=AW-AW-933380251&cx=c&gtm=4e67f0 3P143 KiB53.8%77 KiB
https://www.googletagmanager.com/gtag/js?id=G-303DY21FDW&cx=c&gtm=4e67f0 3P151 KiB50.3%76 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-56D7ML6P&gtm=4e67f0 3P207 KiB36.4%76 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11532251586&cx=c&gtm=4e67f0 3P151 KiB49.8%75 KiB
https://www.googletagmanager.com/gtag/js?id=DC-8175736&cx=c&gtm=4e67f0 3P134 KiB56%75 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11059637586&cx=c&gtm=4e67f0 3P150 KiB49.8%75 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-WMDX8GX 3P181 KiB40.4%73 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/js/websitepages.schunk.f2efb3c5440a81cf.js 3P89 KiB81.6%73 KiB
https://monday.com/webflow-scripts/w/w.body.bundle.js93 KiB76.8%71 KiB
https://www.googletagmanager.com/gtag/js?id=AW-933380251&cx=c&gtm=4e67f0 3P154 KiB46%71 KiB
https://monday.com/webflow-scripts/vendor-sentry.38bded4b.js56 KiB86.8%49 KiB
https://connect.facebook.net/en_US/fbevents.js 3P103 KiB43.4%45 KiB
https://script.hotjar.com/modules.fa52fb4272e01466771f.js 3P57 KiB72.4%41 KiB
https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js 3P40 KiB97.4%39 KiB

Network

331Requests
12255 KiBTransferred
97Scripts
61.4%3rd-party
10Long tasks
Other (31)
3635 KiB
Script (97)
3542 KiB
Media (4)
2479 KiB
Image (115)
1651 KiB
Stylesheet (5)
427 KiB
Font (5)
251 KiB
Fetch (36)
129 KiB
Document (6)
122 KiB
XHR (29)
17 KiB
Ping (3)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://dapulse-res.cloudinary.com/video/upload/q_auto:eco/ac_none/Generator_featured%20images/hp-mobile-0526/hero_mb-v5.webmMedia2061573 KiB
https://cdn.monday.com/build/components-a5b3afb63f6a5ca22e1e.jsOther2001300 KiB
https://dapulse-res.cloudinary.com/video/upload/v1781522554/Generator_featured%20images/webflow-sean/hero_test-agents-8.webmMedia206907 KiB
https://cdn.monday.com/build/signup-45f1e0a6ef0f73fd43d1.jsOther200645 KiB
https://microfrontends.monday.com/mf-platform-signup/latest/MF-mf-platform-signup.dfed9bff.min.jsScript200507 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/css/websitepages.shared.e1c4402bb.min.cssStylesheet200396 KiB
https://cdn.monday.com/build/signup-mobile-274e6dd2f09251f51852.jsOther200362 KiB
https://cdn.monday.com/build/soft_signup-5837ca6ce6f88bf6bdfd.jsOther200348 KiB
https://cdn.monday.com/build/vendors-d8339376a101dbe2d012.jsOther200342 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-56D7ML6P&gtm=4e67f0Script200207 KiB
https://cdn.monday.com/build/components-34b071ae84606e19fdc6.cssOther200203 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-WMDX8GXScript200181 KiB
https://www.googletagmanager.com/gtag/js?id=G-9HZ2RE5VH7&cx=c&gtm=4e67f0Script200177 KiB
https://www.googletagmanager.com/gtag/js?id=AW-933380251&cx=c&gtm=4e67f0Script200154 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11532251586&cx=c&gtm=4e67f0Script200151 KiB
https://www.googletagmanager.com/gtag/js?id=G-303DY21FDW&cx=c&gtm=4e67f0Script200151 KiB
https://www.googletagmanager.com/gtag/js?id=AW-11059637586&cx=c&gtm=4e67f0Script200150 KiB
https://www.googletagmanager.com/gtag/destination?id=AW-AW-933380251&cx=c&gtm=4e67f0Script200143 KiB
https://cdn.monday.com/build/main-ac9c241f96aa0d8d4594.jsOther200142 KiB
https://www.googletagmanager.com/gtag/js?id=DC-8175736&cx=c&gtm=4e67f0Script200134 KiB
https://monday.com/Document200120 KiB
https://connect.facebook.net/en_US/fbevents.jsScript200103 KiB
https://microfrontends.monday.com/mf-assetsFetch200101 KiB
https://monday.com/webflow-scripts/w/w.body.bundle.jsScript20093 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/js/websitepages.schunk.f2efb3c5440a81cf.jsScript20089 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/js/websitepages.schunk.b371b6082429b6f0.jsScript20086 KiB
https://microfrontends.monday.com/mf-form-adapter/latest/lottie-web.f3ef50dc.shared.jsScript20077 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/6a2eb0fcbc0e9d85ec46178d_Agent-ops1.avifImage20068 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/6a2eab3a3abdfa3192fa53cf_agent-it-1.avifImage20067 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/6a2eb2823ef2abcf5db40f5b_Agent-sales2.avifImage20066 KiB

Long tasks (>50 ms)

StartDuration
5656 ms620 ms
6758 ms529 ms
3178 ms410 ms
4878 ms281 ms
6487 ms234 ms
11768 ms234 ms
7382 ms206 ms
35150 ms206 ms
8384 ms204 ms
877 ms199 ms
Analyzing…
running mobile + desktop · ~30s