Actuent
expedia.com

Expedia

Expedia is a global travel booking platform that lets users search and book flights, hotels, car rentals, vacation packages, activities, and cruises. The site offers a simple navigation bar with icons for each travel category, a search form to specify travel dates, number of travelers, and rooms, and promotional deals such as anniversary sales. Users can also add flights to bundles, view special coupons, and choose pay‑later options. The homepage features a prominent call‑to‑action button to book now, along with advertisements for partner offers.

55
Partly agent-ready
Agent-readiness score out of 100
  • ✓ Clear description of the site
  • ✓ Several pages described
  • ✓ Actions agents can take
  • ✓ 3 or more actions
  • ○ Publishes its own LAWP (/.well-known/lawp.json)
  • ○ Actions agents can execute
  • ○ Business details (address, hours, phone)

How to improve this score

Up to +45 points:
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
Give an action an endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.
+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for expedia.com
Made from what Actuent already knows. Edit it, then publish it at https://expedia.com/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "expedia.com",
  "name": "Expedia",
  "language": "en",
  "pages": {
    "/": {
      "title": "Expedia - Book Flights, Hotels, Cars, and More",
      "content": "Expedia is a global travel booking platform that lets users search and book flights, hotels, car rentals, vacation packages, activities, and cruises. The site offers a simple navigation bar with icons for each travel category, a search form to specify travel dates, number of travelers, and rooms, and promotional deals such as anniversary sales. Users can also add flights to bundles, view special coupons, and choose pay‑later options. The homepage features a prominent call‑to‑action button to book now, along with advertisements for partner offers."
    },
    "/about": {
      "title": "Bot or Not?",
      "content": "Show us your human side... We can't tell if you're a human or a bot. 4829e144-9fa5-4921-a09d-0dee01dc0bbc"
    },
    "/contact": {
      "title": "Bot or Not?",
      "content": "Show us your human side... We can't tell if you're a human or a bot. 30ce8ba1-ca39-4590-a896-776492446055"
    },
    "/pricing": {
      "title": "Bot or Not?",
      "content": "Show us your human side... We can't tell if you're a human or a bot. 16302b0b-1575-4597-839d-465866a60bea"
    }
  },
  "actions": [
    {
      "id": "search_hotels",
      "name": "Search Hotels",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "search hotels",
        "find accommodation",
        "hotel booking",
        "stay",
        "book hotel"
      ],
      "description": "Search for hotel accommodations based on location, dates, and traveler details."
    },
    {
      "id": "search_flights",
      "name": "Search Flights",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "search flights",
        "flight booking",
        "air travel",
        "book flight",
        "find flight"
      ],
      "description": "Search for flight options between origin and destination with specified dates."
    },
    {
      "id": "search_cars",
      "name": "Search Cars",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "search cars",
        "car rental",
        "rent car",
        "vehicle booking",
        "car hire"
      ],
      "description": "Search for car rental options at a destination."
    },
    {
      "id": "search_packages",
      "name": "Search Packages",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "search packages",
        "vacation package",
        "bundle travel",
        "trip package",
        "package deal"
      ],
      "description": "Search for vacation packages that bundle flights, hotels, and activities."
    },
    {
      "id": "book_deal",
      "name": "Book Deal",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "book deal",
        "special offer",
        "discount booking",
        "sale booking",
        "promo deal"
      ],
      "description": "Book a promotional deal such as the 30th Anniversary Sale."
    },
    {
      "id": "pay_later",
      "name": "Pay Later",
      "input": {
        "type": "text",
        "required": false
      },
      "intent": [
        "pay later",
        "split payment",
        "postpone payment",
        "pay later booking",
        "deferred payment"
      ],
      "description": "Choose pay‑later option for booking."
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Expedia",
      "intent": [
        "contact",
        "message",
        "email",
        "get in touch"
      ],
      "input": {
        "type": "object",
        "required": true,
        "fields": [
          {
            "name": "name",
            "type": "string",
            "required": true
          },
          {
            "name": "email",
            "type": "email",
            "required": true
          },
          {
            "name": "message",
            "type": "string",
            "required": true
          }
        ]
      }
    }
  ]
}
Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Expedia",
  "url": "https://expedia.com",
  "telephone": "+00 0000 0000",
  "priceRange": "€€",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Street 1",
    "postalCode": "0000",
    "addressLocality": "City",
    "addressCountry": "DK"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}
</script>

What AI agents can do here

Search Hotels
Search for hotel accommodations based on location, dates, and traveler details.
search hotelsfind accommodationhotel bookingstaybook hotel
Search Flights
Search for flight options between origin and destination with specified dates.
search flightsflight bookingair travelbook flightfind flight
Search Cars
Search for car rental options at a destination.
search carscar rentalrent carvehicle bookingcar hire
Search Packages
Search for vacation packages that bundle flights, hotels, and activities.
search packagesvacation packagebundle traveltrip packagepackage deal
Book Deal
Book a promotional deal such as the 30th Anniversary Sale.
book dealspecial offerdiscount bookingsale bookingpromo deal
Pay Later
Choose pay‑later option for booking.
pay latersplit paymentpostpone paymentpay later bookingdeferred payment

Pages

Expedia - Book Flights, Hotels, Cars, and More /
Expedia is a global travel booking platform that lets users search and book flights, hotels, car rentals, vacation packages, activities, and cruises. The site offers a simple navigation bar with icons for each travel category, a search form to specify travel dates, number of trav
Bot or Not? /about
Show us your human side... We can't tell if you're a human or a bot. 4829e144-9fa5-4921-a09d-0dee01dc0bbc
Bot or Not? /contact
Show us your human side... We can't tell if you're a human or a bot. 30ce8ba1-ca39-4590-a896-776492446055
Bot or Not? /pricing
Show us your human side... We can't tell if you're a human or a bot. 16302b0b-1575-4597-839d-465866a60bea

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=expedia.com
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 16 Sep 2026

Is this your site?

Claim expedia.com to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="expedia.com" async></script> or the image https://api.actuent.ai/badge.svg?domain=expedia.com&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.