www.cmu.edu

Report from 7/24/2026, 12:01:40 PM https://www.cmu.edu
Latest run · lab, cold cache
69
7/24/2026
28-day score · p75 · the standard
69
13 runs
CRR90%latest
SSD79%latest
TC985 toklatest
TTFUT346 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/cmu.edu.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.cmu.edu)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.cmu.edu"><img src="https://agentvitals.dev/badge/cmu.edu.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameCarnegie Mellon University | CMU · 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
🟡DescriptionA private, global research university, Carnegie Mellon stands among the world's top educational institutions with its cutting-edge programs and innovations. · 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

90%
CRR Content Recovery Needs work
0.89
SSD Semantic Signal Density Good
985 tok
TC Token Cost Good
310 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
60.8% · 3,605
Chrome (nav / header / footer)
39% · 2,313
Boilerplate (cookie / ad)
0% · 0
Other
0.2% · 10

Final screenshot

Final screenshot of https://www.cmu.edu

Diagnostics

medium CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence10% of content requires JS
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 86/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 Absent at /llms.txt and /.well-known/llms.txt Learn →
robots.txt (AI bots) Major AI bots allowed Learn →
sitemap.xml Found at /sitemap.xml Learn →
JSON-LD structured data Types: CollegeOrUniversity Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (4)

llms.txt present high impact Absent at /llms.txt and /.well-known/llms.txt

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

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

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ No login wall on public content✓ Structured data (JSON-LD)✓ 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.

54Transport posture (0–100, unscored)
2pass
2warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
⚠️ HSTSmax-age=300 is below the 180-day baseline
❌ Content-Security-Policyno content-security-policy header
✅ X-Content-Type-Optionsnosniff
⚠️ 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 613 ms (10 total)

EvidenceMain thread blocked 613 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 — 182 KiB transferred, 47.2% unused (third-party)

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

googletagmanager.com — 519 KiB, 3 requests, 420 ms main-thread

EvidenceThird-party is 34.3% of total transfer (57 requests); googletagmanager.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 googletagmanager.com; defer non-critical third-party scripts.
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.
mediumCut total transfer weight

3.6 MB total

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

Third-party impact

57 third-party requests · 1261 KiB (34.3% of transfer) · 977 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
googletagmanager.com3519 KiB420 ms
typekit.net8219 KiB
cookielaw.org10200 KiB77 ms
google.com11168 KiB54 ms
usersnap.com485 KiB78 ms
clarity.ms628 KiB135 ms
cloudflare.com119 KiB
adtrafficquality.google416 KiB56 ms
unpkg.com25 KiB157 ms
googleadservices.com21 KiB
doubleclick.net31 KiB
onetrust.com10 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://www.googletagmanager.com/gtag/js?id=G-1XQYSMEBVE&cx=c&gtm=4e67f0 3P182 KiB47.2%86 KiB
https://cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js 3P124 KiB63.5%79 KiB
https://www.googletagmanager.com/gtag/destination?id=AW-10975680821&cx=c&gtm=4e67f0 3P151 KiB50.4%76 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-5Q36JQ 3P186 KiB39%72 KiB
https://www.google.com/cse/static/element/d4d17fc91fc77275/cse_element__en.js?usqp=CAI%3D 3P104 KiB57.8%60 KiB
https://cse.google.com/adsense/search/async-ads.js 3P44 KiB77.3%34 KiB
https://resources.usersnap.com/widget-assets/js/entries/globalSetup/2dc497a2b3c4667d.js 3P72 KiB44.9%33 KiB
https://www.cmu.edu/core/assets/vendor/jquery/jquery.min.js?v=4.0.035 KiB76.2%27 KiB
https://events.cmu.edu/live/resource/js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.no-conflict-header.js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.no-conflict-footer.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Cformatter.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Ctimezone.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Cuser.js/%5Clivewhale%5Cplugins%5Cjquery%5Cjquery.lw-widget.js36 KiB65%24 KiB
https://www.cmu.edu/themes/custom/cmu_base/dist/assets/script2.js32 KiB70.3%22 KiB
https://scripts.clarity.ms/0.8.67/clarity.js 3P25 KiB44.6%11 KiB
https://www.cmu.edu/themes/custom/cmu_base/dist/assets/script.js?v=11.3.1313 KiB70.5%9 KiB
https://www.cmu.edu/sites/default/files/js/js_EB6AvgwFtN6FfcGDG9ER6NGWks5jV4hGlxspeFjotgk.js?scope=footer&delta=6&language=en&theme=cmu_base&include=eJxtjksOwzAIRC_kxkdCJKEOETaVIW5y-7pZtOpnM4LRYwY0IwcuK02uNa42XHkHalQctioW8AfQRrXyTDCjd2G7CR6dgIxlQwHhRvcFhcD6DWv5k2HsxHOY8gYjGsUkOqJczA_hkk6_p2MPphrPb-w0nwDF1xTe0EgLNtZqIammXu6YYuryvQ-44v5p5gepYWdm11 KiB88.1%9 KiB
https://resources.usersnap.com/widget-assets/js/chunks/6621/020c10ca53203f5c.js 3P7 KiB74.2%5 KiB
https://ep2.adtrafficquality.google/sodar/sodar2.js 3P8 KiB58.1%5 KiB

Network

