www.uchicago.edu

Report from 8/7/2026, 10:58:42 AM https://www.uchicago.edu
Latest run · lab, cold cache
67
8/7/2026
28-day score · p75 · the standard
5/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/uchicago.edu.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.uchicago.edu)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.uchicago.edu"><img src="https://agentvitals.dev/badge/uchicago.edu.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameThe University of Chicago
CategoryWebSite
🟡Price$20 · guessed from page text (no structured data)
Locationnot applicable · not applicable to this page type
Hoursnot applicable · not applicable to this page type
Productsnot applicable · not applicable to this page type
🟡DescriptionOne of the world’s leading research universities, the University of Chicago inspires scholars to pursue field-defining research, while providing a transformative education for students. · guessed from page text (no structured data)

An agent gets the basics but will guess on the gaps. 2/4 applicable facts come from machine-readable structured data.

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

Metrics

47%
CRR Content Recovery Poor
0.72
SSD Semantic Signal Density Good
539 tok
TC Token Cost Good
288 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
49.6% · 2,627
Chrome (nav / header / footer)
50.4% · 2,673
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence53% 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.

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

agent representation — token decomposition

EvidenceToken decomposition: content 49.6%, chrome 50.4%, boilerplate 0%, other 0%. Only 49.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 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 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: WebSite 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 (8)

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ Machine-readable prices✓ 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.

37Transport posture (0–100, unscored)
1pass
1warn
3fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
❌ HSTSno strict-transport-security header
❌ 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

highSplit the heaviest unused bundlehighest leverage

193.ea61ddbc.chunk.js — 196 KiB transferred, 63.8% unused

EvidenceCDP JS coverage: 125 KiB of this bundle is never executed on load.
Impact~-125 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of 193.ea61ddbc.chunk.js, or drop unused dependencies.
highCut third-party weight

amazonaws.com — 899 KiB, 8 requests

EvidenceThird-party is 66.5% of total transfer (36 requests); amazonaws.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 amazonaws.com; defer non-critical third-party scripts.
highReduce layout shift

cumulative layout shift

EvidenceCLS is 1.374.
ImpactStable layout for render + screenshot.
Effort30–60 min
FixSet explicit width/height on images; reserve space for late-loading content.
mediumCut total transfer weight

2.9 MB total

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

Third-party impact

36 third-party requests · 1961 KiB (66.5% of transfer) · 86 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
amazonaws.com8899 KiB
googletagmanager.com4607 KiB47 ms
fontawesome.com12241 KiB8 ms
siteimproveanalytics.com189 KiB
hotjar.com263 KiB
jsdelivr.net123 KiB
google-analytics.com521 KiB31 ms
mouseflow.com115 KiB
plausible.io12 KiB
siteimproveanalytics.io10 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.uchicago.edu/dist/intranet/static/js/193.ea61ddbc.chunk.js196 KiB63.8%125 KiB
https://www.googletagmanager.com/gtag/js?id=G-2V4M4Z833J 3P164 KiB71.4%117 KiB
https://www.googletagmanager.com/gtag/js?id=G-2V4M4Z833J&cx=c&gtm=4e6860h2 3P164 KiB52.8%87 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-NCZDFHH 3P125 KiB68.4%85 KiB
https://www.googletagmanager.com/gtag/js?id=G-DBDWJCS0JR&cx=c&_slc=1 3P154 KiB54.8%85 KiB
https://siteimproveanalytics.com/js/siteanalyze_66356295.js 3P89 KiB84.2%75 KiB
https://script.hotjar.com/modules.75bf3488a101739acfe9.js 3P57 KiB73.1%42 KiB
https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js 3P23 KiB86.7%20 KiB
https://www.uchicago.edu/dist/intranet/static/js/10.7f59bbc0.chunk.js47 KiB39.7%19 KiB
https://cdn.mouseflow.com/projects/a75dda92-3b72-4372-92e6-174411be97b8.js 3P15 KiB90.1%13 KiB
https://www.google-analytics.com/analytics.js 3P21 KiB49.8%10 KiB
https://www.uchicago.edu/dist/intranet/static/js/8.ff7384ba.chunk.js11 KiB84%9 KiB
https://www.uchicago.edu/dist/intranet/static/js/3.51a243ea.chunk.js9 KiB89.1%8 KiB
https://www.uchicago.edu/dist/intranet/static/js/1.12af88b1.chunk.js13 KiB47.8%6 KiB
https://www.uchicago.edu/dist/intranet/static/js/5.bdc19ca1.chunk.js13 KiB47%6 KiB

