www.columbia.edu

Report from 9/21/2026, 11:49:11 AM https://www.columbia.edu
Latest run · lab, cold cache
0
9/21/2026
28-day score · p75 · the standard
0
29 runs
CRR0%latest
SSD67%latest
TC678 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: LOW
🟡Business nameJust a moment... · 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
Descriptionnot found

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.

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
678 tok
TC Token Cost Good
5 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
83% · 8,374
Chrome (nav / header / footer)
15.9% · 1,600
Boilerplate (cookie / ad)
0% · 0
Other
1.1% · 110

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 — 174 KiB transferred, 49.7% unused (third-party)

EvidenceCDP JS coverage: 86 KiB of this bundle is never executed on load.
Impact~-86 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of js, or drop unused dependencies. It is third-party — lazy-load or remove it.
mediumCut total transfer weight

6.3 MB total

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

Third-party impact

28 third-party requests · 942 KiB (14.6% of transfer) · 31 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.net12477 KiB
googletagmanager.com2298 KiB17 ms
jquery.com275 KiB8 ms
cloudflare.com249 KiB6 ms
google-analytics.com121 KiB
youtube.com312 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.googletagmanager.com/gtag/js?id=G-09H1KYXPLX&cx=c&gtm=4e69f3 3P174 KiB49.7%86 KiB
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=UA-18290390-1 3P125 KiB59.8%75 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_oSeyCopSIEH9HqUZK7gafmZSYRKgNZUEOOLvc8rbb60.js?qs=aca78062e4b4e688f8c9675aa5f2f24b67 KiB67.4%46 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_7pPSqKMQlhk6Hufh-2UcTBNcgPC4-mMjTbD5jGzMByU.js?qs=9a87463107391083ae41a44cdd03a37431 KiB42.1%13 KiB
https://www.google-analytics.com/analytics.js 3P21 KiB56.9%12 KiB
https://player.vimeo.com/api/player.js 3P9 KiB72%6 KiB
https://www.youtube.com/s/player/1c642fb9/www-widgetapi.vflset/www-widgetapi.js 3P9 KiB59.4%5 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/js/js_MWbWwhXKNPcvofUWRPHp3WI6l0WrZqb_SoKP12qfO8Q.js?qs=3ae943fb1b13eefa5f9728861b527fca4 KiB69.2%3 KiB
https://use.typekit.net/rke7urc.js 3P7 KiB40.3%3 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/js/js_HElCauoOM71fj6H6K5nq9fI_yoroc93OCgj3NBytkJU.js?qs=cad13804c17162889b2e4b2d7fe291704 KiB44.9%2 KiB
https://www.youtube.com/iframe_api 3P3 KiB17.1%1 KiB

Network

113Requests
6460 KiBTransferred
18Scripts
14.6%3rd-party
1Long tasks
Image (62)
4968 KiB
Script (18)
742 KiB
Font (14)
585 KiB
Stylesheet (8)
121 KiB
Document (4)
40 KiB
XHR (3)
2 KiB
Other (1)
2 KiB
Ping (1)
1 KiB
Fetch (2)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/cake-design-america-250.jpg.webp?itok=NAVpwGn8Image200221 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/gowanus-solar-panels.jpg.webp?itok=GKDCfmluImage200208 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/unnamed_0.png.webp?itok=8_Ip0FuNImage200194 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/NeedmorePA_2021_09-1300x732.png.webp?itok=viL7RrVsImage200193 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/hungarian-pastry-shop-columbia-students.png.webp?itok=hhnqk6h_Image200176 KiB
https://www.googletagmanager.com/gtag/js?id=G-09H1KYXPLX&cx=c&gtm=4e69f3Script200174 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.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/luquillo-rainforest.jpeg.webp?itok=SFZSinFCImage200170 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/lucia-aniello.jpg.webp?itok=qfum2rYnImage200147 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/nyc-skyline-lenny-pridatko-1-hp_0.jpg.webp?itok=G5BF1QrOImage200143 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/2026/low-plaza-homepage.jpg.webp?itok=RqO-zsKIImage200138 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/potw-20260911-jennifer-mnookin-fdoc-804-eileen-barroso-columbia.jpg.webp?itok=K9bfrmfFImage200135 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/js/js_LnZFp5403INxS8jB3B028FxLvZ45zapdTH682KyimZA.js?qs=168d8d191de5b5bf20f9320b672d955eScript200134 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/jlm-collage.jpg.webp?itok=aD4DHmpsImage200131 KiB
https://www.googletagmanager.com/gtag/js?id=UA-18290390-1Script200125 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/framework-id_pathway_to_asthma_0826_a1_2100x1181.jpg.webp?itok=E-FLPK_JImage200124 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/matty-hiroto-inaba-rubiks-cube-columbia-university.jpg.webp?itok=EK08ZNWSImage200123 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/vagelos-science-center_0.png.webp?itok=c_LEbBTTImage200117 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/coffee-map-morningside-campus.jpg.webp?itok=sNGeiZqDImage200114 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/reading-room-butler.jpg.webp?itok=QTS1tUNnImage200104 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/masthead-image-academic-assembly-1264x711.jpg.webp?itok=pV60D_JrImage200101 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/2026/califano_nat_gen_aug_26_fig_4b.png.webp?itok=71YbAhJhImage20096 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/world-leaders-forum-homepage.jpg.webp?itok=fgP2HY_NImage20094 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/matthew-schelke-columbia.jpg.webp?itok=qdnL0Vs0Image20086 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/chatbots-classroom-ai.jpg.webp?itok=7G9f5ImaImage20083 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/hugo-alexandre-cruz-8cq1MLATkCQ-unsplash-1400x456.png.webp?itok=m6thU3hlImage20080 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/silvermanart.jpeg.webp?itok=Fu3afmlkImage20077 KiB

Long tasks (>50 ms)

StartDuration
486 ms74 ms
Analyzing…
running mobile + desktop · ~30s