www.allianz.com

Report from 7/24/2026, 11:28:17 AM https://www.allianz.com
Latest run · lab, cold cache
0
7/24/2026
28-day score · p75 · the standard
0
9 runs
CRR0%latest
SSD38%latest
TC2476 toklatest
TTFUT22 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/allianz.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.allianz.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.allianz.com"><img src="https://agentvitals.dev/badge/allianz.com.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.38
SSD Semantic Signal Density Poor
2,476 tok
TC Token Cost Good
24 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
44.8% · 4,952
Chrome (nav / header / footer)
47.8% · 5,282
Boilerplate (cookie / ad)
7.5% · 825
Other
0% · 0

Final screenshot

Final screenshot of https://www.allianz.com

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.

high SSD Low signal-to-noise for agents

content vs chrome/boilerplate

Evidencesignal 0.65 · 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.

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

agent representation — token decomposition

EvidenceToken decomposition: content 44.8%, chrome 47.8%, boilerplate 7.5%, other 0%. Only 44.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 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.

100Transport posture (0–100, unscored)
5pass
0warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000; preload
✅ 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

highSplit the heaviest unused bundlehighest leverage

main_a1light.min.ACSHASHe060db255bff187e43b29efcc0493ac9.js — 220 KiB transferred, 75.7% unused

EvidenceCDP JS coverage: 167 KiB of this bundle is never executed on load.
Impact~-167 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of main_a1light.min.ACSHASHe060db255bff187e43b29efcc0493ac9.js, or drop unused dependencies.
mediumBreak up long main-thread tasks

longest task 153 ms (3 total)

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

2.4 MB total

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

Third-party impact

14 third-party requests · 343 KiB (14.2% of transfer) · 229 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.org9198 KiB229 ms
adobedtm.com183 KiB
flockler.com262 KiB
onetrust.com10 KiB
equitystory.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.allianz.com/etc.clientlibs/onemarketing/platform/clientlibs/main_a1light.min.ACSHASHe060db255bff187e43b29efcc0493ac9.js220 KiB75.7%167 KiB
https://www.allianz.com/etc.clientlibs/onemarketing/platform/clientlibs/vendorlib/ndbx-forms.min.ACSHASH31d35d2dc641b7047b82d4b9d905e789.js77 KiB85.1%65 KiB
https://cdn.cookielaw.org/scripttemplates/6.35.0/otBannerSdk.js 3P85 KiB61.9%53 KiB
https://www.allianz.com/etc.clientlibs/onemarketing/platform/clientlibs/head.min.ACSHASH65b079de6da3f938b7e1bd5e91c51320.js58 KiB63.7%37 KiB
https://plugins.flockler.com/embed/v3/embed-grid.js 3P58 KiB51%30 KiB
https://www.allianz.com/etc.clientlibs/clientlibs/social/thirdparty/underscore.min.ACSHASH3d814582a1cbb9af75d977b0f1fe044c.js7 KiB72.8%5 KiB
https://www.allianz.com/etc.clientlibs/onemarketing/platform/clientlibs/vendorlib/ndbx-two-level-nav.min.ACSHASHb6e2bcedebd9477a9ba29346db8ba096.js20 KiB25.5%5 KiB
https://cdn.cookielaw.org/scripttemplates/otSDKStub.js 3P9 KiB46.7%4 KiB
https://www.allianz.com/etc.clientlibs/onemarketing/platform/clientlibs/gdpr/main.min.ACSHASHa528f69073007d58bda719feaad04749.js3 KiB55.7%2 KiB
https://www.allianz.com/etc.clientlibs/onemarketing/azcom/aem-core/components/content/country-products-services/clientlibs.min.ACSHASH701bd0e6670651628b03a490ecd397c1.js4 KiB36.9%1 KiB
https://www.allianz.com/etc.clientlibs/onemarketing/platform/clientlibs/gdpr/head.min.ACSHASH991858660a2230e8661abf723b508a11.js1 KiB25.8%0 KiB
https://cdn.cookielaw.org/consent/ec173022-6ba4-431d-8542-4756a0bfe1cb/OtAutoBlock.js 3P58 KiB0.2%0 KiB
https://plugins.flockler.com/embed/18060a629ea0eadfd213c9612fa2a798/18060a8139a0cb2f7768a73588e8f114 3P4 KiB2.9%0 KiB
https://www.allianz.com/etc.clientlibs/onemarketing/azcom/clientlibs/aem-core.min.ACSHASH0c7ab229dd3c876ad3a2e0d02bfdbe75.js1 KiB1.5%0 KiB

