www.notion.so

Report from 7/23/2026, 10:09:16 AM https://www.notion.so
Latest run · lab, cold cache
42
7/23/2026
28-day score · p75 · the standard
1/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/notion.so.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.notion.so)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.notion.so"><img src="https://agentvitals.dev/badge/notion.so.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameNotion · 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
🟡DescriptionBuild Custom Agents, search across all your apps, and automate busywork. The AI workspace where teams get more done, faster. · 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.

We recovered only a shell of this page (under 200 tokens) — likely a soft bot-block or a client-rendered app that served our scanner almost no content. The metrics below reflect that shell, not your real site; the score is capped until an agent can retrieve real content.
42
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

62%
CRR Content Recovery Poor
0.14
SSD Semantic Signal Density Poor
155 tok
TC Token Cost Good
430 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
57.6% · 2,587
Chrome (nav / header / footer)
27% · 1,213
Boilerplate (cookie / ad)
0% · 0
Other
15.4% · 691

Final screenshot

Final screenshot of https://www.notion.so

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence38% of content requires JS · 62% 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.

high SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.24 · JSON-LD 0/1 · missing: structured-data
ImpactAgent spends tokens parsing nav/boilerplate instead of content.
Effort30–90 min

Fix: Wrap the real content in <main>/<article>, cut repeated nav/boilerplate, and keep the primary content dense and early in the DOM.

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

agent representation — token decomposition

EvidenceToken decomposition: content 57.6%, chrome 27%, boilerplate 0%, other 15.4%. Only 57.6% 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 69/100 · Needs Work

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 but missing H1/blockquote Learn →
robots.txt (AI bots) Blocks: * (all) 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 (6)

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

~ llms.txt present + valid high impact Found at /llms.txt but missing H1/blockquote

Business impact llms.txt is the robots.txt for AI: it tells agents what your site is, what matters, and where to find it. Without it AI guesses — and guessing means inaccurate recommendations and lost visibility.

What we measured We fetch /llms.txt and /.well-known/llms.txt and validate the spec (H1 title + a one-line blockquote summary). We also note /llms-full.txt (your full content as Markdown).

How to fix Create /llms.txt with a short summary + key pages; optionally /llms-full.txt with full content in Markdown.

Learn how to implement →

# Your Site
> One-line description for AI agents.

## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentation

Spec: https://llmstxt.org

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 (5)

✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ 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.

73Transport posture (0–100, unscored)
3pass
1warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; includeSubDomains; preload
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
❌ X-Content-Type-Optionsmissing nosniff
✅ Referrer-Policystrict-origin-when-cross-origin
➖ 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

js — 154 KiB transferred, 71% unused (third-party)

EvidenceCDP JS coverage: 109 KiB of this bundle is never executed on load.
Impact~-109 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.
highCut third-party weight

ctfassets.net — 2137 KiB, 1 requests

EvidenceThird-party is 56.7% of total transfer (77 requests); ctfassets.net is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove ctfassets.net; defer non-critical third-party scripts.
highBreak up long main-thread tasks

longest task 870 ms (10 total)

EvidenceMain thread blocked 870 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.
mediumSpeed up main-content render

largest contentful paint

EvidenceLCP is 2.8s.
ImpactFaster usable content; SSR also raises CRR.
Effort1–4 h
FixPreload the hero image/font, remove render-blocking resources, and server-render the main content.
mediumLower server response time

time to first byte

EvidenceTTFB is 660 ms.
ImpactEarlier first useful token (TTFUT).
Effort1–3 h
FixCache at the edge (CDN), reduce server work, avoid redirect chains.
mediumCut total transfer weight

5.7 MB total

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

Third-party impact

