www.tum.de

Report from 9/8/2026, 11:01:43 AM https://www.tum.de
Latest run · lab, cold cache
77
9/8/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/tum.de.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.tum.de)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.tum.de"><img src="https://agentvitals.dev/badge/tum.de.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: MEDIUM
Business nameTechnische Universität München
CategoryEducationalOrganization
Pricenot found
LocationArcisstraße 21, München, Bayern, 80333, DE
Hoursnot found
Productsnot found
DescriptionTechnische Universität München: Eine der führenden deutschen Universitäten für Forschung und Lehre in Natur und Ingenieurwissenschaften.

An agent gets the basics but will guess on the gaps. 4/7 applicable facts come from machine-readable structured data.

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

Metrics

100%
CRR Content Recovery Good
0.75
SSD Semantic Signal Density Good
4,321 tok
TC Token Cost Needs work
855 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
19.9% · 6,065
Chrome (nav / header / footer)
79.9% · 24,302
Boilerplate (cookie / ad)
0% · 0
Other
0.2% · 63

Final screenshot

Final screenshot of https://www.tum.de

Diagnostics

medium TC Token cost over budget — 80.1% non-content

agent representation (Chrome/markdown output)

EvidenceToken decomposition: content 19.9%, chrome 79.9%, boilerplate 0%, other 0.2%. 4321 tokens total.
ImpactAn agent pays for every token; 80.1% is chrome/boilerplate/other and crowds the context window.
Effort30–90 min

Fix: Trim boilerplate, collapse repeated structures, and drop decorative markup from agent-visible content so an agent spends fewer tokens to read the page.

Rendered profile: headless

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

Issues (5)

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

~ Server response (TTFB) low impact 873ms (good ≤800, warn ≤1800)

Business impact Slow servers cause agents to time out and move on. Fast response keeps you in the running.

What we measured We time the response (time-to-first-byte) against good (<800ms) / warn (<1800ms) thresholds.

How to fix Use a CDN, caching and an optimized origin to get TTFB under 800ms.

Spec: https://web.dev/ttfb/

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

✓ 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

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.

84Transport posture (0–100, unscored)
4pass
1warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=86400000; includeSubDomains; preload
⚠️ Content-Security-Policyscript-src allows 'unsafe-inline'
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policystrict-origin-when-cross-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

mediumReduce unused JavaScript

across all scripts

Evidence335 KiB (47%) of JS goes unused.
ImpactLower transfer + Token Cost (TC).
Effort1–2 h
FixCode-split + lazy-load below-the-fold scripts; drop unused dependencies.
mediumSpeed up main-content render

largest contentful paint

EvidenceLCP is 3.3s.
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.

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://twipla-analytics.tum.de/analytics/main.js?s=ab3cb5e1-cee8-11ed-b589-901b0edac50a32 KiB65.2%21 KiB
https://www.tum.de/typo3conf/ext/powermail/Resources/Public/JavaScript/Powermail/Form.min.js?178765937224 KiB77.2%19 KiB
https://twipla-analytics.tum.de/analytics/ssr-worker.js22 KiB65.1%15 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/counter-DyvfN0gR.js3 KiB58.5%2 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/main-IEESB4YT.js2 KiB82.3%2 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/mobile-ca-TAuLz.js2 KiB77%1 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/helper-Cl3Qlu0V.js3 KiB47.3%1 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/in2iframeconsent-D4schbIq.js2 KiB74.7%1 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/search-CaGGZ1_O.js2 KiB72.7%1 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/live-search-BwU66zu2.js1 KiB84.1%1 KiB
https://www.tum.de/typo3conf/ext/ipandlanguageredirect/Resources/Public/JavaScripts/Frontend.min.js?17876593692 KiB40%1 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/target-AY0SSEsR.js1 KiB79.3%1 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/news-calendar-DVnqCT-a.js1 KiB88.9%1 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/header-Dk1cphnr.js1 KiB53.6%1 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/cookie-purger-DnFShtAp.js1 KiB69.2%1 KiB

