<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap. Note: this app uses hash-based routing (wouter
  useHashLocation, e.g. /#/demo) for compatibility with this sandbox's SPA
  preview. Search engines generally do not crawl hash-fragment routes as
  distinct URLs, so this sitemap lists path-style URLs as a forward-looking
  reference for a future path-based-routing + SSR/SSG deployment. See
  README "Known Limitations" for details.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>/demo</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
