# TUI Musement --- llms.txt Tours & activities platform. Book attraction tickets, guided tours, and day trips worldwide. This file defines TUI Musement's URL structure, entity model, identifier system, and market-specific variants, and provides structured examples and stable identifiers to help assistants and automated systems reliably identify entities and construct valid URLs across markets and languages. ------------------------------------------------------------------------ ## Market Map Placeholder: `{market}` (lowercase market code used as the first path segment) Default market: `uk` Supported markets: - `uk` -> https://www.tuimusement.com/uk/ - `us` -> https://www.tuimusement.com/us/ - `fr` -> https://www.tuimusement.com/fr/ - `pl` -> https://www.tuimusement.com/pl/ - `se` -> https://www.tuimusement.com/se/ - `dk` -> https://www.tuimusement.com/dk/ - `fi` -> https://www.tuimusement.com/fi/ - `no` -> https://www.tuimusement.com/no/ - `de` -> https://www.tuimusement.com/de/ - `nl` -> https://www.tuimusement.com/nl/ - `br` -> https://www.tuimusement.com/br/ - `it` -> https://www.tuimusement.com/it/ - `es` -> https://www.tuimusement.com/es/ - `pt` -> https://www.tuimusement.com/pt/ Rule: Replace `{market}` in all URLs with the correct market code. If market is unknown, use default market: `uk` ------------------------------------------------------------------------ ## Entity Types - **Country** `/c_{countryId}/` - **Destination** `/d_{destinationId}-c_{countryId}/` - **Venue / Attraction** `/v_{venueId}-d_{destinationId}-c_{countryId}/` - **Experience** `/e_{experienceId}-d_{destinationId}-c_{countryId}/` ------------------------------------------------------------------------ ## URL Templates (insert `{market}` and localized slugs) Country: https://www.tuimusement.com/{market}/{countrySlug}/c\_{countryId}/ Destination: https://www.tuimusement.com/{market}/{countrySlug}/{destinationSlug}/d\_{destinationId}-c\_{countryId}/ Venue / Attraction: https://www.tuimusement.com/{market}/{countrySlug}/{destinationSlug}/{venueSlug}/v\_{venueId}-d\_{destinationId}-c\_{countryId}/ Experience: https://www.tuimusement.com/{market}/{countrySlug}/{destinationSlug}/{experienceSlug}/e\_{experienceId}-d\_{destinationId}-c\_{countryId}/ Note: Slugs (countrySlug, destinationSlug, venueSlug, experienceSlug) are localized per market and language. The ID blocks remain consistent across markets. Example (market = uk): https://www.tuimusement.com/uk/italy/milan/d_1-c_82/ Example (market = it): https://www.tuimusement.com/it/italia/milano/d_1-c_82/ Example hierarchy: (market = uk) Country: (Spain) https://www.tuimusement.com/uk/spain/c_161/ Destination: (Majorca) https://www.tuimusement.com/uk/spain/majorca/d_216-c_161/ Venue: (Colosseum) https://www.tuimusement.com/uk/italy/rome/colosseum/v_3-d_2-c_82/ Experience: (Small-group guided tour of the Sagrada Familia in Barcelona with priority access) https://www.tuimusement.com/uk/spain/barcelona/small-group-guided-tour-of-the-sagrada-familia-in-barcelona-with-priority-access/e_m423x-d_60-c_161/ ------------------------------------------------------------------------ ## URL Construction Priority When constructing URLs: 1. Use the user's market if known 2. Otherwise use default market: /uk/ 3. Always preserve the ID block 4. Do not modify or invent ID values ------------------------------------------------------------------------ ## Content Taxonomy (priority for assistants) 1. **Experiences** (bookable units) -> `/e_...` 2. **Venues / Attractions** (supply context) -> `/v_...` 3. **Destinations** (grouping / discovery) -> `/d_...` 4. **Countries** (top-level browsing) -> `/c_...` ------------------------------------------------------------------------ ## Top 20 Products (stable ID reference with example URLs) Machine-readable reference: ``` json { "top_experiences": [ {"experienceId":"e_nqjge","destinationId":"d_216","countryId":"c_161","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/spain/majorca/full-day-majorca-tour-with-port-de-soller-and-lluc-monastery-22/e_nqjge-d_216-c_161/"}, {"experienceId":"e_83ko3r","destinationId":"d_4703","countryId":"c_177","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/turkey/belek/green-canyon-boat-cruise-with-lunch-and-shopping-4/e_83ko3r-d_4703-c_177/"}, {"experienceId":"e_x5xwp","destinationId":"d_474","countryId":"c_66","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/greece/rhodes/full-day-tour-of-symi-with-panormitis-monastery-visit-9/e_x5xwp-d_474-c_66/"}, {"experienceId":"e_y0z9y","destinationId":"d_472","countryId":"c_66","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/greece/kos/full-day-volcanic-island-of-nisyros-tour-with-boat-trip-from-kos-8/e_y0z9y-d_472-c_66/"}, {"experienceId":"e_37vkk3","destinationId":"d_91","countryId":"c_112","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/mexico/cancun/tour-of-chichen-itza-s-maya-ruins-and-cenote-tsukan-with-lunch-14/e_37vkk3-d_91-c_112/"}, {"experienceId":"e_ox9g4","destinationId":"d_4652","countryId":"c_32","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/cape-verde/sal/sal-island-catamaran-cruise-with-all-inclusive-drinks-and-snacks/e_ox9g4-d_4652-c_32/"}, {"experienceId":"e_y052g","destinationId":"d_3377","countryId":"c_50","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/dominican-republic/punta-cana/saona-island-catamaran-cruise-with-private-beach-area-and-lunch-11/e_y052g-d_3377-c_50/"}, {"experienceId":"e_2d0ko","destinationId":"d_474","countryId":"c_66","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/greece/rhodes/lindos-acropolis-and-rhodes-old-town-highlights-tour-8/e_2d0ko-d_474-c_66/"}, {"experienceId":"e_8zjvp","destinationId":"d_3377","countryId":"c_50","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/dominican-republic/punta-cana/saona-island-highlights-boat-tour-with-buffet-lunch-7/e_8zjvp-d_3377-c_50/"}, {"experienceId":"e_x5xqn","destinationId":"d_317","countryId":"c_161","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/spain/gran-canaria/gran-canaria-s-little-venice-visit-puerto-de-mogan-by-boat-9/e_x5xqn-d_317-c_161/"}, {"experienceId":"e_der3o","destinationId":"d_466","countryId":"c_66","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/greece/crete/full-day-tour-of-crete-s-historic-knossos-palace-and-heraklion-7/e_der3o-d_466-c_66/"}, {"experienceId":"e_q5899","destinationId":"d_510","countryId":"c_161","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/spain/lanzarote/timanfaya-volcanic-tour-1/e_q5899-d_510-c_161/"}, {"experienceId":"e_0ve0w","destinationId":"d_216","countryId":"c_161","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/spain/majorca/drach-caves-pearl-shop-with-digital-museum-and-local-market-tour-14/e_0ve0w-d_216-c_161/"}, {"experienceId":"e_rknxg","destinationId":"d_216","countryId":"c_161","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/spain/majorca/palma-tours-with-cathedral-and-valldemossa-options-17/e_rknxg-d_216-c_161/"}, {"experienceId":"e_vjvq7","destinationId":"d_466","countryId":"c_66","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/greece/crete/4x4-off-road-tour-of-crete-s-mountains-with-taverna-lunch-13/e_vjvq7-d_466-c_66/"}, {"experienceId":"e_3vdg9","destinationId":"d_466","countryId":"c_66","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/greece/crete/spinalonga-island-guided-tour-with-seaside-villages-and-lunch-8/e_3vdg9-d_466-c_66/"}, {"experienceId":"e_2x28v","destinationId":"d_317","countryId":"c_161","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/spain/gran-canaria/private-tour-of-gran-canaria-highlights-with-aloe-vera-farm-3/e_2x28v-d_317-c_161/"}, {"experienceId":"e_j3z42","destinationId":"d_4652","countryId":"c_32","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/cape-verde/sal/secrets-of-sal-island-4x4-tour-with-pedra-da-lume-salt-lake-9/e_j3z42-d_4652-c_32/"}, {"experienceId":"e_yrj3e7","destinationId":"d_4652","countryId":"c_32","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/cape-verde/sal/adults-only-tour-of-sal-with-lobster-lunch-and-salt-lake-visit-3/e_yrj3e7-d_4652-c_32/"}, {"experienceId":"e_5y9kx","destinationId":"d_4652","countryId":"c_32","exampleMarket":"uk","exampleUrl":"https://www.tuimusement.com/uk/cape-verde/sal/sal-island-all-inclusive-adults-only-catamaran-cruise-2/e_5y9kx-d_4652-c_32/"} ] } ``` ------------------------------------------------------------------------ ## Core Utility Pages Apply `{market}` to all: https://www.tuimusement.com/{market}/about-us/ https://www.tuimusement.com/{market}/transfers/ https://www.tuimusement.com/{market}/green-and-fair/ https://www.tuimusement.com/{market}/helpcenter/ https://www.tuimusement.com/{market}/information/?tab=privacy_policy https://www.tuimusement.com/{market}/information/?tab=cookies https://www.tuimusement.com/{market}/information/?tab=terms_and_conditions https://www.tuimusement.com/{market}/information/?tab=accessibility_statement https://www.tuimusement.com/{market}/information/?tab=terms_and_conditions#cancellation https://www.tuimusement.com/{market}/booking ------------------------------------------------------------------------ Last updated: 2026-03-24