www.caltech.edu

Report from 9/21/2026, 11:28:13 AM https://www.caltech.edu
Latest run · lab, cold cache
32
9/21/2026
28-day score · p75 · the standard
33
26 runs
CRR4%latest
SSD46%latest
TC2642 toklatest
TTFUT7 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/caltech.edu.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.caltech.edu)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.caltech.edu"><img src="https://agentvitals.dev/badge/caltech.edu.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameCalifornia Institute of Technology · 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
🟡DescriptionThe California Institute of Technology aims to expand human knowledge and benefit society through research integrated with education. · 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.

This page served our agent materially different content than a browser. The score is capped because an agent can’t trust what it receives here.
32
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

4%
CRR Content Recovery Poor
0.46
SSD Semantic Signal Density Needs work
2,642 tok
TC Token Cost Good
6 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
86.8% · 20,990
Chrome (nav / header / footer)
13.2% · 3,194
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

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

Diagnostics

high CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence96% 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 SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.78 · 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 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.

62Transport posture (0–100, unscored)
3pass
1warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
❌ HSTSno strict-transport-security header
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policystrict-origin-when-cross-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

highProfile reflects a block/challenge page — not your contenthighest leverage

whole profile

EvidenceMeasured against a block/challenge page (a bot-wall/CAPTCHA was served (cdnjs.cloudflare.com)); every number here describes the wall, not your site.
ImpactAn AI agent hits the same wall and recovers none of your content — fix the block before optimizing anything else.
FixAllowlist legitimate agent user-agents / IP ranges in your WAF or bot-management and serve real content (not a challenge), then re-run.

Third-party impact

20 third-party requests · 1708 KiB (75.4% of transfer) · 93 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
cdninstagram.com4961 KiB
cloudflare.com6367 KiB61 ms
googletagmanager.com2299 KiB
datatables.net541 KiB13 ms
jquery.com130 KiB19 ms
cloudflareinsights.com110 KiB
google-analytics.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://cdnjs.cloudflare.com/ajax/libs/apexcharts/5.3.2/apexcharts.min.js 3P125 KiB93.5%117 KiB
https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-mml-chtml.min.js 3P202 KiB53.7%108 KiB
https://www.googletagmanager.com/gtag/js?id=G-7RL83EX4D4&cx=c&gtm=4e69g1 3P164 KiB53.1%87 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-P8H9J4S 3P135 KiB57.4%78 KiB
https://www.caltech.edu/static/CACHE/js/output.96bdf642b8d9.js34 KiB79.3%27 KiB
https://cdn.datatables.net/1.12.1/js/jquery.dataTables.min.js 3P30 KiB83.7%25 KiB
https://code.jquery.com/jquery-3.3.1.min.js 3P30 KiB52.1%16 KiB
https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/input/asciimath.js 3P25 KiB44.8%11 KiB
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-min.js 3P7 KiB71.3%5 KiB
https://cdn.datatables.net/responsive/2.3.0/js/dataTables.responsive.min.js 3P6 KiB82.9%5 KiB
https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 3P10 KiB42.7%4 KiB
https://cdnjs.cloudflare.com/ajax/libs/clamp-js/0.7.0/clamp.js 3P3 KiB64.3%2 KiB
https://www.caltech.edu/static/CACHE/js/output.54b9aeca30a0.js3 KiB60.5%2 KiB
https://cdn.datatables.net/1.12.1/js/dataTables.bootstrap4.min.js 3P2 KiB56.7%1 KiB
https://www.caltech.edu/static/airspace/js/jquery.mousewheel.min.js1 KiB80.4%1 KiB

Network

