<?xml version="1.0" encoding="UTF-8"?>
<!--
  3.272 (walk A D-11). Every public page of this site, listed once.

  Static rather than generated: this app's routes are a fixed list in
  `src/App.tsx`, and `tests/siteFiles.test.ts` fails if that list and this file
  drift apart, so there is nothing a build step would add except a build step.

  What is NOT here: `/account`, `/lookup` and the four token addresses
  (`/review/:token`, `/booking/manage`, `/pay/:token`, `/change-order/:token`).
  They are noindex, they are in robots.txt's Disallow list, and a sitemap is a
  request to index. `/gallery/:albumId` and `/blog/:slug` are absent because
  their contents live in the shop's admin, not in this repository.

  A page that is switched off in Settings answers 404, which a crawler handles
  by dropping the entry. That is the correct outcome and not worth a build-time
  read of the shop's feature flags.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://walk-nineteen.craft75.com/</loc></url>
  <url><loc>https://walk-nineteen.craft75.com/book</loc></url>
  <url><loc>https://walk-nineteen.craft75.com/shop</loc></url>
  <url><loc>https://walk-nineteen.craft75.com/gallery</loc></url>
  <url><loc>https://walk-nineteen.craft75.com/blog</loc></url>
  <url><loc>https://walk-nineteen.craft75.com/reviews</loc></url>
  <url><loc>https://walk-nineteen.craft75.com/gift-cards</loc></url>
  <url><loc>https://walk-nineteen.craft75.com/inquire</loc></url>
  <url><loc>https://walk-nineteen.craft75.com/terms</loc></url>
  <url><loc>https://walk-nineteen.craft75.com/privacy</loc></url>
</urlset>