Network

70Requests
2419 KiBTransferred
15Scripts
14.2%3rd-party
3Long tasks
Image (23)
1237 KiB
Script (15)
688 KiB
Font (5)
221 KiB
Stylesheet (17)
204 KiB
Fetch (4)
41 KiB
Document (2)
24 KiB
XHR (3)
2 KiB
Other (1)
1 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://www.allianz.com/content/experience-fragments/onemarketing/azcom/Allianz_com/en_GB/azcom_header/flyout_teaser/Economic-Research/global-wealth-report/_jcr_content/root/teaser-horizontal/image.img.jpeg/1779963659524/nick-page-g8yue5-t25w-unsplash.jpegImage200288 KiB
https://www.allianz.com/etc.clientlibs/onemarketing/platform/clientlibs/main_a1light.min.ACSHASHe060db255bff187e43b29efcc0493ac9.jsScript200220 KiB
https://www.allianz.com/etc.clientlibs/onemarketing/platform/clientlibs/main_a1light.min.ACSHASH57d3bc4f3a4022afb119a1cdb2eed767.cssStylesheet200168 KiB
https://elements.cdn.allianz.com/master/dist/a1-elements/assets/fonts/Allianz-Icons.woff2Font200106 KiB
https://www.allianz.com/content/experience-fragments/onemarketing/azcom/Allianz_com/en_GB/azcom_header/flyout_teaser/sustainability/master/_jcr_content/root/teaser-horizontal/image.img.jpeg/1773332048876/az-s25-teaser-image.jpegImage200100 KiB
https://www.allianz.com/en/_jcr_content/root/stage/stageimage.img.82.1920.jpeg/1784701653295/allianz-allianz-arena-raffle-homestage.jpegImage20094 KiB
https://cdn.cookielaw.org/scripttemplates/6.35.0/otBannerSdk.jsScript20085 KiB
https://assets.adobedtm.com/dd4adce84cad/1896e5c23d99/launch-ca9b085de86d.min.jsScript20083 KiB
https://www.allianz.com/etc.clientlibs/onemarketing/platform/clientlibs/vendorlib/ndbx-forms.min.ACSHASH31d35d2dc641b7047b82d4b9d905e789.jsScript20077 KiB
https://www.allianz.com/content/experience-fragments/onemarketing/azcom/Allianz_com/en_GB/azcom_header/flyout_teaser/career/master/_jcr_content/root/teaser-horizontal/image.img.jpeg/1761122680774/career-flyout-teaser-image.jpegImage20076 KiB
https://www.allianz.com/en/_jcr_content/root/parsys/wrapper_15072744_cop_1961735627/wrapper/wrapper_copy/wrapper/multi_column_grid/grid-0-par/image_copy.img.82.640.jpeg/1778682752021/economic-research-new-home.jpegImage20074 KiB
https://www.allianz.com/content/experience-fragments/onemarketing/azcom/Allianz_com/en_GB/azcom_header/flyout_teaser/press/master/_jcr_content/root/teaser-horizontal/image.img.jpeg/1783347511373/3am-report-flyout-teaser.jpegImage20073 KiB
https://www.allianz.com/en/_jcr_content/root/parsys/carousel_copy_copy_c_490122956/column-layout/carousel_tile_144421_1789689671/image.img.82.640.png/1783671366613/260709-floods-thumbnail.pngImage20070 KiB
https://www.allianz.com/en/_jcr_content/root/parsys/carousel_copy_copy_c_490122956/column-layout/carousel_tile_144421_77468169/image.img.82.640.jpeg/1783522895730/markus-spiske-kwq2kqtxike-unsplash-(1).jpegImage20063 KiB
https://plugins.flockler.com/embed/v3/embed-grid.jsScript20058 KiB
https://cdn.cookielaw.org/consent/ec173022-6ba4-431d-8542-4756a0bfe1cb/OtAutoBlock.jsScript20058 KiB
https://www.allianz.com/etc.clientlibs/onemarketing/platform/clientlibs/head.min.ACSHASH65b079de6da3f938b7e1bd5e91c51320.jsScript20058 KiB
https://www.allianz.com/en/_jcr_content/root/parsys/wrapper_316484645_co/wrapper/multi_column_grid_20/grid-0-par/image_587953297_copy.img.82.640.jpeg/1784719158306/careers-teaser-new-careers-website.jpegImage20054 KiB
https://www.allianz.com/en/_jcr_content/root/parsys/wrapper_15072744_cop_1961735627/wrapper/wrapper_copy_1410556910/wrapper/multi_column_grid/grid-1-par/image_1097347897.img.82.640.jpeg/1734092547800/20241212-allianz-website-powerofunity.jpegImage20051 KiB
https://www.allianz.com/en/_jcr_content/root/parsys/carousel_copy_copy_c_490122956/column-layout/carousel_tile_144421_321863095/image.img.82.640.jpeg/1783056913446/article-01-autonomous-taxi.jpegImage20048 KiB
https://www.allianz.com/en/_jcr_content/root/parsys/carousel_copy_copy_c_490122956/column-layout/carousel_tile_144421_983074454/image.img.82.640.jpeg/1783497312612/humans-of-allianz-tasbiha-carousel.jpegImage20045 KiB
https://www.allianz.com/en/_jcr_content/root/parsys/wrapper_15072744_cop_1961735627/wrapper/wrapper_copy_1460273853/wrapper/multi_column_grid/grid-0-par/image_1097347897.img.82.640.jpeg/1741804434517/sustainability-home-teaser.jpegImage20042 KiB
https://www.allianz.com/content/experience-fragments/onemarketing/azcom/Allianz_com/en_GB/azcom_header/flyout_teaser/about-us/master/_jcr_content/root/teaser-horizontal/image.img.jpeg/1783352721556/allianz-school-for-life-flyout-teaser.jpegImage20042 KiB
https://elements.cdn.allianz.com/master/dist/a1-elements/assets/fonts/AllianzNeoW04-Bold.woff2Font20031 KiB
https://www.allianz.com/en/_jcr_content/root/parsys/carousel_copy_copy_c_490122956/column-layout/carousel_tile_144421/image.img.82.640.jpeg/1783057594764/scaled-website-carousel.jpegImage20029 KiB
https://www.allianz.com/en/_jcr_content/root/parsys/carousel_copy_copy_c_490122956/column-layout/carousel_tile_144421_621214715/image.img.82.640.jpeg/1783501362544/michael-daum-medium-quote-hall-of-minds.jpegImage20029 KiB
https://elements.cdn.allianz.com/master/dist/a1-elements/assets/fonts/AllianzNeoW04-Regular.woff2Font20028 KiB
https://elements.cdn.allianz.com/master/dist/a1-elements/assets/fonts/AllianzNeoW04-SemiBold.woff2Font20028 KiB
https://www.allianz.com/etc.clientlibs/onemarketing/platform/clientlibs/vendorlib/patternlab/resources/fonts/allianz-neo/AllianzNeoW04-Light.woff2Font20028 KiB
https://www.allianz.com/en.htmlDocument20024 KiB

Long tasks (>50 ms)

StartDuration
431 ms153 ms
1141 ms75 ms
633 ms61 ms
Analyzing…
running mobile + desktop · ~30s