www.columbia.edu

Report from 8/10/2026, 11:38:35 AM https://www.columbia.edu
Latest run · lab, cold cache
0
8/10/2026
28-day score · p75 · the standard
0
28 runs
CRR0%latest
SSD67%latest
TC696 toklatest
TTFUT6 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/columbia.edu.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.columbia.edu)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.columbia.edu"><img src="https://agentvitals.dev/badge/columbia.edu.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameColumbia University Website
CategoryWebSite
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
Descriptionnot found

An agent gets the basics but will guess on the gaps. 2/3 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.67
SSD Semantic Signal Density Good
696 tok
TC Token Cost Good
6 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
83.4% · 8,079
Chrome (nav / header / footer)
14.4% · 1,392
Boilerplate (cookie / ad)
0% · 0
Other
2.2% · 216

Final screenshot

Final screenshot of https://www.columbia.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.

Rendered profile: headless

Agent Discoverability 52/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) No robots.txt → nothing blocked Learn →
sitemap.xml No /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 (7)

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

No login wall on public content high impact HTTP 403

Business impact Public content behind authentication is unreachable to agents (they have no account). Gate only genuinely private material.

What we measured We follow redirects and detect 401/403 and login-form signals on content pages.

How to fix Separate public marketing/docs from authenticated areas; keep public pages reachable without login.

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/

XML sitemap present medium impact No /sitemap.xml

Business impact A sitemap is your table of contents for AI crawlers. Without it agents follow homepage links and miss deep pages (products, docs, pricing) — shrinking what they can recommend.

What we measured We fetch /sitemap.xml (and /sitemap_index.xml), confirm valid XML with <loc> entries, and check <lastmod> freshness.

How to fix Generate an XML sitemap of all public pages with current lastmod dates and reference it in robots.txt.

Learn how to implement →

# robots.txt
Sitemap: https://example.com/sitemap.xml

Spec: https://www.sitemaps.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 (4)

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

78Transport posture (0–100, unscored)
4pass
0warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
❌ HSTSno strict-transport-security header
✅ Content-Security-Policypolicy present, script-src does not allow inline
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policysame-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

mediumSplit the heaviest unused bundle

js_LnZFp5403INxS8jB3B028FxLvZ45zapdTH682KyimZA.js — 134 KiB transferred, 62.6% unused

EvidenceCDP JS coverage: 84 KiB of this bundle is never executed on load.
Impact~-84 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of js_LnZFp5403INxS8jB3B028FxLvZ45zapdTH682KyimZA.js, or drop unused dependencies.
mediumBreak up long main-thread tasks

longest task 122 ms (4 total)

EvidenceMain thread blocked 122 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

5.4 MB total

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

Third-party impact

27 third-party requests · 933 KiB (16.8% of transfer) · 119 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
typekit.net12478 KiB
googletagmanager.com2289 KiB23 ms
jquery.com275 KiB13 ms
cloudflare.com249 KiB23 ms
google-analytics.com121 KiB60 ms
youtube.com212 KiB
vimeo.com39 KiB
doubleclick.net11 KiB
google.ca10 KiB
google.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.columbia.edu/content/sites/www.columbia.edu.content/files/js/js_LnZFp5403INxS8jB3B028FxLvZ45zapdTH682KyimZA.js?qs=168d8d191de5b5bf20f9320b672d955e134 KiB62.6%84 KiB
https://www.googletagmanager.com/gtag/js?id=G-09H1KYXPLX&cx=c&gtm=4e6852 3P167 KiB50%83 KiB
https://www.googletagmanager.com/gtag/js?id=UA-18290390-1 3P122 KiB59%72 KiB
https://code.jquery.com/ui/1.12.1/jquery-ui.min.js 3P67 KiB89.4%60 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/js/js_CphlwnaT8P0K2GOD_fQdSEGvFM-DqSOtMoRfZhBgMzI.js?qs=aca78062e4b4e688f8c9675aa5f2f24b67 KiB65.3%44 KiB
https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.21/lodash.min.js 3P23 KiB73%17 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/js/js_I-A3z7rZtEmcBCAxusPQUol24M3Ki6FwNQuIsUD8JNM.js?qs=e5d66f579508b6cf35d24ea5f38c9ed528 KiB54.8%15 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/js/js_wXYYGidpHsyygXuDurE9Ah6M1W2mV4ccvJ2P0CAEozY.js?qs=9a87463107391083ae41a44cdd03a37432 KiB41.6%13 KiB
https://www.google-analytics.com/analytics.js 3P21 KiB56.9%12 KiB
https://www.youtube.com/s/player/854a788e/www-widgetapi.vflset/www-widgetapi.js 3P9 KiB79.9%7 KiB
https://player.vimeo.com/api/player.js 3P9 KiB72%6 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/js/js_c7S-Ypy-ffOHcKRIYkHD8Nn0-NuvEvoDvFr_qDBaY8s.js?qs=3ae943fb1b13eefa5f9728861b527fca4 KiB69.6%3 KiB
https://use.typekit.net/rke7urc.js 3P7 KiB40.2%3 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/js/js_HElCauoOM71fj6H6K5nq9fI_yoroc93OCgj3NBytkJU.js?qs=cad13804c17162889b2e4b2d7fe291704 KiB44.6%2 KiB
https://www.youtube.com/iframe_api 3P3 KiB12%0 KiB

