<?xml version="1.0" encoding="UTF-8"?>
<!-- The pages that render something without a session — the same set as
     src/lib/publicRoutes.ts's PUBLIC_PATHS, which a test pins this file
     against so the two cannot drift. Every other
     route is an app screen whose data sits behind Cloudflare Access, so it
     would render an empty shell for a crawler.

     This exists less to help ranking than to give Search Console something
     to report coverage against, so we can see whether Google has fetched
     these pages at all.

     No <lastmod>: a hardcoded date would start lying the moment the
     landing page changes, and Google discounts a sitemap whose lastmod it
     cannot trust. Omitting it is better than maintaining it by hand. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ourtravelbook.com/</loc>
  </url>
  <url>
    <loc>https://ourtravelbook.com/privacy</loc>
  </url>
  <url>
    <loc>https://ourtravelbook.com/terms</loc>
  </url>
  <url>
    <loc>https://ourtravelbook.com/credits</loc>
  </url>
</urlset>
