www.linear.app

Report from 7/24/2026, 1:17:43 PM https://www.linear.app
Latest run · lab, cold cache
70
7/24/2026
28-day score · p75 · the standard
70
10 runs
CRR98%latest
SSD55%latest
TC1840 toklatest
TTFUT448 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/linear.app.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.linear.app)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.linear.app"><img src="https://agentvitals.dev/badge/linear.app.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameLinear – The system for product development · 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
🟡DescriptionPurpose-built for planning and building products with AI agents. · 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.

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

Metrics

98%
CRR Content Recovery Good
0.55
SSD Semantic Signal Density Needs work
1,840 tok
TC Token Cost Good
195 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
90.2% · 4,681
Chrome (nav / header / footer)
9.6% · 501
Boilerplate (cookie / ad)
0% · 0
Other
0.2% · 10

Final screenshot

Final screenshot of https://www.linear.app

Diagnostics

medium SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.91 (full) · 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.

Rendered profile: headless

Agent Discoverability 90/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 Found at /agents.json Learn →
WebMCP endpoint Found at /webmcp.json Learn →
OpenAPI / API docs Found at /openapi.json Learn →

Issues (1)

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/

Passed audits (11)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ llms.txt present + valid✓ No login wall on public content✓ XML sitemap present + fresh✓ Server response (TTFB)✓ agents.json discovery✓ WebMCP endpoint✓ API documentation

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=63072000; includeSubDomains
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
❌ X-Content-Type-Optionsmissing nosniff
✅ Referrer-Policysame-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

highSpeed up main-content renderhighest leverage

largest contentful paint

EvidenceLCP is 7.9s.
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.
highBreak up long main-thread tasks

longest task 654 ms (10 total)

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

DefaultRenderer-CjeqydK0.js — 98 KiB transferred, 76.6% unused

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

4.0 MB total

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

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://static.linear.app/web/_next/static/chunks/DefaultRenderer-CjeqydK0.js98 KiB76.6%75 KiB
https://static.linear.app/web/_next/static/chunks/RootActionBoundary-R3ommUQ_.js66 KiB83.1%54 KiB
https://static.linear.app/web/_next/static/chunks/module-DUhZb3va.js54 KiB70%38 KiB
https://static.linear.app/web/_next/static/chunks/framework-CtkhYy84.js58 KiB55.8%33 KiB
https://e.linear.app/static/surveys.js?v=1.257.133 KiB81.7%27 KiB
https://static.linear.app/web/_next/static/chunks/index-Cutr8tbQ.js54 KiB46.4%25 KiB
https://static.linear.app/web/_next/static/chunks/NewHeroIllustration-_hBeO_t4.js34 KiB63.3%22 KiB
https://static.linear.app/web/_next/static/chunks/dist-BBQIoIT1.js34 KiB49.8%17 KiB
https://static.linear.app/web/_next/static/chunks/MediaPlayer-CpROpPpY.js19 KiB88.5%17 KiB
https://static.linear.app/web/_next/static/chunks/client-DLQzarB5.js21 KiB76.8%16 KiB
https://static.linear.app/web/_next/static/chunks/schemas-1oG5yX9I.js18 KiB80.5%14 KiB
https://static.linear.app/web/_next/static/chunks/proxy-B0gOJCtV.js21 KiB64.2%14 KiB
https://static.linear.app/web/_next/static/chunks/mobx.esm-CBZMzfr1.js16 KiB76.2%12 KiB
https://static.linear.app/web/_next/static/chunks/code-diff-BJwkx2KE.js24 KiB48.4%12 KiB
https://static.linear.app/web/_next/static/chunks/navigation-DYN2d8gp.js16 KiB71.6%11 KiB

Network

