www.monday.com

Report from 8/8/2026, 1:00:45 PM https://www.monday.com
Latest run · lab, cold cache
77
8/8/2026
28-day score · p75 · the standard
85
21 runs
▼ latest 8 below the 28-day score
CRR74%latest
SSD69%latest
TC556 toklatest
TTFUT221 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.

77
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

74%
CRR Content Recovery Poor
0.69
SSD Semantic Signal Density Good
556 tok
TC Token Cost Good
171 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
89.7% · 26,120
Chrome (nav / header / footer)
10.3% · 3,000
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence26% of content requires JS · 74% 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

highBreak up long main-thread taskshighest leverage

longest task 507 ms (10 total)

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

UdYsoWz1srcusP-UgN-1--QYe2FC2bSd_uceyBn4r3i-qJlP — 185 KiB transferred, 49.5% unused

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

cloudinary.com — 3101 KiB, 24 requests

EvidenceThird-party is 50.5% of total transfer (248 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.
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

248 third-party requests · 6194 KiB (50.5% of transfer) · 1626 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.com243101 KiB
website-files.com872255 KiB252 ms
facebook.net3189 KiB383 ms
jsdelivr.net11129 KiB5 ms
hotjar.com371 KiB7 ms
hs-analytics.net144 KiB122 ms
cookiehub.eu142 KiB495 ms
licdn.com241 KiB99 ms
bing.com733 KiB21 ms
capterra.com531 KiB22 ms
cloudfront.net131 KiB32 ms
hs-banner.com124 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://monday.com/ti/56D7ML6P/UdYsoWz1srcusP-UgN-1--QYe2FC2bSd_uceyBn4r3i-qJlP185 KiB49.5%92 KiB
https://monday.com/ti/56D7ML6P/UdZ0vGz3nP4qufKLk82tlJ8cbjoK1uKKv_ALyE67_julpCetPv-Dq5lP152 KiB55.7%85 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06yZST4aiymJ0aZTQch6-G-rUUgUCgrSr-rmX5mU8162 KiB51.9%84 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1srckyJbii6ix6-h4e2FC2bSd_uceyBn4r3i-qJlP160 KiB52.3%84 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06yZSW56O2npsaZTQch6-G-rUUgUCgrSr-rmX5mU8161 KiB51.6%83 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1sdk6wJSR562zm4pMJT9ZwrDP9K5HkBuq736ZTw143 KiB58%83 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06wZaV4aKwn5kee2FC2bSd_uceyBn4r3i-qJlP165 KiB47.8%79 KiB
https://monday.com/ti/56D7ML6P/217 KiB36%78 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.7%71 KiB
https://monday.com/webflow-scripts/vendor-sentry.38bded4b.js56 KiB87.2%49 KiB
https://connect.facebook.net/en_US/fbevents.js 3P104 KiB42.9%45 KiB
https://script.hotjar.com/modules.75bf3488a101739acfe9.js 3P57 KiB71.8%41 KiB
https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js 3P40 KiB97.4%39 KiB
https://cdn.jsdelivr.net/npm/@finsweet/fs-components@2/dist/chunk-6XKNCR32.js 3P35 KiB96.3%34 KiB

Network

335Requests
12256 KiBTransferred
98Scripts
50.5%3rd-party
10Long tasks
Other (31)
3609 KiB
Script (98)
3461 KiB
Media (4)
2573 KiB
Image (122)
1657 KiB
Stylesheet (5)
431 KiB
Font (5)
251 KiB
Fetch (38)
133 KiB
Document (3)
122 KiB
XHR (25)
17 KiB
Ping (4)
2 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-4f604b2510a75cd17a79.jsOther2001281 KiB
https://dapulse-res.cloudinary.com/video/upload/v1781522554/Generator_featured%20images/webflow-sean/hero_test-agents-9.webmMedia2061000 KiB
https://cdn.monday.com/build/signup-ca0d7dbc68f4a8ac5fed.jsOther200643 KiB
https://microfrontends.monday.com/mf-platform-signup/latest/MF-mf-platform-signup.b967fee5.min.jsScript200507 KiB
https://cdn.prod.website-files.com/656da6fea306219773d04208/css/websitepages.shared.4b1cf667b.min.cssStylesheet200400 KiB
https://cdn.monday.com/build/signup-mobile-8235a5878da37c5a788d.jsOther200362 KiB
https://cdn.monday.com/build/soft_signup-19773f94359d94cd82e0.jsOther200348 KiB
https://cdn.monday.com/build/vendors-d8339376a101dbe2d012.jsOther200342 KiB
https://monday.com/ti/56D7ML6P/Script200217 KiB
https://cdn.monday.com/build/components-5f1888f5f814a9f7edf2.cssOther200199 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1srcusP-UgN-1--QYe2FC2bSd_uceyBn4r3i-qJlPScript200185 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06wZaV4aKwn5kee2FC2bSd_uceyBn4r3i-qJlPScript200165 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06yZST4aiymJ0aZTQch6-G-rUUgUCgrSr-rmX5mU8Script200162 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1tM06yZSW56O2npsaZTQch6-G-rUUgUCgrSr-rmX5mU8Script200161 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1srckyJbii6ix6-h4e2FC2bSd_uceyBn4r3i-qJlPScript200160 KiB
https://monday.com/ti/56D7ML6P/UdZ0vGz3nP4qufKLk82tlJ8cbjoK1uKKv_ALyE67_julpCetPv-Dq5lPScript200152 KiB
https://monday.com/ti/56D7ML6P/UdYsoWz1sdk6wJSR562zm4pMJT9ZwrDP9K5HkBuq736ZTwScript200143 KiB
https://cdn.monday.com/build/main-cfa56fa9adcf1e0d77eb.jsOther200140 KiB
https://monday.com/Document200120 KiB
https://microfrontends.monday.com/mf-assetsFetch200105 KiB
https://connect.facebook.net/en_US/fbevents.jsScript200104 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.c0ab34e8fa6efdf0.jsScript20084 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
https://cdn.prod.website-files.com/656da6fea306219773d04208/6a2eb218410dc10faef8ebc2_Agent-product1.avifImage20066 KiB

Long tasks (>50 ms)

StartDuration
5931 ms507 ms
4578 ms371 ms
5288 ms347 ms
10086 ms297 ms
6939 ms230 ms
2900 ms169 ms
4988 ms163 ms
3632 ms148 ms
3200 ms146 ms
3389 ms131 ms
Analyzing…
running mobile + desktop · ~30s