59Requests
2266 KiBTransferred
16Scripts
75.4%3rd-party
0Long tasks
Image (33)
1335 KiB
Script (16)
783 KiB
Stylesheet (3)
77 KiB
Document (1)
64 KiB
XHR (4)
6 KiB
Other (1)
2 KiB
Fetch (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://scontent-sea5-1.cdninstagram.com/v/t51.82787-15/813212603_18628605199012321_5886315587427611068_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=BnZO5YiHWzcQ7kNvwHRvJkH&_nc_oc=AdrQ04ONbdiFCve6vyH_LTtbNFnA8mfsV0QeWzDnFnADGj4vgS1_16cZRZLuz5VRe1s&_nc_zt=23&_nc_ht=scontent-sea5-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=LNcPpBYbak23WK3sZeOF5Q&_nc_tpa=Q5bMBQKd0qdSIAwcM7aUDJVJPSpO6vjtmjmTeTIIlRSfuBmthkCASKixRpwavZNaZmwLGKRal7E7J2z1qQ&oh=00_AQJaqn1YWd8eeTdDARX2p7GRtwEXuNWdBMsYxXmjvnpqaw&oe=6AB42D17Image200455 KiB
https://scontent-sea1-1.cdninstagram.com/v/t51.82787-15/814427154_18628781461012321_929686405872804593_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=QRKmVqT2wDEQ7kNvwGzJcET&_nc_oc=AdqI6I9jei0T7uWyxNWXHP4aPHcu68t9yhkgWPqiD0Ih2mWW7vSMwvk0U76QD2M3OXI&_nc_zt=23&_nc_ht=scontent-sea1-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=LNcPpBYbak23WK3sZeOF5Q&_nc_tpa=Q5bMBQLpfNzitQafj8VjRC-QCaOawuBRE4uZQjLnwimY3HdsQOD6xQujBHZlo5-KSZ-xwNV59wW10EZH-g&oh=00_AQLd8UuQ3Xcxvi3Ewha3d-iFFH4G4sSQ5y-57XCJgV_siw&oe=6AB45000Image200233 KiB
https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-mml-chtml.min.jsScript200202 KiB
https://scontent-sea5-1.cdninstagram.com/v/t51.82787-15/809978980_18627992302012321_8493857153760894892_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=lo4KZQE4SakQ7kNvwFWcdrB&_nc_oc=AdrCK_xXd3h1q1QwiNLiKzMJOVctO_XaRyBYpCaBYehFm23IY0vm-r6ZS5hqqV8AhrA&_nc_zt=23&_nc_ht=scontent-sea5-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=LNcPpBYbak23WK3sZeOF5Q&_nc_tpa=Q5bMBQLjKkFxkfxb4MlSU0TjcnhArMIkgMZi0plypRrZtq9SMXocTGLSYWUzR6NdEgw7FZAzP8kQkQnVhw&oh=00_AQLlMnFYxm6iN8aw02adEMt-PMvwDly0YKmmoia9k3u5yg&oe=6AB429E9Image200168 KiB
https://www.googletagmanager.com/gtag/js?id=G-7RL83EX4D4&cx=c&gtm=4e69g1Script200164 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-P8H9J4SScript200135 KiB
https://cdnjs.cloudflare.com/ajax/libs/apexcharts/5.3.2/apexcharts.min.jsScript200125 KiB
https://scontent-sea5-1.cdninstagram.com/v/t51.82787-15/813804587_18628488232012321_7484036322280875977_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=CeWFRHeGnWsQ7kNvwEW7VWK&_nc_oc=AdqasAcKfRiP-m_xWSSaL8NtIjwROzkacYazV3zQeKWZ8axIOLTiA7kQo0gmaaaR-ao&_nc_zt=23&_nc_ht=scontent-sea5-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=LNcPpBYbak23WK3sZeOF5Q&_nc_tpa=Q5bMBQKTrom-WJtpQsIleMFoJWUG6rG4ZeVIp9YCB-Au9Rd9O7N8hu3MR8fCFLCxLXZd7OiOTEw2VufeRw&oh=00_AQIcfPwHrpR2d0JYLJL-tM0gXzV-AdzNZsxbmeg--rmeBQ&oe=6AB44334Image200105 KiB
https://www.caltech.edu/static/CACHE/css/output.8c02b1134b53.cssStylesheet20074 KiB
https://www.caltech.edu/Document20064 KiB
https://caltech-prod.resources.caltech.edu/main/images/Robert_Hurt-edietdw.f71bab01.fill-710x400-c100.avifImage20059 KiB
https://caltech-prod.resources.caltech.edu/main/images/MIshra_Prakash-Faculty-V2-1.3b8c8610.fill-1060x780-c100.avifImage20046 KiB
https://caltech-prod.resources.caltech.edu/main/images/Northwest-Europe.723e6b47.fill-710x400-c100.avifImage20044 KiB
https://www.caltech.edu/static/CACHE/js/output.96bdf642b8d9.jsScript20034 KiB
https://code.jquery.com/jquery-3.3.1.min.jsScript20030 KiB
https://cdn.datatables.net/1.12.1/js/jquery.dataTables.min.jsScript20030 KiB
https://caltech-prod.resources.caltech.edu/main/images/President_Rosenbaum-Campus_Celebra.2d339de3.fill-300x195.jpgImage20027 KiB
https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/input/asciimath.jsScript20025 KiB
https://caltech-prod.resources.caltech.edu/main/images/Caltech-KAIST-FN-WEB.84e868fb.fill-710x400-c100.avifImage20025 KiB
https://caltech-prod.resources.caltech.edu/main/images/AoT100_0409.79f11170.fill-300x195.jpgImage20023 KiB
https://caltech-prod.resources.caltech.edu/main/images/ChenInstitute-2020-1.23f256f7.fill-163x144-c100.jpgImage20017 KiB
https://caltech-prod.resources.caltech.edu/main/images/Dr_Lucy_JapanPressConf.452e7acc.fill-163x144-c100.jpgImage20016 KiB
https://caltech-prod.resources.caltech.edu/main/images/ChenInstitute.45c9227b.fill-300x195.jpgImage20016 KiB
https://caltech-prod.resources.caltech.edu/main/images/2026_LAist_EDUHero.fe488352.fill-710x400-c100.avifImage20013 KiB
https://www.caltech.edu/static/theme-v7.0/img/flame.pngImage20013 KiB
https://caltech-prod.resources.caltech.edu/main/images/see_kim-watson-lecture-preshow-act.265d6f84.fill-300x195.jpgImage20010 KiB
https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495Script20010 KiB
https://www.caltech.edu/static/www/img/caltech-weekly-logo.pngImage20010 KiB
https://caltech-prod.resources.caltech.edu/main/images/Hutchcroft_Thomas-Faculty-2762.e65c1b95.fill-300x195.jpgImage2009 KiB
https://caltech-prod.resources.caltech.edu/main/images/Mishra-Wang-Ultrafast-Imaging-Comb.6517f7e7.fill-300x195.jpgImage2009 KiB
Analyzing…
running mobile + desktop · ~30s