www.linear.app

Report from 8/8/2026, 12:46:24 PM https://www.linear.app
Latest run · lab, cold cache
70
8/8/2026
28-day score · p75 · the standard
70
23 runs
CRR98%latest
SSD55%latest
TC1851 toklatest
TTFUT392 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,851 tok
TC Token Cost Good
237 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
90% · 4,578
Chrome (nav / header / footer)
9.8% · 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 9.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.
highBreak up long main-thread tasks

longest task 630 ms (10 total)

EvidenceMain thread blocked 630 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-Cijd7zOp.js — 97 KiB transferred, 76.6% unused

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

3.2 MB total

Evidence3.2 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-Cijd7zOp.js97 KiB76.6%74 KiB
https://static.linear.app/web/_next/static/chunks/RootActionBoundary-DQ6iuDiG.js66 KiB83.3%55 KiB
https://static.linear.app/web/_next/static/chunks/module-QXeJI-F2.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.8%27 KiB
https://static.linear.app/web/_next/static/chunks/index-njFwt7ya.js55 KiB47.1%26 KiB
https://static.linear.app/web/_next/static/chunks/NewHeroIllustration-BET5ixnD.js33 KiB63.3%21 KiB
https://static.linear.app/web/_next/static/chunks/dist-B1qWOmG0.js34 KiB49.8%17 KiB
https://static.linear.app/web/_next/static/chunks/MediaPlayer-BJFE0i2F.js19 KiB88.5%17 KiB
https://static.linear.app/web/_next/static/chunks/client-CPhNxvar.js21 KiB76.7%16 KiB
https://static.linear.app/web/_next/static/chunks/schemas-CUdWxvaB.js18 KiB80.8%15 KiB
https://static.linear.app/web/_next/static/chunks/proxy-D4Kf6ynR.js21 KiB64.6%14 KiB
https://static.linear.app/web/_next/static/chunks/mobx.esm-BTlLkBkM.js16 KiB76.2%12 KiB
https://static.linear.app/web/_next/static/chunks/code-diff-Bfp_YACs.js24 KiB48.4%12 KiB
https://static.linear.app/web/_next/static/chunks/navigation-U0G9ozDB.js16 KiB70.3%11 KiB

Network

415Requests
3285 KiBTransferred
324Scripts
0%3rd-party
10Long tasks
Script (324)
1322 KiB
Image (6)
1179 KiB
Fetch (9)
354 KiB
Document (1)
177 KiB
Font (2)
158 KiB
Stylesheet (67)
64 KiB
Other (4)
28 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/api/search-indexFetch200202 KiB
https://linear.app/homepageDocument200177 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-Cijd7zOp.jsScript20097 KiB
https://static.linear.app/web/_next/static/chunks/Providers-DgGJCi-N.jsScript20084 KiB
https://static.linear.app/web/_next/static/chunks/RootActionBoundary-DQ6iuDiG.jsScript20066 KiB
https://linear.app/customers?_rsc=j7FLHZTo1wAklyJYFetch20060 KiB
https://static.linear.app/web/_next/static/chunks/framework-CtkhYy84.jsScript20058 KiB
https://static.linear.app/web/_next/static/chunks/index-njFwt7ya.jsScript20055 KiB
https://static.linear.app/web/_next/static/chunks/module-QXeJI-F2.jsScript20054 KiB
https://linear.app/now?_rsc=j7FLHZTo1wAklyJYFetch20044 KiB
https://static.linear.app/web/_next/static/chunks/dist-B1qWOmG0.jsScript20034 KiB
https://static.linear.app/web/_next/static/chunks/NewHeroIllustration-BET5ixnD.jsScript20033 KiB
https://e.linear.app/static/surveys.js?v=1.257.1Script20033 KiB
https://static.linear.app/web/_next/static/chunks/code-diff-Bfp_YACs.jsScript20024 KiB
https://static.linear.app/assets/pwa/icon_180.png?v=3Other20021 KiB
https://static.linear.app/web/_next/static/chunks/client-CPhNxvar.jsScript20021 KiB
https://static.linear.app/web/_next/static/chunks/proxy-D4Kf6ynR.jsScript20021 KiB
https://static.linear.app/web/_next/static/chunks/MotionConfigContext-BMMT9bWM.jsScript20021 KiB
https://static.linear.app/web/_next/static/chunks/MediaPlayer-BJFE0i2F.jsScript20019 KiB
https://static.linear.app/web/_next/static/chunks/schemas-CUdWxvaB.jsScript20018 KiB
https://linear.app/coding-sessions?_rsc=j7FLHZTo1wAklyJYFetch20018 KiB
https://static.linear.app/web/_next/static/chunks/mobx.esm-BTlLkBkM.jsScript20016 KiB
https://static.linear.app/web/_next/static/chunks/navigation-U0G9ozDB.jsScript20016 KiB
https://static.linear.app/web/_next/static/chunks/tsx-Bg64p_Hc.jsScript20016 KiB
https://static.linear.app/web/_next/static/chunks/Image-Do2H-FpV.jsScript20015 KiB
https://static.linear.app/web/_next/static/chunks/Header.client-NLrssi87.jsScript20015 KiB
https://linear.app/contact?_rsc=j7FLHZTo1wAklyJYFetch20013 KiB

Long tasks (>50 ms)

StartDuration
6261 ms630 ms
729 ms343 ms
7480 ms326 ms
7835 ms244 ms
7209 ms219 ms
1074 ms154 ms
6927 ms127 ms
5326 ms112 ms
8080 ms108 ms
8426 ms102 ms
Analyzing…
running mobile + desktop · ~30s