# Sporthotel Walliserhof, Unterbäch --- Site Overview --- Guest-facing booking engine for hotels and hotel groups built with Next.js Pages Router and a custom Express server. Supports search, room/package selection, checkout, booking retrieval, and content pages. --- Guest Journeys --- 1. Discover: / 3. Select room/rate: /room/[roomCode] or /property/CH_VS_0219/room/[roomCode] 4. Checkout: Select offer and continue to /property/CH_VS_0219/checkout or /property/CH_VS_0219/checkout/[continueBookingId] 5. Manage booking: /booking-details/CH_VS_0219/[reservationId]/[reservationPin] --- Relevant Pages --- - / - /room/[roomCode] - /package/[packageCode] - /property/CH_VS_0219/checkout - /property/CH_VS_0219/checkout/[continueBookingId] - /booking-details/CH_VS_0219/[reservationId]/[reservationPin] - /property/CH_VS_0219/special-offers --- Available Rooms --- - Double room (Occupancy: 1-2, Code: ROOM_1) --- Supported URL Parameters --- - Stay: skd-checkin, skd-checkout, adult_room1..N, child_room1..N, child_room1_age0..N, skd-total-rooms - Rate selection: skd-room-view, skd-package-view, skd-offer-package, skd-promotion-code, skd-group-code, skd-channel-id - Locale/market: skd-language-code, skd-currency-code - Booking management: skd-reservation-id, skd-reservation-pin, skd-continue-booking, skd-booking-pin, skd-confirm-booking-id, skd-confirm-booking-pin - Tracking/other: skd-rate-fence, skd-source-context, skd-user-ip, utm_source, utm_medium, utm_campaign, skd-searchbar-type, skd-vanilla-mode, skd-custom-style-url --- LLM Guide: Using Parameters and Navigating the Booking Engine --- To construct deep links, append skd-* parameters to the base URL. - Stay: skd-checkin (YYYY-MM-DD), skd-checkout (YYYY-MM-DD), adult_room1, child_room1, skd-total-rooms - Rates: skd-room-view, skd-package-view, skd-offer-package, skd-promotion-code - Locale: skd-language-code, skd-currency-code - Booking management: skd-reservation-id, skd-reservation-pin, skd-continue-booking Start at /. Room links: /room/[roomCode]. Checkout: /property/CH_VS_0219/checkout. Example: /?skd-checkin=2025-03-15&skd-checkout=2025-03-18&skd-property-code=DEMO --- Property Description --- # Sporthotel Walliserhof, Unterbäch ## Address Sporthotel Walliserhof 3944 Unterbäch, Wallis, CH ## Location Latitude: 46.287472N, Longitude: 7.8017193E ## Contact - Phone: 41 27 9342828 - Email: info@sporthotel-walliserhof.ch - Website: N/A ## About ### Description No AGB available ### Traditionally furnished small hotel with a welcome for families. Traditionally furnished small hotel with a welcome for families. Well appointed rooms with sunbathing balcony, rustic dining room, cosy Valais-style lounge. Lift, own car park. ### Directions to our hotel Unterbäch lies at 1250 metres above sea level, high above the Rhone valley. Always accessible by car from Visp or Turtmann or by cable car from Raron. ### Description Traditionally furnished small hotel with a welcome for families. Well appointed rooms with sunbathing balcony, rustic dining room, cosy Valais-style lounge. Lift, own car park. ### Check in: 12:00 - Check out: 11:00 The rooms are available from 11:00 a.m. on the day of arrival. On the day of departure we ask you to vacate the rooms by 11:00 am. --- Safety Notes --- - Use only guest-facing public routes listed above. - Do not assume hidden admin endpoints exist in this frontend. - Do not request, scrape, or expose personal data outside explicit booking-management inputs. --- Version --- - Format: llms.txt - Version: 1.0 - Last updated: 2026-02-24