<?xml version="1.0" encoding="UTF-8"?>
<!-- hand-maintained, in this repo. amble has no sitemap generator — s2s-web's
     tools/sitemaps.py reads that repo's family.json and knows nothing about
     this one, so this file is written by hand and kept in deploy.sh's FILES=().

     The tour urls carry ?id= because the site is a static shell: index.html and
     tour.html are ~1.5 KB each and load tours/<id>/ client-side. Those query
     urls are the real entry points, and llms.txt already advertises the same
     ones, so a crawler is told the same story by both files.

     Listed: every tour in tours/index.json with dev:false — all eight today.
     Omitted: share.html (carries its own noindex — see robots.txt for why it is
     not Disallow'd), and tours/index.json (a data file, not a page).

     No <lastmod>: it would have to be hand-updated and would start lying the
     first time it was forgotten. The protocol makes it optional; a wrong date
     is worse than no date. Update this file when a tour is added or retired. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://amble.strata2signal.com/</loc>
  </url>
  <url>
    <loc>https://amble.strata2signal.com/tour.html?id=skagway-area</loc>
  </url>
  <url>
    <loc>https://amble.strata2signal.com/tour.html?id=skagway-mile</loc>
  </url>
  <url>
    <loc>https://amble.strata2signal.com/tour.html?id=skagway-harbor</loc>
  </url>
  <url>
    <loc>https://amble.strata2signal.com/tour.html?id=ketchikan-area</loc>
  </url>
  <url>
    <loc>https://amble.strata2signal.com/tour.html?id=ketchikan-mile</loc>
  </url>
  <url>
    <loc>https://amble.strata2signal.com/tour.html?id=ketchikan-loop</loc>
  </url>
  <url>
    <loc>https://amble.strata2signal.com/tour.html?id=glacierbay-area</loc>
  </url>
  <url>
    <loc>https://amble.strata2signal.com/tour.html?id=dawson-area</loc>
  </url>
</urlset>
