www.upenn.edu

Report from 9/19/2026, 10:57:45 AM https://www.upenn.edu
Latest run · lab, cold cache
58
9/19/2026
28-day score · p75 · the standard
4/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/upenn.edu.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.upenn.edu)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.upenn.edu"><img src="https://agentvitals.dev/badge/upenn.edu.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
🟡Business nameUniversity of Pennsylvania · 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
🟡DescriptionAs America’s first university, Penn has a history that dates back to 1740 and shares many ties with the colonial city of Philadelphia and the birth of our nation. · 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.

56
Overall score
weighted CAV (0–100)
FAIL
0–4950–8990–100

Metrics

100%
CRR Content Recovery Good
0.31
SSD Semantic Signal Density Poor
1,231 tok
TC Token Cost Good
10 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
78.5% · 7,058
Chrome (nav / header / footer)
18% · 1,622
Boilerplate (cookie / ad)
3.1% · 276
Other
0.4% · 39

Final screenshot

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

Diagnostics

high SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.53 · 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 64/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 Stale (lastmod 2020-12-15T16:14:39+00:00) 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)

~ No content-blocking cookie wall medium impact Consent platform: onetrust (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/

~ XML sitemap fresh medium impact Stale (lastmod 2020-12-15T16:14:39+00:00)

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 login wall on public content✓ 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.

59Transport posture (0–100, unscored)
3pass
2warn
1fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
⚠️ HSTSmax-age=300 is below the 180-day baseline
❌ Content-Security-Policyno content-security-policy header
✅ X-Content-Type-Optionsnosniff
⚠️ Referrer-Policyno referrer-policy header (browser default applies)
✅ CORS exposureaccess-control-allow-origin: *
Full profile — how to improve · unused JS · network · timing

How to improve

mediumSplit the heaviest unused bundle

otBannerSdk.js — 137 KiB transferred, 62.4% unused (third-party)

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

9.3 MB total

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

17 third-party requests · 457 KiB (4.8% of transfer) · 7 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
cookielaw.org12343 KiB7 ms
gstatic.com3112 KiB
googleapis.com13 KiB
onetrust.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://cdn.cookielaw.org/scripttemplates/202606.2.0/otBannerSdk.js 3P137 KiB62.4%85 KiB
https://www.upenn.edu/sites/default/files/js/js_RMQdJ7AQ0U8k5gURlBQojes4VLz5XWKqcDSGewBUpqM.js?scope=footer&delta=1&language=en&theme=penn_starter&include=eJx9ikEKhTAMBS9k7ZFCTMuzGhtpCurt_wdX3bh5jxkGZtBMnRHxnwkjz7zxPcpjOnOtJHtOpVuLAwVZuSKHBWJq7SslTomux8v1gETZ_a2htrDG94JLK2f3H0rIQYE50 KiB68.7%34 KiB
https://www.upenn.edu/core/assets/vendor/jquery/jquery.min.js?v=4.0.032 KiB54.8%17 KiB
https://cdn.cookielaw.org/scripttemplates/otSDKStub.js 3P9 KiB46.1%4 KiB
https://www.upenn.edu/modules/contrib/google_tag/js/gtag.js?tlljl21 KiB46.9%0 KiB
https://cdn.cookielaw.org/consent/019efefd-a67f-723b-a8f3-c265c8af6b83/OtAutoBlock.js 3P9 KiB4.5%0 KiB
https://www.upenn.edu/modules/contrib/google_tag/js/gtm.js?tlljl21 KiB33.1%0 KiB

Network

95Requests
9522 KiBTransferred
8Scripts
4.8%3rd-party
0Long tasks
Image (71)
9020 KiB
Script (8)
239 KiB
Font (4)
113 KiB
Stylesheet (3)
54 KiB
Fetch (5)
50 KiB
Document (1)
30 KiB
Other (1)
12 KiB
XHR (2)
3 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.upenn.edu/sites/default/files/styles/crop_5x3/public/2026-09/flash-flagship_0.jpg?h=57465345&amp;itok=ZkOyAoxgImage2001640 KiB
https://www.upenn.edu/sites/default/files/styles/crop_2x1/public/2026-06/car-t-lymphoma.jpg?h=7f4e8fc7&itok=qIVE6x5qImage2001057 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-09/View%2012_Night%2021_Frame%20Light.png?h=1116cd87&itok=7srfALTXImage200532 KiB
https://penntoday.upenn.edu/sites/default/files/styles/event_large/public/2025-07/penn-museum-july-2024.jpg?h=56d0ca2e&itok=Pg-QfjXfImage200426 KiB
https://penntoday.upenn.edu/sites/default/files/styles/hero/public/2026-09/lifesaver-NL.jpg?h=56d0ca2e&itok=VJCHrn0fImage200378 KiB
https://www.upenn.edu/themes/custom/penn_global/assets/img//footer-16.pngImage200258 KiB
https://penntoday.upenn.edu/sites/default/files/styles/event_large/public/2022-08/career-services-main-teaser-social.jpg?h=56d0ca2e&itok=xhqHnHkWImage200194 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-09/Penn-CCP-group-9-10-26.jpg?h=ad95f099&itok=xRrhSoXiImage200183 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-03/iran-war-teaser_1.jpg?h=56d0ca2e&itok=tIPd2dBwImage200154 KiB
https://cdn.cookielaw.org/scripttemplates/202606.2.0/otBannerSdk.jsScript200137 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-09/riepe-ribbon-NL.jpg?h=b174655d&itok=6dLiDNaWImage200132 KiB
https://cdn.cookielaw.org/logos/f1bcf7cc-5894-4cf9-a8a2-ab00ead7029e/019f6637-3c57-7356-b25c-0ef88c6f5f7e/dff7c71e-8f9f-47e6-90f4-3b6114f3f746/UniversityofPennsylvania_FullLogo_RGB.pngImage200132 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-09/peer-review-NL.jpg?h=56d0ca2e&itok=LkmPMKZUImage200129 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-02/Alna%20Farms%20group%20picture%20in%20front%20of%20borehole%20drilling%20machine.jpeg?h=9c4c0580&itok=59BKtJehImage200124 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-09/Segregated%20Beach_1.jpg?h=12d9963f&itok=jQlTZDVOImage200121 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-03/livs-lauder-teaser.jpg?h=4997dc06&itok=-WRI3wuZImage200118 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-09/Franklin-Constitution-MainTeaser.jpg?h=56d0ca2e&itok=3Eu175dAImage200112 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-09/trurow-book-NL.jpg?h=8f47264d&itok=FauminykImage200109 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-09/Kerry%20both%20hands%20640x480.jpg?h=52d3fcb6&itok=GYho86i5Image200105 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-08/YK-030326-33.jpg?h=790be497&itok=3qYvJv-cImage200103 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-07/ai-public-health-NL.jpg?h=a1e1a043&itok=SF_30WlCImage200102 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-04/pwh-geneva-teaser-NL%20-%20Edited.jpg?h=99b95e68&itok=liQHDx4QImage200101 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-08/wharton-retirement-NL.jpg?h=56d0ca2e&itok=udBqomniImage200100 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-08/GettyImages-2161054056.jpg?h=a141e9ea&itok=DG-3RHjtImage200100 KiB
https://penntoday.upenn.edu/sites/default/files/styles/event_large/public/2026-08/blue-NL-teaser.jpg?h=56d0ca2e&itok=lBXVnDBFImage20099 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-09/ai-gene-editing-NL.jpg?h=199d8c1f&itok=gPjdT3fgImage20096 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-09/Annie-Liang-Zhou-teaser.jpg?h=56d0ca2e&itok=YLaFiC87Image20094 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-09/gse-excellence-teaching-NL.jpg?h=56d0ca2e&itok=n04LgXmgImage20094 KiB
https://penntoday.upenn.edu/sites/default/files/styles/teaser/public/2026-09/elder-care-teaser-NL.jpg?h=56d0ca2e&itok=DfPJ2hjyImage20092 KiB
https://www.upenn.edu/themes/custom/penn_global/assets/img/blue-pattern-bg.pngImage20092 KiB
Analyzing…
running mobile + desktop · ~30s