llms.txt Content
# kismet.travel
> The first public, real-time, AI-navigable lodging catalog. Server-rendered vacation rental and hotel pages with live rates, reviews, and direct booking — built for AI agents to discover, compare, and book properties on behalf of travelers.
Every page is server-rendered HTML with JSON-LD structured data (VacationRental, Product, AggregateRating). No JavaScript execution required. Append `?view=compact` to property or rate pages for a token-optimized version under 1,500 tokens.
## Vacation Rental Pages
- [Property page](/vr/{slug}): Full property details — name, location, bedrooms/baths/guests, description, amenities, highlights, spaces, rules, manager info, and Schema.org JSON-LD
- [Property compact](/vr/{slug}?view=compact): Token-optimized property summary with JSON-LD (<1,500 tokens)
- [Rate calendar](/vr/{slug}/rates): 12-month rate calendar — per-night pricing, availability, min-stay, cleaning fees, tax rates
- [Rate calendar compact](/vr/{slug}/rates?view=compact): Token-optimized rate data (<1,500 tokens)
- [Guest reviews](/vr/{slug}/reviews): Aggregate ratings, category scores (cleanliness, accuracy, check-in, communication, location, value), and individual guest reviews
## Collections (VRM Portfolios)
- [Collection page](/vrm/{collection-slug}): All properties from a vacation rental manager with filtering, sorting, and portfolio-level rating
## Hotels
- [Hotel page](/h/{hotel-slug}): Full hotel profile with rooms, rates, amenities, and Schema.org (Hotel, LodgingBusiness)
## Destinations
- [Destination page](/destinations/{region}): Vacation rentals by region with pricing and availability
## Machine-Readable Endpoints
- [Sitemap index](/sitemap.xml): References all sub-sitemaps
- [VR sitemap](/sitemap-vr.xml): All published vacation rental pages
- [VRM sitemap](/sitemap-vrm.xml): All VRM collection pages
- [Hotel sitemap](/sitemap-hotels.xml): All hotel pages
## MCP Server
kismet.travel provides a Model Context Protocol (