GeoCheckr
FeaturesFree ToolsPricingBlog
Sign inGet Started
Home/Blog/GEO for Travel: Eight Booking Sites, Three llms.txt Files

GEO for Travel: Eight Booking Sites, Three llms.txt Files

August 25, 2026·7 min read·GeoCheckr Team
Most travel brands cannot be read by the machines that answer travelers. On August 25, 2026, we fetched eight of the biggest travel sites the way a text-only AI crawler does: plain HTTP, no JavaScript, no browser. We checked the llms.txt path, the crawler rules in robots.txt, and the structured data on the homepage. Three of the eight publish llms.txt at all. Only Kayak pairs its file with FAQ schema. Booking.com, the largest of them all, answered with a 442 KB error page.

Eight travel giants, three llms.txt files, two hard bot walls

Every site below got the same three questions on the same day. The table shows what a text-only crawler actually receives:

Sitellms.txtAI crawlers in robots.txtHomepage structured data
Booking.com404 — 442 KB HTML error pagenone namednone (HTTP 202, 3.9 KB shell)
Airbnb4047 named, Googlebot's 248-line Disallow list eachnone (HTTP 403)
TripAdvisor403 — block pageGoogle-Extended and meta-externalagent bannednone (HTTP 403)
Expediapublished — 7 KB brand brief4 named (OAI-SearchBot, ChatGPT-User, PerplexityBot, Perplexity-User)none (HTTP 429 on our fetch)
Kayakpublished — 7.5 KB resource indexnoneFAQPage (5 Q&A), Organization, WebSite
Marriott403 — "Access Denied"robots.txt itself returns 403none (HTTP 403)
Skyscannersoft-404 — HTTP 200, "Sorry, we have a problem" shellnonenone (JS shell)
Hostelworldpublished — 23.9 KB usage manualnoneOrganization, WebSite, SearchAction, AggregateRating
Five of eight sites range from absent to hostile about AI discovery. The two 403 walls — TripAdvisor and Marriott — cut off text-only fetch before a crawler ever reaches a file. Skyscanner's soft-404 is sneakier: HTTP 200, so nothing looks broken, but the bytes are HTML that says "Sorry, we have a problem" and loads a JavaScript bundle a text crawler will never run. Booking.com and Airbnb serve real 404s. Their error pages, altogether, outweigh the combined size of every llms.txt file we found.

The biggest booking brands answer AI with error pages and bot walls

Booking.com's /llms.txt 404 page weighs 442 KB. The other three published files total about 38 KB. An AI crawler that asks the largest travel site in the world what it should know gets back a wall of marketing HTML — roughly eleven times the size of the answer its three competitors actually wrote. We fetched the homepage with a Googlebot user agent and got a 202 with 3.9 KB of HTML and zero JSON-LD blocks. As far as a language model's crawler is concerned, the Booking.com homepage is a mostly empty page.

Airbnb wrote the most elaborate policy of the eight, and it is pure copy-paste. Its robots.txt names seven AI crawlers — GPTBot, ClaudeBot, PerplexityBot, OAI-SearchBot, anthropic-ai, cohere-ai, meta-externalagent — and hands each one Googlebot's rulebook: the same long Disallow list, 248 lines for GPTBot alone, with /calendar/ical/ thrown in as the token allowance. Nobody asked what AI should know about Airbnb. Someone asked which search engine rules to duplicate, and the answer got filed as AI strategy. The llms.txt path still 404s.

TripAdvisor's policy is deliberate and then self-defeating. Google-Extended gets an outright Disallow: /, meta-externalagent gets the same, OAI-SearchBot is barred from destination pages carrying location IDs, PerplexityBot stays out of the forums, and Bytespider, CCBot, and ClaudeBot are named without restrictions. That is a real, thought-out position. It is also moot: our plain text request for /llms.txt and the homepage both came back 403 from the edge. TripAdvisor has decided what AI may read and then made sure nothing text-only gets in to read it.

Marriott does not bother with policy. The edge returns "Access Denied" for robots.txt itself, so a crawler cannot even load the file that tells it the rules. Skyscanner shows the other failure mode: an SPA catch-all page swallows /llms.txt with a 200, which means no alarm goes off anywhere. Neither of those sites ever said no to AI search. They just never said anything at all.

The three files that exist are three different ideas of the same file

