www.berkeley.edu

Report from 7/24/2026, 11:44:55 AM https://www.berkeley.edu
Latest run · lab, cold cache
87
7/24/2026
28-day score · p75 · the standard
87
12 runs
CRR100%latest
SSD70%latest
TC402 toklatest
TTFUT40 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/berkeley.edu.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.berkeley.edu)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.berkeley.edu"><img src="https://agentvitals.dev/badge/berkeley.edu.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: HIGH
Business nameUniversity of California, Berkeley: Home
CategoryWebPage
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
DescriptionUC Berkeley pushes the boundaries of knowledge, challenges convention and expands opportunity to create the leaders of tomorrow.

An agent can answer questions about you accurately. 3/3 applicable facts come from machine-readable structured data.

87
Overall score
weighted CAV (0–100)
PASS
0–4950–8990–100

Metrics

100%
CRR Content Recovery Good
0.70
SSD Semantic Signal Density Good
402 tok
TC Token Cost Good
61 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈3,927 across regions). 51% is non-content — chrome and boilerplate an agent pays for. Add landmark roles (main/nav/header/footer) so agents can skip it.

Content
48.8% · 1,917
Chrome (nav / header / footer)
51.2% · 2,010
Boilerplate (cookie / ad)
0% · 0
Other
0% · 0

Final screenshot

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

Diagnostics

medium TC 51.2% of tokens are non-content (boilerplate/chrome)

agent representation — token decomposition

EvidenceToken decomposition: content 48.8%, chrome 51.2%, boilerplate 0%, other 0%. Only 48.8% of the agent's tokens are real content.
ImpactAn agent pays for boilerplate on every request and has less context left for the real content.
Effort30–90 min

Fix: Strip repeated nav/header/footer/cookie chrome from the agent-visible output; wrap content in <main>/<article> so the extractor keeps signal and drops boilerplate.

Rendered profile: headless

Agent Discoverability 86/100 · Agent Ready

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 Types: WebPage, BreadcrumbList, WebSite Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (4)

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

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

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ No login wall on public content✓ Structured data (JSON-LD)✓ 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.

50Transport posture (0–100, unscored)
3pass
0warn
3fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
❌ HSTSno strict-transport-security header
❌ Content-Security-Policyno content-security-policy header
❌ X-Content-Type-Optionsmissing nosniff
✅ Referrer-Policystrict-origin-when-cross-origin
✅ CORS exposureaccess-control-allow-origin: https://www.berkeley.edu
Full profile — how to improve · unused JS · network · timing

How to improve

highBreak up long main-thread taskshighest leverage

longest task 415 ms (8 total)

EvidenceMain thread blocked 415 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 — 155 KiB transferred, 53.7% unused (third-party)

EvidenceCDP JS coverage: 83 KiB of this bundle is never executed on load.
Impact~-83 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

2.5 MB total

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

Third-party impact

9 third-party requests · 348 KiB (13.4% of transfer) · 616 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
googletagmanager.com2278 KiB616 ms
gstatic.com147 KiB
youtube.com212 KiB
siteimproveanalytics.com19 KiB
googleapis.com11 KiB
siteimproveanalytics.io10 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://www.googletagmanager.com/gtag/js?id=G-JD06GX6S4V&cx=c&gtm=4e67f0 3P155 KiB53.7%83 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-PXXHBJX 3P122 KiB58.6%72 KiB
https://www.berkeley.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.130 KiB72.3%22 KiB
https://www.youtube.com/s/player/882a803a/www-widgetapi.vflset/www-widgetapi.js 3P9 KiB79.9%7 KiB
https://siteimproveanalytics.com/js/siteanalyze_6294756.js 3P9 KiB60.8%6 KiB
https://www.berkeley.edu/wp-includes/js/jquery/ui/core.min.js?ver=1.13.37 KiB69.8%5 KiB
https://www.berkeley.edu/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.64 KiB94.9%4 KiB
https://www.berkeley.edu/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.64 KiB92.9%3 KiB
https://www.berkeley.edu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KiB53%3 KiB
https://www.berkeley.edu/wp-includes/js/jquery/ui/tooltip.min.js?ver=1.13.32 KiB86.1%2 KiB
https://www.berkeley.edu/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec3 KiB59.5%2 KiB
https://www.berkeley.edu/wp-includes/js/wp-emoji-release.min.js?ver=7.0.26 KiB15.8%1 KiB
https://www.berkeley.edu/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d2 KiB36.9%1 KiB
https://www.berkeley.edu/wp-content/themes/berkeleygateway/dist/js/js.cookie.min.js?ver=3.0.51 KiB74.4%1 KiB
https://www.youtube.com/iframe_api 3P3 KiB17.1%1 KiB

