www.columbia.edu

Report from 7/24/2026, 12:07:16 PM https://www.columbia.edu
Latest run · lab, cold cache
0
7/24/2026
28-day score · p75 · the standard
0
10 runs
CRR0%latest
SSD66%latest
TC616 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.66
SSD Semantic Signal Density Good
616 tok
TC Token Cost Good
7 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
82.5% · 8,035
Chrome (nav / header / footer)
16.3% · 1,589
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

highSpeed up main-content renderhighest leverage

largest contentful paint

EvidenceLCP is 4.8s.
ImpactFaster usable content; SSR also raises CRR.
Effort1–4 h
FixPreload the hero image/font, remove render-blocking resources, and server-render the main content.
highBreak up long main-thread tasks

longest task 999 ms (10 total)

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

5.3 MB total

Evidence5.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

27 third-party requests · 929 KiB (17.3% of transfer) · 277 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.com2285 KiB161 ms
jquery.com275 KiB24 ms
cloudflare.com249 KiB29 ms
google-analytics.com121 KiB53 ms
youtube.com212 KiB
vimeo.com39 KiB10 ms
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=4e67m1h2 3P164 KiB49.5%81 KiB
https://www.googletagmanager.com/gtag/js?id=UA-18290390-1 3P121 KiB58.8%71 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/7a7969c2/www-widgetapi.vflset/www-widgetapi.js 3P9 KiB79.9%7 KiB
https://player.vimeo.com/api/player.js 3P9 KiB72%6 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_c7S-Ypy-ffOHcKRIYkHD8Nn0-NuvEvoDvFr_qDBaY8s.js?qs=3ae943fb1b13eefa5f9728861b527fca4 KiB68.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 3P4 KiB12%0 KiB

Network

103Requests
5377 KiBTransferred
18Scripts
17.3%3rd-party
10Long tasks
Image (53)
3882 KiB
Script (18)
729 KiB
Font (14)
584 KiB
Stylesheet (8)
119 KiB
Document (3)
39 KiB
Fetch (2)
21 KiB
Other (1)
2 KiB
XHR (3)
1 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/potw-july-4th-picnic-205-diane-bondareff-1.jpg.webp?itok=lYhf_SAhImage200213 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/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=4e67m1h2Script200164 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/masthead-world-cup-final-11.5-million-1950x1097.jpg.webp?itok=mOsJ3kGYImage200132 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026_06_HIll-Cult_1.jpg.webp?itok=aAZvtmA_Image200126 KiB
https://www.googletagmanager.com/gtag/js?id=UA-18290390-1Script200121 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/Backstory_robert-livingston-declaration-of-independence.jpg.webp?itok=nwQI1-VWImage200114 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/neurons.png.webp?itok=J33OA6TCImage200110 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/columbia-1976-battle-harlem-heights.jpg.webp?itok=ZHhCj5z0Image200106 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_UFOs_ANIM.jpg.webp?itok=JDf-Bb6pImage20089 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/alexis-abramson_0.png.webp?itok=trZtG5scImage20076 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/image-1-dc-trip.jpg.webp?itok=E0pTFMi3Image20074 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/js/js_CphlwnaT8P0K2GOD_fQdSEGvFM-DqSOtMoRfZhBgMzI.js?qs=aca78062e4b4e688f8c9675aa5f2f24bScript20067 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/css/css_JQ30S86hGSpAXewba8g1Ux64RVTES_MyOyYe_4moE14.css?qs=8c3bc006e51d5bc2d3d6b249e5e8ed69Stylesheet20067 KiB
https://code.jquery.com/ui/1.12.1/jquery-ui.min.jsScript20067 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/menstrual_health_still_overlooked_0726_b2_2100x1181_0.jpg.webp?itok=hbd8lC4NImage20064 KiB
https://www.columbia.edu/content/sites/www.columbia.edu.content/files/styles/cu_crop/public/content/2026/jennifer-mnookin-29-db-2-14x8.jpg.webp?itok=t96hRPuGImage20064 KiB

Long tasks (>50 ms)

StartDuration
432 ms999 ms
3555 ms418 ms
2685 ms360 ms
1785 ms253 ms
3070 ms165 ms
2340 ms124 ms
2556 ms75 ms
3437 ms61 ms
312 ms60 ms
2500 ms52 ms
Analyzing…
running mobile + desktop · ~30s