www.uchicago.edu

Report from 7/24/2026, 10:52:55 AM https://www.uchicago.edu
Latest run · lab, cold cache
0
7/24/2026
28-day score · p75 · the standard
2/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: LOW
🟡Business nameThe University of Chicago · guessed from page text (no structured data)
Categorynot found
🟡PriceCAD00 · 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
Descriptionnot found

An agent is likely to fabricate missing details rather than say “I don’t know”. 0/4 applicable facts come from machine-readable structured data.

An agent recovered no usable content from this page without executing JavaScript.
0
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

0%
CRR Content Recovery Poor
0.83
SSD Semantic Signal Density Good
804 tok
TC Token Cost Good
432 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
49.5% · 2,616
Chrome (nav / header / footer)
50.5% · 2,672
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

Evidence100% 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.5% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 49.5%, chrome 50.5%, boilerplate 0%, other 0%. Only 49.5% 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 76/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 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 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 (5)

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

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

✓ robots.txt allows AI bots✓ 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.

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, 64.7% unused

EvidenceCDP JS coverage: 127 KiB of this bundle is never executed on load.
Impact~-127 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.
highReduce layout shift

cumulative layout shift

EvidenceCLS is 1.131.
ImpactStable layout for render + screenshot.
Effort30–60 min
FixSet explicit width/height on images; reserve space for late-loading content.
highBreak up long main-thread tasks

longest task 551 ms (9 total)

EvidenceMain thread blocked 551 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.
mediumCut total transfer weight

13.0 MB total

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

Third-party impact

38 third-party requests · 1955 KiB (14.6% of transfer) · 1466 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.com4600 KiB1223 ms
fontawesome.com12241 KiB38 ms
siteimproveanalytics.com189 KiB37 ms
hotjar.com365 KiB168 ms
jsdelivr.net123 KiB
google-analytics.com521 KiB
mouseflow.com115 KiB
plausible.io12 KiB
siteimproveanalytics.io10 KiB
hotjar.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 KiB64.7%127 KiB
https://www.googletagmanager.com/gtag/js?id=G-2V4M4Z833J&cx=c&gtm=4e67m0 3P161 KiB71.3%115 KiB
https://www.googletagmanager.com/gtag/js?id=G-2V4M4Z833J 3P161 KiB52.4%85 KiB
https://www.googletagmanager.com/gtag/js?id=G-DBDWJCS0JR&cx=c&_slc=1 3P153 KiB54.8%84 KiB
https://siteimproveanalytics.com/js/siteanalyze_66356295.js 3P89 KiB84.2%75 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-NCZDFHH 3P124 KiB59.6%74 KiB
https://script.hotjar.com/modules.b3c3d2ffe9c422f77646.js 3P57 KiB54.9%31 KiB
https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js 3P23 KiB87.1%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 KiB52.5%11 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
13363 KiBTransferred
43Scripts
14.6%3rd-party
9Long tasks
Media (1)
10343 KiB
Script (43)
1197 KiB
Font (12)
1034 KiB
Image (15)
573 KiB
Fetch (8)
95 KiB
Stylesheet (18)
46 KiB
Document (1)
34 KiB
XHR (4)
26 KiB
Other (1)
15 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.uchicago.edu/-/media/project/uchicago-tenant/www/videos/2023-fall-video-update-1116.mp4Media20610343 KiB
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-2V4M4Z833JScript200161 KiB
https://www.googletagmanager.com/gtag/js?id=G-2V4M4Z833J&cx=c&gtm=4e67m0Script200161 KiB
https://www.googletagmanager.com/gtag/js?id=G-DBDWJCS0JR&cx=c&_slc=1Script200153 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-NCZDFHHScript200124 KiB
https://siteimproveanalytics.com/js/siteanalyze_66356295.jsScript20089 KiB
https://www.uchicago.edu/-/media/ashlynsparrow.jpg?h=830&iar=0&w=604&hash=ABC977023484657B692AA2E4AA0E627CImage20082 KiB
https://ka-p.fontawesome.com/releases/v6.7.2/css/pro.min.css?token=8a6f4b518cFetch20081 KiB
https://www.uchicago.edu/-/media/chemist-at-uchicago.jpg?h=830&iar=0&w=604&hash=9403218DB1215F2330A626FFA82564A6Image20080 KiB
https://www.uchicago.edu/-/media/bookofdead.jpg?h=830&iar=0&w=604&hash=4BD60B64375987BAC36280AFBA2F5359Image20072 KiB
https://www.uchicago.edu/-/media/rogers-2-crop.jpg?h=830&iar=0&w=604&hash=BBEB48F52EC62F11953128C885204930Image20063 KiB
https://www.uchicago.edu/-/media/project/uchicago-tenant/shared/phoenix.pngImage20058 KiB
https://script.hotjar.com/modules.b3c3d2ffe9c422f77646.jsScript20057 KiB
https://www.uchicago.edu/dist/intranet/static/js/10.7f59bbc0.chunk.jsScript20047 KiB
https://www.uchicago.edu/-/media/project/uchicago-tenant/www/news/125607/yu-deng-710/chicago-pile-scientists-710.jpg?h=330&iar=0&w=710&hash=990FA02649FADD4CED266366C5C6E8BEImage20042 KiB
https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-1.woff2Font20040 KiB
https://www.uchicago.edu/-/media/project/uchicago-tenant/www/news/125599.png?h=330&iar=0&w=710&sc_lang=en&hash=B72828622892BE9653B821F6A3A25878Image20037 KiB
https://ka-p.fontawesome.com/releases/v6.7.2/webfonts/pro-fa-brands-400-0.woff2Font20037 KiB
https://www.uchicago.edu/Document20034 KiB
https://www.uchicago.edu/-/media/project/uchicago-tenant/www/images/www-handmorph.jpg?h=830&iar=0&w=604&hash=A9DEE0E1C10886767AF15694D29174EAImage20034 KiB
https://www.uchicago.edu/-/media/project/uchicago-tenant/www/news/125607/yu-deng-710.jpg?h=330&iar=0&w=710&hash=EFE5CB17F28BC0015EC330B7553C4D8DImage20027 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/125607.jpg?h=330&iar=0&w=710&sc_lang=en&hash=E2A6F485A35DA16200377FDAE6520CEDImage20025 KiB

Long tasks (>50 ms)

StartDuration
3047 ms551 ms
2694 ms299 ms
2443 ms250 ms
1547 ms239 ms
3702 ms122 ms
3604 ms69 ms
1907 ms66 ms
664 ms63 ms
3954 ms55 ms
Analyzing…
running mobile + desktop · ~30s