<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the root URL is listed on purpose. The app routes with HashRouter, so every
  other view lives behind a "#" fragment (/#/about, /#/trip/:id) and search engines
  do not index fragments as separate pages. Switching to BrowserRouter would make
  /about, /contact, /terms and /privacy individually indexable; public/_redirects
  already serves the SPA fallback those routes would need.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://wegowhen.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