110Requests
3672 KiBTransferred
34Scripts
34.3%3rd-party
10Long tasks
Image (36)
2200 KiB
Script (34)
1080 KiB
Font (6)
218 KiB
Stylesheet (10)
84 KiB
Fetch (11)
46 KiB
Document (2)
29 KiB
XHR (8)
14 KiB
Other (1)
2 KiB
Ping (1)
1 KiB
Media (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.cmu.edu/sites/default/files/styles/large_banner_1600x900/public/2025-05/navlab5-1995-nearCFA-web.jpg.webp?itok=RMJiUKkiImage200408 KiB
https://www.cmu.edu/sites/default/files/styles/large_banner_1600x900/public/2025-05/MC_221111I_HARP_Lab_JC_363.jpg.webp?itok=nophx4XNImage200318 KiB
https://www.cmu.edu/sites/default/files/styles/large_banner_1600x900/public/2025-05/2007.05.10.boss-39%201.png.webp?itok=SgFusQ2aImage200261 KiB
https://www.cmu.edu/sites/default/files/styles/large_banner_1600x900/public/2025-05/SCS_Baxter%20the%20robot_2017_MWH_006.jpg.webp?itok=1JwqLRVSImage200240 KiB
https://www.cmu.edu/sites/default/files/styles/large_banner_1600x900/public/2025-05/research_1200x800-min.jpg.webp?itok=z3otbn77Image200194 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-5Q36JQScript200186 KiB
https://www.googletagmanager.com/gtag/js?id=G-1XQYSMEBVE&cx=c&gtm=4e67f0Script200182 KiB
https://www.googletagmanager.com/gtag/destination?id=AW-10975680821&cx=c&gtm=4e67f0Script200151 KiB
https://cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.jsScript200124 KiB
https://www.cmu.edu/sites/default/files/styles/large_banner_1600x900/public/2025-08/terrgator-outfitted-with-camera-autonomous-vehicle-research-1985-scaled.jpg.webp?itok=el1J0efXImage200117 KiB
https://www.google.com/cse/static/element/d4d17fc91fc77275/cse_element__en.js?usqp=CAI%3DScript200104 KiB
https://www.cmu.edu/sites/default/files/styles/large_banner_1600x900/public/2025-05/1_mtgB1SM-srryyulOxrT4SA.webp?itok=yCe4ox6TImage20096 KiB
https://www.cmu.edu/sites/default/files/styles/large_box_800_x_600/public/images/CMRA_250306C_Naval_Robotics_RD-52.jpg.webp?itok=uMWSYiV_Image20091 KiB
https://www.cmu.edu/sites/default/files/styles/large_banner_1600x900/public/2025-08/ms%20engineering.png.webp?itok=9Q78wY0TImage20090 KiB
https://www.cmu.edu/sites/default/files/styles/large_box_800_x_600/public/images/RETI_Mill19.jpeg.webp?itok=IQ79-mdOImage20078 KiB
https://resources.usersnap.com/widget-assets/js/entries/globalSetup/2dc497a2b3c4667d.jsScript20072 KiB
https://www.cmu.edu/sites/default/files/styles/large_banner_1600x900/public/images/AI%20undergrad%20major.jpg.webp?itok=WZksQgHhImage20061 KiB
https://www.cmu.edu/sites/default/files/styles/large_box_800_x_600/public/images/240425_Robot_Drones07-800x600.jpg.webp?itok=-NpUpZzDImage20055 KiB
https://use.typekit.net/af/923169/00000000000000007735a459/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3Font20055 KiB
https://use.typekit.net/af/3135a7/00000000000000007735a460/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3Font20055 KiB
https://use.typekit.net/af/ac5663/00000000000000007735a458/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3Font20053 KiB
https://cse.google.com/adsense/search/async-ads.jsScript20044 KiB
https://www.cmu.edu/sites/default/files/styles/large_box_800_x_600/public/images/260714D_PADI_Summit408%20%281%29_0.jpg%201.jpg.webp?itok=LSwdcs69Image20041 KiB
https://www.cmu.edu/sites/default/files/css/css_TIMCkDRAZ2vn4Iq604StOa1vRUF1yCvGFEXXigGwN4s.css?delta=3&language=en&theme=cmu_base&include=eJxtj1GOwyAQQy9E4UhoQqaELswgPCjJ7dtG6u7H9s96tiybALZY5MHJdIQE-P1E2c8cS8uRj04ia9zU7uVwqc24EDjkqgvVG-ysRfLFVdjGhIWPuC3TTOUy30EOv8olHRzWMTtVTw86XKdBeVDf8MF_xE_pc6kFG6-uI3T4qwUOmgrV2HgtFF9LfhDuKkY7Qxv7pK2_1oh9C_5H3jZu7HDCuIX3zyfjuHFmStylesheet20041 KiB
https://events.cmu.edu/live/resource/js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.no-conflict-header.js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.js/%5Clivewhale%5Cthirdparty%5Cjquery%5Cjquery.no-conflict-footer.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Cformatter.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Ctimezone.js/%5Clivewhale%5Cscripts%5Clib%5Cdate%5Cuser.js/%5Clivewhale%5Cplugins%5Cjquery%5Cjquery.lw-widget.jsScript20036 KiB
https://www.cmu.edu/core/assets/vendor/jquery/jquery.min.js?v=4.0.0Script20035 KiB
https://www.cmu.edu/sites/default/files/styles/large_box_800_x_600/public/images/CMU%20LETTERS-02735%20%281%29.jpg.webp?itok=nPJgyQbHImage20035 KiB
https://www.cmu.edu/sites/default/files/styles/max_325x325/public/images/Autumn-Campus--105.jpg%201%20%281%29.png.webp?itok=FtxmWL1uImage20032 KiB
https://www.cmu.edu/themes/custom/cmu_base/dist/assets/script2.jsScript20032 KiB
https://www.cmu.edu/Document20029 KiB

Long tasks (>50 ms)

StartDuration
858 ms613 ms
5558 ms301 ms
2286 ms293 ms
1677 ms253 ms
2076 ms182 ms
3473 ms154 ms
3138 ms129 ms
4481 ms113 ms
2843 ms109 ms
2978 ms86 ms
Analyzing…
running mobile + desktop · ~30s