Expedia's file is a brand brief. It opens with "# Expedia.com," asserts a canonical identity, states the United States scope, lists the official apps, and warns that prices and rewards differ by region — English travel content for an English-speaking model. It tours the catalog: stays, flights, cars, packages, cruises, AI-powered trip planning. A model that reads it can explain exactly who Expedia is and why prices vary. It cannot book anything from it, because no bookable page is listed in it.

Kayak took the opposite approach: index, not story. "# KAYAK," one definitional line, then Core Resources — About, Flights, Stays, Cars, Packages, Explore, Help center — each a plain markdown link. The homepage then backs the file up with FAQPage schema that carries the questions travelers actually type: "How do I find travel deals on KAYAK?", "What are KAYAK Price Alerts?", plus Organization and WebSite markup. Kayak is the only site of the eight where the file and the schema point the same direction, and its robots.txt names no AI crawlers at all. No block, no drama, just a file and an answer sheet.

Hostelworld wrote the most unusual file of the three — an instruction manual. Twenty-three kilobytes of it tells the model how URLs are constructed, how the multilingual structure works, how to distinguish hostel pages from hotel pages — and then it draws the line: for real-time data like availability and pricing, direct users to the website instead of inventing numbers. It even instructs the model to cite the file when answering questions about Hostelworld. That is not a brand brief or an index. That is a job description.

What to copy: pick one of the three jobs

Marketplaces: copy Kayak. Ship an llms.txt index of your searchable categories, then mark up the five questions customers ask every day with FAQPage. You do not need 248 Disallow lines. Kayak's robots.txt has none for AI.

Brands: copy Expedia's shape. Write the identity file — who you are, where you operate, what you sell, the regional rules. Your llms.txt then does for models what your About page does for people.

Platforms with real-time inventory: copy Hostelworld. Write the rules for how the site works, and be explicit about where live data stops so the model does not guess prices for you.

Here is the pattern nobody mentions: all three companies that shipped a file compete for the same traveler as the five that did not. The three smallest entries in this test are the three with llms.txt. The gap is not budget. A text file is free, and the biggest brands in travel have decided it is beneath them.

Five fixes for travel brands, in the order they matter

  1. Publish llms.txt this week. A text file, no build step. List your top 30 pages — destinations, inventory categories, help center, the pages your team already routes people to. Validate the format with the llms.txt checker and skim our llms.txt guide before you push it.
  1. Put FAQPage on the homepage. Take the questions your support team answers weekly — booking changes, price alerts, cancellation windows — and wrap them in schema so a model treats them as answers. Kayak's five-question block took one engineer an afternoon.
  1. Check your bot protection from a server, not a browser. If you run Akamai, Cloudflare, or Fastly challenges, the AI crawler check will show you the same 403s Marriott and TripAdvisor are serving right now. Verify GPTBot and friends can reach robots.txt, llms.txt, and your core pages.
  1. Write answer passages, not brochure copy. Open every destination and inventory page with a 134-167 word passage that says what it is, who it is for, and what it costs. Our how to get cited by ChatGPT walkthrough explains the length and shape models quote.
  1. Treat AI search as a booking channel, because you are already paying for it. Travelers ask models "where to stay in Lisbon" and "cheapest time to fly to Tokyo" tonight. Every brand that hands the model a clean, quotable answer wins a decision it never had to advertise for. The brands that keep their inventory in JavaScript tabs will keep their invisible readers too.
Run the free GEO audit on your homepage and a destination page today — you get a six-dimension score and a fix list ordered by impact, and you will see exactly which of the five gaps above are yours.
GEOTravelHospitality

Related Articles

Technical SEO Check: Six Sites, Two llms.txt, One Bot Wall

August 29, 2026

GEO for Education: Six University Sites, Zero llms.txt Files

August 24, 2026

GEO for Real Estate & Proptech: AI-Powered Property Discovery

August 15, 2026

GeoCheckr

AI Search Visibility Platform. Optimize your website for ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews.

Product

  • GEO by Industry
  • Pricing
  • Blog
  • FAQ

Scoring Tools

  • Full GEO Audit
  • Citability Checker
  • LLM Visibility
  • Platform Optimization

Technical Tools

  • AI Crawler Checker
  • llms.txt Checker
  • Schema Checker
  • Technical SEO

Company

  • About
  • Topics
  • Privacy Policy
  • Terms of Service

© 2026 GeoCheckr. All rights reserved.

AI Search Visibility Platform