77 third-party requests · 3336 KiB (56.7% of transfer) · 3568 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
ctfassets.net12137 KiB
googletagmanager.com4666 KiB1098 ms
facebook.net2158 KiB863 ms
transcend-cdn.com3156 KiB595 ms
google.com2098 KiB313 ms
licdn.com241 KiB213 ms
pstatic.net118 KiB14 ms
doubleclick.net715 KiB62 ms
ads-twitter.com113 KiB190 ms
naver.net110 KiB
marketo.net27 KiB68 ms
cloudfront.net17 KiB80 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=AW-695511889&cx=c&gtm=4e67l1 3P154 KiB71%109 KiB
https://www.notion.com/_next/static/chunks/pages/_app-baf430b9fc5b37b1.js248 KiB40.4%100 KiB
https://accounts.google.com/gsi/client 3P97 KiB80.6%78 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MTWKTL4 3P175 KiB43.7%77 KiB
https://www.googletagmanager.com/gtag/js?id=G-9ZJ8CB186L&cx=c&gtm=4e67l1 3P184 KiB41.6%76 KiB
https://www.googletagmanager.com/gtag/js?id=AW-10930095205&cx=c&gtm=4e67l1 3P154 KiB48.2%74 KiB
https://www.notion.com/_next/static/chunks/sentry.next.1c74f784b4a45790.js97 KiB75.8%74 KiB
https://www.notion.com/_next/static/chunks/f6c2eb1a-b64621aaac3406d1.js100 KiB71.1%71 KiB
https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/ui.js 3P99 KiB49.3%49 KiB
https://connect.facebook.net/en_US/fbevents.js 3P103 KiB46%47 KiB
https://www.notion.com/_next/static/chunks/96543-a4655d77f41d8dda.js66 KiB58.4%39 KiB
https://www.notion.com/_next/static/chunks/framework-bcf28ebe7bc4c9ef.js60 KiB62.5%37 KiB
https://www.notion.com/_next/static/chunks/4d6b5f62.1fe0196b9bba76fa.js37 KiB96%36 KiB
https://connect.facebook.net/signals/config/499229960464487?v=2.9.360&r=stable&domain=www.notion.com&hme=eec000113e1e9f56e9fc6cdeb39d59ad805f76a48c77cf3d5c028dcf3b38ee7c&ex_m=108%2C209%2C159%2C22%2C73%2C74%2C150%2C69%2C68%2C11%2C168%2C93%2C16%2C142%2C131%2C39%2C76%2C81%2C138%2C164%2C170%2C26%2C27%2C28%2C30%2C48%2C151%2C78%2C116%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C114%2C149%2C152%2C46%2C115%2C24%2C21%2C123%2C70%2C36%2C154%2C153%2C155%2C146%2C144%2C25%2C35%2C59%2C113%2C166%2C71%2C17%2C157%2C118%2C84%2C67%2C19%2C88%2C89%2C120%2C87%2C140%2C139%2C143%2C100%2C165%2C34%2C49%2C117%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C105%2C171%2C176%2C223%2C75%2C236%2C235%2C234%2C23%2C33%2C55%2C107%2C61%2C10%2C64%2C101%2C102%2C103%2C109%2C134%2C31%2C29%2C136%2C137%2C133%2C132%2C160%2C77%2C163%2C161%2C162%2C50%2C60%2C127%2C15%2C167%2C45%2C281%2C282%2C280%2C295%2C311%2C216%2C205%2C62%2C206%2C204%2C314%2C305%2C52%2C217%2C111%2C135%2C83%2C125%2C54%2C124%2C130%2C129%2C58%2C65%2C63%2C156%2C79%2C80%2C119%2C37%2C32%2C53%2C56%2C104%2C169%2C1%2C128%2C14%2C126%2C12%2C2%2C57%2C96%2C66%2C122%2C92%2C91%2C172%2C173%2C97%2C98%2C9%2C106%2C51%2C147%2C90%2C82%2C72%2C121%2C110%2C43%2C148%2C0%2C85%2C141%2C145%2C158%2C38%2C112%2C13%2C174 3P55 KiB48%26 KiB
https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/airgap.js 3P55 KiB42.5%23 KiB

Network

