www.booking.com

Report from 7/5/2026, 8:19:10 AM https://www.booking.com/
Latest run · lab, cold cache
0
7/5/2026
28-day score · p75 · the standard
no history yet (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/booking.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.booking.com%2F)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.booking.com%2F"><img src="https://agentvitals.dev/badge/booking.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business namenot found
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.26
SSD Semantic Signal Density Poor
24 tok
TC Token Cost Good
236 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
81% · 49,435
Chrome (nav / header / footer)
16% · 9,787
Boilerplate (cookie / ad)
0% · 0
Other
2.9% · 1,797

Final screenshot

Final screenshot of https://www.booking.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.01 · profile JSON-LD 1/2 · missing: url
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 66/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 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 (6)

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

✓ robots.txt allows AI bots✓ No CAPTCHA wall✓ No content-blocking cookie wall✓ No login wall on public content✓ Server response (TTFB)
Full profile — how to improve · unused JS · network · timing

How to improve

highSplit the heaviest unused bundlehighest leverage

782ad794.74703bae.chunk.js — 356 KiB transferred, 89.6% unused (third-party)

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

bstatic.com — 3076 KiB, 129 requests, 479 ms main-thread

EvidenceThird-party is 91.3% of total transfer (190 requests); bstatic.com is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove bstatic.com; defer non-critical third-party scripts.
mediumLower server response time

time to first byte

EvidenceTTFB is 1143 ms.
ImpactEarlier first useful token (TTFUT).
Effort1–3 h
FixCache at the edge (CDN), reduce server work, avoid redirect chains.
mediumBreak up long main-thread tasks

longest task 245 ms (4 total)

EvidenceMain thread blocked 245 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

5.0 MB total

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

Third-party impact

190 third-party requests · 4658 KiB (91.3% of transfer) · 535 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
bstatic.com1293076 KiB479 ms
googletagmanager.com4627 KiB50 ms
awswaf.com8290 KiB
doubleclick.net10261 KiB6 ms
cookielaw.org6176 KiB
google.com798 KiB
criteo.com451 KiB
adtrafficquality.google422 KiB
bing.com618 KiB
adsrvr.org415 KiB
redditstatic.com113 KiB
yimg.jp112 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://cf.bstatic.com/psb/capla/static/js/782ad794.74703bae.chunk.js 3P356 KiB89.6%319 KiB
https://www.booking.com/__challenge_h78IRKX3kpQxScCExxShBNwRUlb/d8c14d4960ca/a18a4859af9c/challenge.js281 KiB99.3%279 KiB
https://cf.bstatic.com/psb/capla/static/js/client.14fbfb0a.js 3P434 KiB55.3%240 KiB
https://cf.bstatic.com/psb/capla/static/js/b65e71e5.3b080b91.chunk.js 3P243 KiB63.4%154 KiB
https://d8c14d4960ca.edge.sdk.awswaf.com/d8c14d4960ca/a18a4859af9c/challenge.js 3P281 KiB53.8%151 KiB
https://cf.bstatic.com/psb/capla/static/js/c2edf532.d8ba27a9.chunk.js 3P171 KiB79.4%136 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608040101/pubads_impl.js?cb=122880214 3P199 KiB65.8%131 KiB
https://cf.bstatic.com/psb/capla/static/js/81da5f32.54b83d77.chunk.js 3P133 KiB90%120 KiB
https://cf.bstatic.com/psb/capla/static/js/dc32f6b7.83db6d8a.chunk.js 3P191 KiB59.5%114 KiB
https://cf.bstatic.com/psb/capla/static/js/4bd23c76.843107fa.chunk.js 3P90 KiB98.8%89 KiB
https://www.googletagmanager.com/gtag/destination?id=AW-988382855&cx=c&gtm=4e6871 3P156 KiB51.7%80 KiB
https://cdn.cookielaw.org/scripttemplates/202501.2.0/otBannerSdk.js 3P114 KiB69.2%79 KiB
https://www.googletagmanager.com/gtag/destination?id=DC-4228414&cx=c&gtm=4e6871 3P135 KiB58.1%78 KiB
https://accounts.google.com/gsi/client 3P97 KiB80.6%78 KiB
https://www.googletagmanager.com/gtag/js?id=G-A12345&cx=c&gtm=4e6871 3P145 KiB53.3%77 KiB

Network