Network

64Requests
367 KiBTransferred
26Scripts
0%3rd-party
1Long tasks
Script (26)
147 KiB
Image (22)
72 KiB
Document (1)
53 KiB
Font (3)
48 KiB
Stylesheet (3)
44 KiB
XHR (1)
2 KiB
Fetch (3)
2 KiB
Other (4)
1 KiB
Media (1)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.tum.de/Document20053 KiB
https://www.tum.de/typo3conf/ext/in2studyfinder/Resources/Public/JavaScript/main.js?1787659369Script20043 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/Css/styles.css?1787659332Stylesheet20036 KiB
https://twipla-analytics.tum.de/analytics/main.js?s=ab3cb5e1-cee8-11ed-b589-901b0edac50aScript20032 KiB
https://www.tum.de/typo3conf/ext/powermail/Resources/Public/JavaScript/Powermail/Form.min.js?1787659372Script20024 KiB
https://twipla-analytics.tum.de/analytics/ssr-worker.jsScript20022 KiB
https://www.tum.de/fileadmin/_processed_/1/8/csm_260903_20240614_Prof_Monika_EGERER_AE_-83_c9da841e62.webpImage20022 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/Fonts/Roboto/roboto-v29-latin-500.woff2Font20016 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/Fonts/Roboto/roboto-v29-latin-700.woff2Font20016 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/Fonts/Roboto/roboto-v29-latin-regular.woff2Font20016 KiB
https://www.tum.de/fileadmin/_processed_/b/e/csm_260908_PISA_bde15906df.webpImage20014 KiB
https://www.tum.de/fileadmin/user_upload_87/_processed_/0/a/csm_20220712_TUM_SFZ_Berchtesgaden_AE_-404_c6d075dd50.webpImage20011 KiB
https://www.tum.de/fileadmin/_processed_/1/8/csm_20260316_Achermann_Reto_AH_979358_8b8ebd0a8e.webpImage2009 KiB
https://www.tum.de/typo3conf/ext/in2studyfinder/Resources/Public/Css/style.css?1787659369Stylesheet2006 KiB
https://www.tum.de/fileadmin/user_upload_87/_processed_/c/1/csm_c-Isar-Aerospace-Flight-2_2026-09-05-224332_ylbv_3f15bc997e.webpImage2004 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/Images/Icons/partners-of-excellence.svgImage2003 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/counter-DyvfN0gR.jsScript2003 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/helper-Cl3Qlu0V.jsScript2003 KiB
https://www.tum.de/?type=1555&tx_ipandlanguageredirect_pi1[browserLanguage]=en&tx_ipandlanguageredirect_pi1[ipAddress]=&tx_ipandlanguageredirect_pi1[referrer]=&tx_ipandlanguageredirect_pi1[languageUid]=0&tx_ipandlanguageredirect_pi1[rootpageUid]=111&tx_ipandlanguageredirect_pi1[countryCode]=&tx_ipandlanguageredirect_pi1[domain]=XHR2002 KiB
https://www.tum.de/typo3conf/ext/ipandlanguageredirect/Resources/Public/JavaScripts/Frontend.min.js?1787659369Script2002 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/main-IEESB4YT.jsScript2002 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/mobile-ca-TAuLz.jsScript2002 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/in2iframeconsent-D4schbIq.jsScript2002 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/search-CaGGZ1_O.jsScript2002 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/Images/Icons/soc-mastodon.svgImage2002 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/Images/Icons/soc-threads.svgImage2001 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/header-Dk1cphnr.jsScript2001 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/live-search-BwU66zu2.jsScript2001 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/Images/Icons/favicons/favicon.icoOther2001 KiB
https://www.tum.de/typo3conf/ext/in2template/Resources/Public/JavaScripts/target-AY0SSEsR.jsScript2001 KiB

Long tasks (>50 ms)

StartDuration
4448 ms55 ms
Analyzing…
running mobile + desktop · ~30s