Network

103Requests
2949 KiBTransferred
42Scripts
66.5%3rd-party
0Long tasks
Script (42)
1202 KiB
Font (12)
1034 KiB
Image (16)
483 KiB
Fetch (8)
95 KiB
Document (1)
46 KiB
Stylesheet (18)
46 KiB
XHR (3)
27 KiB
Other (1)
15 KiB
Media (2)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.uchicago.edu/dist/intranet/static/js/193.ea61ddbc.chunk.jsScript200196 KiB
https://uchicago-brand-fonts.s3.us-east-2.amazonaws.com/fonts/uchicago-serif/UChicagoSerif-SemiBold.woff2Font200167 KiB
https://www.googletagmanager.com/gtag/js?id=G-2V4M4Z833J&cx=c&gtm=4e6860h2Script200164 KiB
https://www.googletagmanager.com/gtag/js?id=G-2V4M4Z833JScript200164 KiB
https://www.googletagmanager.com/gtag/js?id=G-DBDWJCS0JR&cx=c&_slc=1Script200154 KiB
https://uchicago-brand-fonts.s3.us-east-2.amazonaws.com/fonts/uchicago-sans-serif/UChicagoSansSerif-Bold.woff2Font200148 KiB
https://uchicago-brand-fonts.s3.us-east-2.amazonaws.com/fonts/uchicago-serif/UChicagoSerif-Regular.woff2Font200146 KiB
https://uchicago-brand-fonts.s3.us-east-2.amazonaws.com/fonts/uchicago-sans-serif/UChicagoSansSerif-RegularItalic.woff2Font200144 KiB
https://uchicago-brand-fonts.s3.us-east-2.amazonaws.com/fonts/uchicago-sans-serif/UChicagoSansSerif-Regular.woff2Font200144 KiB
https://uchicago-brand-fonts.s3.us-east-2.amazonaws.com/fonts/uchicago-sans-serif/UChicagoSansSerif-SemiBold.woff2Font200143 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-NCZDFHHScript200125 KiB
https://siteimproveanalytics.com/js/siteanalyze_66356295.jsScript20089 KiB
https://www.uchicago.edu/-/media/project/uchicago-tenant/www/news/125624.jpg?h=330&iar=0&w=710&sc_lang=en&hash=17E50C0439112F50EBAD5D879FDB53C9Image20088 KiB
https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=8a6f4b518cFetch20081 KiB
https://www.uchicago.edu/-/media/harper-crop-3.jpgImage20073 KiB
https://www.uchicago.edu/-/media/project/uchicago-tenant/www/news/125626.jpg?h=330&iar=0&w=710&sc_lang=en&hash=345FACD4BD3909AD291B7AE274CE1376Image20061 KiB
https://www.uchicago.edu/-/media/project/uchicago-tenant/shared/phoenix.pngImage20058 KiB
https://www.uchicago.edu/-/media/we-welcome-all.jpgImage20057 KiB
https://script.hotjar.com/modules.75bf3488a101739acfe9.jsScript20057 KiB
https://www.uchicago.edu/dist/intranet/static/js/10.7f59bbc0.chunk.jsScript20047 KiB
https://www.uchicago.edu/Document20046 KiB
https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-1.woff2Font20040 KiB
https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2Font20037 KiB
https://www.uchicago.edu/-/media/project/uchicago-tenant/www/news/125584.png?h=330&iar=0&w=710&sc_lang=en&hash=649DB79277FADA092A7065976B65C873Image20032 KiB
https://www.uchicago.edu/sitecore/api/layout/render/jss?item=%2F&sc_apikey=%7BD1E8A715-D31D-4064-ADD2-C564C07E5F7D%7D&sc_lang=enXHR20026 KiB
https://www.uchicago.edu/-/media/project/uchicago-tenant/www/news/125627.jpg?h=330&iar=0&w=710&sc_lang=en&hash=5F57674A8D868896727DCE57360468FBImage20025 KiB
https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.jsScript20023 KiB
https://www.google-analytics.com/analytics.jsScript20021 KiB
https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-regular-400-12.woff2Font20019 KiB
https://www.uchicago.edu/-/media/inside-the-lab-chuan-he/chicago-minds-gray-bg.jpg?h=320&iar=0&w=415&hash=D5E835B3E40309CBAEB7D5E6F244D659Image20017 KiB
Analyzing…
running mobile + desktop · ~30s