257Requests
5104 KiBTransferred
97Scripts
91.3%3rd-party
4Long tasks
Script (97)
4308 KiB
Image (33)
445 KiB
Fetch (58)
122 KiB
Stylesheet (33)
91 KiB
Document (10)
84 KiB
XHR (15)
26 KiB
Other (7)
25 KiB
Ping (4)
3 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://cf.bstatic.com/psb/capla/static/js/client.14fbfb0a.jsScript200434 KiB
https://cf.bstatic.com/psb/capla/static/js/782ad794.74703bae.chunk.jsScript200356 KiB
https://www.booking.com/__challenge_h78IRKX3kpQxScCExxShBNwRUlb/d8c14d4960ca/a18a4859af9c/challenge.jsScript200281 KiB
https://d8c14d4960ca.edge.sdk.awswaf.com/d8c14d4960ca/a18a4859af9c/challenge.jsScript200281 KiB
https://cf.bstatic.com/psb/capla/static/js/b65e71e5.3b080b91.chunk.jsScript200243 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608040101/pubads_impl.js?cb=122880214Script200199 KiB
https://www.googletagmanager.com/gtm.js?id=GTM-5Q664QZScript200191 KiB
https://cf.bstatic.com/psb/capla/static/js/dc32f6b7.83db6d8a.chunk.jsScript200191 KiB
https://cf.bstatic.com/psb/capla/static/js/c2edf532.d8ba27a9.chunk.jsScript200171 KiB
https://www.googletagmanager.com/gtag/destination?id=AW-988382855&cx=c&gtm=4e6871Script200156 KiB
https://www.googletagmanager.com/gtag/js?id=G-A12345&cx=c&gtm=4e6871Script200145 KiB
https://www.googletagmanager.com/gtag/destination?id=DC-4228414&cx=c&gtm=4e6871Script200135 KiB
https://cf.bstatic.com/psb/capla/static/js/81da5f32.54b83d77.chunk.jsScript200133 KiB
https://cf.bstatic.com/psb/capla/static/js/0d919837.8d75ac05.chunk.jsScript200127 KiB
https://cdn.cookielaw.org/scripttemplates/202501.2.0/otBannerSdk.jsScript200114 KiB
https://accounts.google.com/gsi/clientScript20097 KiB
https://cf.bstatic.com/psb/capla/static/js/4bd23c76.843107fa.chunk.jsScript20090 KiB
https://cf.bstatic.com/xdata/images/city/600x600/971990.jpg?k=6d52fe4a57a984e2d540e3d7a1910f8a76fda3a57708faddd74e2109c3344b5e&o=Image20075 KiB
https://www.booking.com/?chal_t=1786448199697&force_referer=Document20073 KiB
https://cf.bstatic.com/xdata/images/city/600x600/653256.jpg?k=db29effa75f45141e936338a82b0ca45d1a970acf280216cb28ae1a785ab447a&o=Image20070 KiB
https://cf.bstatic.com/xdata/images/city/600x600/653170.jpg?k=3ee0b028403414ba8b687fda2b42a7047fc043c44e75cba225c714bea6108570&o=Image20056 KiB
https://cf.bstatic.com/psb/capla/static/js/72736a66.bc823c69.chunk.jsScript20047 KiB
https://cf.bstatic.com/psb/capla/static/js/d06482ef.08e8f9a5.chunk.jsScript20047 KiB
https://cf.bstatic.com/xdata/images/city/600x600/653240.jpg?k=6b015a87c8443039a685038e97dd58dab6a8748078948b27cca7d1a5fcef308d&o=Image20045 KiB
https://cf.bstatic.com/psb/capla/static/js/b9a82cb8.9e4f065c.chunk.jsScript20043 KiB
https://cdn.cookielaw.org/consent/3ea94870-d4b1-483a-b1d2-faf1d982bb31/01971113-172e-78f5-a37b-7e00f3524e9f/en-us.jsonFetch20042 KiB
https://cf.bstatic.com/xdata/images/city/600x600/653231.jpg?k=526fe3dd8fc78cbaccaee3be9e675b624e73b666ab757ecb0ebf31c7f7d96264&o=Image20038 KiB
https://securepubads.g.doubleclick.net/tag/js/gpt.jsScript20036 KiB
https://cf.bstatic.com/psb/capla/static/js/5aeeadf2.4754fb21.chunk.jsScript20034 KiB
https://cf.bstatic.com/psb/capla/static/js/38055147.6e2eff02.chunk.jsScript20034 KiB

Long tasks (>50 ms)

StartDuration
1975 ms245 ms
1872 ms88 ms
1575 ms55 ms
2346 ms50 ms
Analyzing…
running mobile + desktop · ~30s