Network

38Requests
2602 KiBTransferred
20Scripts
13.4%3rd-party
8Long tasks
Image (7)
2131 KiB
Script (20)
376 KiB
Font (4)
53 KiB
Stylesheet (3)
25 KiB
Document (1)
16 KiB
Other (1)
1 KiB
Media (1)
0 KiB
Fetch (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.berkeley.edu/wp-content/uploads/2025/06/231011UCB2153-scaled-1.jpgImage2001413 KiB
https://www.berkeley.edu/wp-content/uploads/2025/06/20220930_OmarYaghi_bhs_004-scaled-1-1536x1024.jpgImage200329 KiB
https://www.berkeley.edu/wp-content/uploads/2025/06/83A5230-scaled-1-1536x1024.jpgImage200198 KiB
https://www.berkeley.edu/wp-content/uploads/2025/06/afo_235b-scaled-1-1536x1022.jpgImage200186 KiB
https://www.googletagmanager.com/gtag/js?id=G-JD06GX6S4V&cx=c&gtm=4e67f0Script200155 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-PXXHBJXScript200122 KiB
https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2Font20047 KiB
https://www.berkeley.edu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1Script20030 KiB
https://www.berkeley.edu/wp-content/themes/berkeleygateway/dist/css/styles.min.css?ver=1780935960Stylesheet20023 KiB
https://www.berkeley.edu/Document20016 KiB
https://siteimproveanalytics.com/js/siteanalyze_6294756.jsScript2009 KiB
https://www.youtube.com/s/player/882a803a/www-widgetapi.vflset/www-widgetapi.jsScript2009 KiB
https://www.berkeley.edu/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3Script2007 KiB
https://www.berkeley.edu/wp-includes/js/wp-emoji-release.min.js?ver=7.0.2Script2006 KiB
https://www.berkeley.edu/wp-content/themes/berkeleygateway/dist/js/gateway.min.jsScript2005 KiB
https://www.berkeley.edu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1Script2005 KiB
https://www.berkeley.edu/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6Script2004 KiB
https://www.berkeley.edu/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6Script2004 KiB
https://www.berkeley.edu/wp-content/themes/berkeleygateway/dist/js/theme.min.js?ver=2.1.0Script2003 KiB
https://www.youtube.com/iframe_apiScript2003 KiB
https://www.berkeley.edu/wp-content/themes/berkeleygateway/img/logo-berkeley-gold.svg?v=3Image2003 KiB
https://www.berkeley.edu/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ecScript2003 KiB
https://www.berkeley.edu/wp-content/themes/berkeleygateway/dist/webfonts/fa-brands-400.woff2Font2003 KiB
https://www.berkeley.edu/wp-content/themes/berkeleygateway/dist/webfonts/fa-solid-900.woff2Font2002 KiB
https://www.berkeley.edu/wp-content/themes/berkeleygateway/img/logo-berkeley.svg?v=3Image2002 KiB
https://www.berkeley.edu/wp-includes/js/jquery/ui/tooltip.min.js?ver=1.13.3Script2002 KiB
https://www.berkeley.edu/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732dScript2002 KiB
https://www.berkeley.edu/wp-content/themes/berkeleygateway/dist/js/photogrid.min.jsScript2002 KiB
https://www.berkeley.edu/wp-content/themes/berkeleygateway/dist/js/videoplaylist.min.jsScript2002 KiB
https://www.berkeley.edu/wp-content/themes/berkeleygateway/dist/webfonts/fa-regular-400.woff2Font2001 KiB

Long tasks (>50 ms)

StartDuration
844 ms415 ms
421 ms208 ms
1550 ms106 ms
168 ms104 ms
1263 ms95 ms
740 ms80 ms
648 ms70 ms
352 ms62 ms
Analyzing…
running mobile + desktop · ~30s