www.caltech.edu

Report from 7/20/2026, 12:12:28 PM https://www.caltech.edu
Latest run · lab, cold cache
32
7/20/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/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,639 tok
TC Token Cost Good
6 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
87.4% · 22,219
Chrome (nav / header / footer)
12.6% · 3,197
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 69/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 (6)

~ No content-blocking cookie wall medium impact Consent platform: cookieconsent (verify it doesn't block content)

Business impact A consent wall that hides content until a click is invisible to agents — they cannot click 'Accept'.

What we measured We fingerprint OneTrust, Cookiebot, Usercentrics and similar managers and flag content-blocking ones.

How to fix Use an overlay banner that leaves content in the DOM, not a blocking interstitial.

Spec: https://gdpr.eu/cookies/

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

✓ robots.txt allows AI bots✓ No CAPTCHA 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 · 1830 KiB (76.3% of transfer) · 548 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.com41089 KiB
cloudflare.com6367 KiB207 ms
googletagmanager.com2291 KiB57 ms
datatables.net541 KiB136 ms
jquery.com130 KiB94 ms
cloudflareinsights.com111 KiB54 ms
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=4e67f0 3P159 KiB53%84 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-P8H9J4S 3P132 KiB55.9%74 KiB
https://www.caltech.edu/static/CACHE/js/output.ae6029f39e23.js34 KiB81%28 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 KiB55.5%17 KiB
https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/input/asciimath.js 3P25 KiB44.8%11 KiB
https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 3P11 KiB61.6%7 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://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
2399 KiBTransferred
16Scripts
76.3%3rd-party
10Long tasks
Image (33)
1474 KiB
Script (16)
775 KiB
Stylesheet (3)
77 KiB
Document (1)
67 KiB
XHR (4)
4 KiB
Other (1)
2 KiB
Fetch (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://scontent-sea1-1.cdninstagram.com/v/t39.30808-6/751703487_1464952045662817_5886974497767035485_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&cb=8438d1d6-89aba764&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMiJ9&_nc_ohc=aLF4uznafDQQ7kNvwEPUfgh&_nc_oc=AdrgwfMfZpL0-JovWTjv-kggmgTMJ2PXv6Gt37czyzgbjezx6tsM30azNN2uQR9sUpQ&_nc_zt=23&_nc_ht=scontent-sea1-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=CsX7acMzRYSmMguyjFgbIQ&_nc_tpa=Q5bMBQH3wO67GVa-80aNDji_F1cPZEH0s3CJpYzCgluJ8MeUAcR0ybjvwB_cQoFzXocHYc9frGWcducQnQ&oh=00_AQCdkZjccKgzaHccHxEtpcYLZKqufJBqjHocftmW8j43WQ&oe=6A626EBDImage200409 KiB
https://scontent-sea5-1.cdninstagram.com/v/t51.82787-15/747191271_18607422871012321_9175843431854590900_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&cb=8438d1d6-89aba764&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMiJ9&_nc_ohc=u8OCvluDdksQ7kNvwEpegH6&_nc_oc=AdquXz1yJIZPjvJPqY9UxRged5ltPwDLiHseP22lUUZHpx5l5hY2p3yQPBT3aS1jMs8&_nc_zt=23&_nc_ht=scontent-sea5-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=CsX7acMzRYSmMguyjFgbIQ&_nc_tpa=Q5bMBQFIomgdVALpp7tsyb9Dus9PU-inXCp5Ha4CSBl_YTFZUAkkaL_JB_fMbcUs2MYrIBECl3sAIxFhlA&oh=00_AQDu6qGt5W3z7xRMVt78Jt8oxuq_UHgjBDAMF10BTsfvvA&oe=6A62952AImage200326 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/729681005_18605210269012321_2371991293386240599_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=110&cb=8438d1d6-89aba764&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzIifQ%3D%3D&_nc_ohc=Q6V_UxHMmzUQ7kNvwGGw9Xe&_nc_oc=AdqonLT0cBkp_JVaZHhBmKQxZ6uHg4vMUpfArd_e13OusEM2wcpXgpevige2TF2py2Q&_nc_zt=23&_nc_ht=scontent-sea5-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=CsX7acMzRYSmMguyjFgbIQ&_nc_tpa=Q5bMBQGP_TBy16Hzd76sGo-bTv98g0LR17OpmgK_vC7CF0n8DQQ_Hef3PKIRktbLMFbNWvs8LQziDztTcg&oh=00_AQAkdXxdL3YoJCRREtzgwwEHB3Eh9M2xmbDEjjhBZCxR2Q&oe=6A627FC6Image200193 KiB
https://scontent-sea5-1.cdninstagram.com/v/t51.82787-15/749315208_18607984387012321_2558762673905952814_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=111&cb=8438d1d6-89aba764&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzIifQ%3D%3D&_nc_ohc=l7vs8HSZYB4Q7kNvwEit6dq&_nc_oc=Adq917wr9Yrs2IzQ2JRB66DQPA3Df9UKv8FdhzT61L8uwUSQ8ibg2WyvLvuEcTKJnGs&_nc_zt=23&_nc_ht=scontent-sea5-1.cdninstagram.com&edm=ANo9K5cEAAAA&_nc_gid=CsX7acMzRYSmMguyjFgbIQ&_nc_tpa=Q5bMBQH5nqYO4MIaoVaAUk5gspdHFkvuMANQWQD3xqshxg0MsaCxlb8x_IY4N3e_5aVGJgSsyDZQxQvOLA&oh=00_AQDf6habHi0gU-ZdTCGa-snJF-6lUyHuWulNORMntihoCA&oe=6A627C77Image200160 KiB
https://www.googletagmanager.com/gtag/js?id=G-7RL83EX4D4&cx=c&gtm=4e67f0Script200159 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-P8H9J4SScript200132 KiB
https://cdnjs.cloudflare.com/ajax/libs/apexcharts/5.3.2/apexcharts.min.jsScript200125 KiB
https://www.caltech.edu/static/CACHE/css/output.6fb8688a2c05.cssStylesheet20074 KiB
https://www.caltech.edu/Document20067 KiB
https://caltech-prod.resources.caltech.edu/main/images/Prof.-Rudy-Marc.2e16d0ba.fill-1060x780-c100.format-avif.avifImage20050 KiB
https://caltech-prod.resources.caltech.edu/main/images/BestofCaltech1.2e16d0ba.fill-710x400-c100.format-avif.avifImage20036 KiB
https://caltech-prod.resources.caltech.edu/main/images/1_-_PIA26574_-_S.2e16d0ba.fill-535x340-c100.format-avif.avifImage20034 KiB
https://www.caltech.edu/static/CACHE/js/output.ae6029f39e23.jsScript20034 KiB
https://caltech-prod.resources.caltech.edu/main/images/Data-Centers-NEW.2e16d0ba.fill-710x400-c100.format-avif.avifImage20032 KiB
https://caltech-prod.resources.caltech.edu/main/images/President_Rosenbaum-Campus_Celebra.2e16d0ba.fill-300x195.jpgImage20032 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/AoT100_0409.2e16d0ba.fill-300x195.jpgImage20026 KiB
https://caltech-prod.resources.caltech.edu/main/images/Ismagilov_Rustem_bJcI3pq.2e16d0ba.fill-710x400-c100.format-avif.avifImage20026 KiB
https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/input/asciimath.jsScript20025 KiB
https://caltech-prod.resources.caltech.edu/main/images/ChenInstitute.2e16d0ba.fill-300x195.jpgImage20021 KiB
https://caltech-prod.resources.caltech.edu/main/images/Screenshot_2026-.2e16d0ba.fill-710x400-c100.format-avif.avifImage20017 KiB
https://caltech-prod.resources.caltech.edu/main/images/see_kim-watson-lecture-preshow-act.2e16d0ba.fill-300x195.jpgImage20013 KiB
https://www.caltech.edu/static/theme-v7.0/img/flame.pngImage20013 KiB
https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496Script20011 KiB
https://caltech-prod.resources.caltech.edu/main/images/Mishra-Wang-Ultrafast-Imaging-Comb.2e16d0ba.fill-300x195.jpgImage20011 KiB
https://caltech-prod.resources.caltech.edu/main/images/Hutchcroft_Thomas-Faculty-2762.2e16d0ba.fill-300x195.jpgImage20011 KiB
https://www.caltech.edu/static/www/img/caltech-weekly-logo.pngImage20010 KiB
https://caltech-prod.resources.caltech.edu/main/images/01-Research-Impact-Human-Heal.2e16d0ba.fill-163x144-c100.jpgImage20010 KiB

Long tasks (>50 ms)

StartDuration
1199 ms204 ms
387 ms143 ms
902 ms130 ms
717 ms112 ms
1693 ms91 ms
1113 ms82 ms
1594 ms75 ms
1526 ms62 ms
1860 ms60 ms
1936 ms56 ms
Analyzing…
running mobile + desktop · ~30s