402Requests
4117 KiBTransferred
311Scripts
0%3rd-party
10Long tasks
Script (311)
1289 KiB
Image (6)
1179 KiB
Fetch (8)
1027 KiB
Document (1)
352 KiB
Font (2)
158 KiB
Stylesheet (68)
81 KiB
Other (4)
27 KiB
Manifest (1)
3 KiB
Media (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://linear.app/cdn-cgi/imagedelivery/fO02fVwohEs9s9UHFwon6A/c7fa8f5f-d439-4329-6a65-de549b51e300/f=auto,dpr=2,fit=scale-down,metadata=noneImage2001008 KiB
https://linear.app/homepageDocument200352 KiB
https://linear.app/now?_rsc=j7FLHZTo1wAklyJYFetch200208 KiB
https://linear.app/customers?_rsc=j7FLHZTo1wAklyJYFetch200207 KiB
https://linear.app/coding-sessions?_rsc=j7FLHZTo1wAklyJYFetch200205 KiB
https://linear.app/pricing?_rsc=j7FLHZTo1wAklyJYFetch200202 KiB
https://linear.app/contact?_rsc=j7FLHZTo1wAklyJYFetch200200 KiB
https://linear.app/cdn-cgi/imagedelivery/fO02fVwohEs9s9UHFwon6A/c7b144b7-4ef0-4991-9bcb-617c6a37d200/f=auto,dpr=2,fit=scale-down,metadata=noneImage200163 KiB
https://static.linear.app/fonts/Berkeley-Mono-Variable.woff2?v=3.2Font200158 KiB
https://static.linear.app/web/_next/static/chunks/DefaultRenderer-CjeqydK0.jsScript20098 KiB
https://static.linear.app/web/_next/static/chunks/Providers-CBuMU21Z.jsScript20084 KiB
https://static.linear.app/web/_next/static/chunks/RootActionBoundary-R3ommUQ_.jsScript20066 KiB
https://static.linear.app/web/_next/static/chunks/framework-CtkhYy84.jsScript20058 KiB
https://static.linear.app/web/_next/static/chunks/index-Cutr8tbQ.jsScript20054 KiB
https://static.linear.app/web/_next/static/chunks/module-DUhZb3va.jsScript20054 KiB
https://static.linear.app/web/_next/static/chunks/NewHeroIllustration-_hBeO_t4.jsScript20034 KiB
https://static.linear.app/web/_next/static/chunks/dist-BBQIoIT1.jsScript20034 KiB
https://e.linear.app/static/surveys.js?v=1.257.1Script20033 KiB
https://static.linear.app/web/_next/static/chunks/code-diff-BJwkx2KE.jsScript20024 KiB
https://static.linear.app/web/_next/static/chunks/client-DLQzarB5.jsScript20021 KiB
https://static.linear.app/web/_next/static/chunks/proxy-B0gOJCtV.jsScript20021 KiB
https://static.linear.app/assets/pwa/icon_180.png?v=3Other20021 KiB
https://static.linear.app/web/_next/static/chunks/MotionConfigContext-czndVmd6.jsScript20021 KiB
https://static.linear.app/web/_next/static/chunks/MediaPlayer-CpROpPpY.jsScript20019 KiB
https://static.linear.app/web/_next/static/chunks/schemas-1oG5yX9I.jsScript20018 KiB
https://static.linear.app/web/_next/static/chunks/mobx.esm-CBZMzfr1.jsScript20016 KiB
https://static.linear.app/web/_next/static/chunks/tsx-fUK4hkA7.jsScript20016 KiB
https://static.linear.app/web/_next/static/chunks/navigation-DYN2d8gp.jsScript20016 KiB
https://static.linear.app/web/_next/static/chunks/Image-DhwWqjmC.jsScript20015 KiB
https://static.linear.app/web/_next/static/chunks/Header.client-Dpt0ovNn.jsScript20015 KiB

Long tasks (>50 ms)

StartDuration
1397 ms654 ms
4465 ms563 ms
2151 ms147 ms
5056 ms128 ms
3836 ms117 ms
3047 ms93 ms
3558 ms93 ms
3142 ms89 ms
5657 ms81 ms
3670 ms80 ms
Analyzing…
running mobile + desktop · ~30s