Network

105Requests
5542 KiBTransferred
18Scripts
16.8%3rd-party
4Long tasks
Image (55)
4040 KiB
Script (18)
732 KiB
Font (14)
584 KiB
Stylesheet (8)
121 KiB
Document (3)
39 KiB
Fetch (2)
21 KiB
Other (1)
2 KiB
XHR (3)
2 KiB
Ping (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/continental-army-procession_square.png.webp?itok=nX5yGa9xImage200252 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/summer-flowers-hydrangea-guido-verona-1400x800.jpg.webp?itok=lAaOEXBTImage200231 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/_CCT_Summer_2026_vFINAL1_Page_18_Image_0001.jpg.webp?itok=V6xZnbFgImage200219 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/columbia-gs-news-99-claremont-first-look7.png.webp?itok=SbLN1Oe6Image200209 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/ccs-grantees-2026.jpg.webp?itok=zC5ZmHJVImage200201 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/lithium_in_drinking_water-us-west_0726_a6_2100x1181_0.jpg.webp?itok=obcZaJLaImage200195 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/AI-Financial-Risk-Header.png.webp?itok=3WBfyQoXImage200190 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/columbia-news-email-block.jpg.webp?itok=DO0m6ZKWImage200172 KiB
https://www.googletagmanager.com/gtag/js?id=G-09H1KYXPLX&cx=c&gtm=4e6852Script200167 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/interactive-world-ocean-floor-map-banner-2-2400_0.jpg.webp?itok=CZofVqGVImage200140 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/sagittarius-harlem-sculpture-gardens-morningside-park.jpg.webp?itok=2AWXjtXqImage200137 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/js/js_LnZFp5403INxS8jB3B028FxLvZ45zapdTH682KyimZA.js?qs=168d8d191de5b5bf20f9320b672d955eScript200134 KiB
https://www.googletagmanager.com/gtag/js?id=UA-18290390-1Script200122 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/neurons.png.webp?itok=J33OA6TCImage200111 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/odyssey-charybdis-columbia-university-professors.jpg.webp?itok=vAm3MEBUImage200103 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/harlem-childrens-art-carnival-souleo.jpg.webp?itok=wdsiNU71Image200100 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026_06_Coffee-Table-Books_2.jpg.webp?itok=on-UgeN5Image20098 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026-IGP-Faculty-Grant-Awards-1-png.jpeg.webp?itok=acn2yCvjImage20098 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/jlm-cuimc-ice-cream-social-148-lucas-hoeffel.jpg.webp?itok=JgT7Ra2bImage20090 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026_scotus_media_roundup_vertical_hero_0.png.webp?itok=fNOgXXLFImage20089 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/battle-harlem-heights-plaque-columbia_0.jpg.webp?itok=aSWa7z1cImage20089 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/jennifer-l-mnookin-peggy-shepard-community-partners-breakfast-columbia.jpg.webp?itok=1Ud-fBrGImage20085 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/Columbia_Eng_Collage-Option-A-v2-Website-3x.jpg.webp?itok=PqCo8947Image20084 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/butler-library-spring_0.png.webp?itok=NOQN4egmImage20080 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/alexis-abramson_0.png.webp?itok=trZtG5scImage20077 KiB
https://www.columbia.edu/content/libraries/custom/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0Font20076 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/explore-medical-center-7998-eileen-barroso-512x456.jpg.webp?itok=JCbg6a9KImage20073 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/css/css_JQ30S86hGSpAXewba8g1Ux64RVTES_MyOyYe_4moE14.css?qs=8c3bc006e51d5bc2d3d6b249e5e8ed69Stylesheet20069 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/js/js_CphlwnaT8P0K2GOD_fQdSEGvFM-DqSOtMoRfZhBgMzI.js?qs=aca78062e4b4e688f8c9675aa5f2f24bScript20067 KiB
https://code.jquery.com/ui/1.12.1/jquery-ui.min.jsScript20067 KiB

Long tasks (>50 ms)

StartDuration
823 ms122 ms
1007 ms79 ms
263 ms66 ms
611 ms59 ms
Analyzing…
running mobile + desktop · ~30s