221Requests
5880 KiBTransferred
80Scripts
56.7%3rd-party
10Long tasks
Script (80)
2155 KiB
Media (1)
2137 KiB
Image (48)
614 KiB
Other (30)
379 KiB
Fetch (37)
229 KiB
Font (5)
145 KiB
Stylesheet (16)
118 KiB
Document (1)
103 KiB
Ping (2)
1 KiB
XHR (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://videos.ctfassets.net/spoqsaf9291f/1EL7UZIXfcqngxsNSbL8tR/291f61f56f29dd8e788deaec8561d882/web-homepage-hero-1920x1200_final.mp4Media2062137 KiB
https://www.notion.com/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2Fspoqsaf9291f%2F3PH2HDqwPQKa0Xtq1EzIHs%2Fdf192356392843cf5999e8691221fae1%2Fimage.png&w=3840&q=75Image200309 KiB
https://www.notion.com/_next/static/chunks/pages/_app-baf430b9fc5b37b1.jsScript200248 KiB
https://exp.notion.com/v1/initialize?k=client-s6Y93M3p0RmBJw5frXEOlhKqhMBorcrPSgGLI66gKnq&st=javascript-client-react&sv=3.32.6&t=1784801453895&sid=01eb4ef1-77f6-436e-a1fe-862e15a037d9&se=1Fetch200185 KiB
https://www.googletagmanager.com/gtag/js?id=G-9ZJ8CB186L&cx=c&gtm=4e67l1Script200184 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-MTWKTL4Script200175 KiB
https://www.googletagmanager.com/gtag/js?id=AW-10930095205&cx=c&gtm=4e67l1Script200154 KiB
https://www.googletagmanager.com/gtag/js?id=AW-695511889&cx=c&gtm=4e67l1Script200154 KiB
https://www.notion.com/Document200103 KiB
https://connect.facebook.net/en_US/fbevents.jsScript200103 KiB
https://www.notion.com/_next/static/chunks/f6c2eb1a-b64621aaac3406d1.jsScript200100 KiB
https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/ui.jsScript20099 KiB
https://www.notion.com/_next/static/chunks/sentry.next.1c74f784b4a45790.jsScript20097 KiB
https://accounts.google.com/gsi/clientScript20097 KiB
https://www.notion.com/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2Fspoqsaf9291f%2F5s8E0EU3tXEvGrFrRwgxhb%2Fc44fce43494ccd6f098746c64b679aab%2Fcapture_desktop.jpg&w=2048&q=75Image20081 KiB
https://www.notion.com/_next/static/chunks/96543-a4655d77f41d8dda.jsScript20066 KiB
https://www.notion.com/_next/static/chunks/framework-bcf28ebe7bc4c9ef.jsScript20060 KiB
https://connect.facebook.net/signals/config/499229960464487?v=2.9.360&r=stable&domain=www.notion.com&hme=eec000113e1e9f56e9fc6cdeb39d59ad805f76a48c77cf3d5c028dcf3b38ee7c&ex_m=108%2C209%2C159%2C22%2C73%2C74%2C150%2C69%2C68%2C11%2C168%2C93%2C16%2C142%2C131%2C39%2C76%2C81%2C138%2C164%2C170%2C26%2C27%2C28%2C30%2C48%2C151%2C78%2C116%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C114%2C149%2C152%2C46%2C115%2C24%2C21%2C123%2C70%2C36%2C154%2C153%2C155%2C146%2C144%2C25%2C35%2C59%2C113%2C166%2C71%2C17%2C157%2C118%2C84%2C67%2C19%2C88%2C89%2C120%2C87%2C140%2C139%2C143%2C100%2C165%2C34%2C49%2C117%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C105%2C171%2C176%2C223%2C75%2C236%2C235%2C234%2C23%2C33%2C55%2C107%2C61%2C10%2C64%2C101%2C102%2C103%2C109%2C134%2C31%2C29%2C136%2C137%2C133%2C132%2C160%2C77%2C163%2C161%2C162%2C50%2C60%2C127%2C15%2C167%2C45%2C281%2C282%2C280%2C295%2C311%2C216%2C205%2C62%2C206%2C204%2C314%2C305%2C52%2C217%2C111%2C135%2C83%2C125%2C54%2C124%2C130%2C129%2C58%2C65%2C63%2C156%2C79%2C80%2C119%2C37%2C32%2C53%2C56%2C104%2C169%2C1%2C128%2C14%2C126%2C12%2C2%2C57%2C96%2C66%2C122%2C92%2C91%2C172%2C173%2C97%2C98%2C9%2C106%2C51%2C147%2C90%2C82%2C72%2C121%2C110%2C43%2C148%2C0%2C85%2C141%2C145%2C158%2C38%2C112%2C13%2C174Script20055 KiB
https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/airgap.jsScript20055 KiB
https://www.notion.com/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2Fspoqsaf9291f%2F5bqhI7eaPc7AeAtuuTvtuh%2F915d56f683fcd7edbd9f1e0434136b0d%2Fpin_capture.png&w=3840&q=75Image20053 KiB
https://www.notion.com/_next/static/chunks/60235-0c1bc9af57b3c7b4.jsOther20053 KiB
https://www.notion.com/_next/static/media/LyonText-Regular-Web.d7bfb4be.woff2Font20053 KiB
https://www.notion.com/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2Fspoqsaf9291f%2F3kVtQWll6jUqQepQ0kaYlz%2F382b34f23ecb349129239f0b649aba8c%2Fweb-homepage-hero-1920x1200_final.jpg&w=1080&q=90Image20046 KiB
https://www.notion.com/_next/static/chunks/24486-2ba4dc133622f442.jsOther20042 KiB
https://www.notion.com/_next/static/chunks/main-7d5882ccbb52eb7d.jsScript20041 KiB
https://www.notion.com/_next/static/chunks/14081-f6c660a8dd6121a3.jsScript20040 KiB
https://www.notion.com/_next/static/chunks/97597-9637512331723c1e.jsOther20039 KiB
https://www.notion.com/_next/static/chunks/4d6b5f62.1fe0196b9bba76fa.jsScript20037 KiB
https://www.notion.com/_next/static/chunks/73748-273cfb72aa9f8671.jsOther20035 KiB
https://www.notion.com/_next/static/chunks/transport-support.58e17c9598885b0c.jsScript20032 KiB

Long tasks (>50 ms)

StartDuration
1360 ms870 ms
5258 ms714 ms
7276 ms705 ms
14870 ms701 ms
10868 ms602 ms
3371 ms589 ms
4563 ms503 ms
9458 ms500 ms
12480 ms477 ms
2293 ms411 ms
Analyzing…
running mobile + desktop · ~30s