<?xml version="1.0" encoding="UTF-8"?>
<!--
  Company site sitemap. Every <loc> must be on https://waidapp.com — sitemaps
  are host-scoped, and a sitemap served from one host listing URLs on another
  is rejected outright. The same origin is hard-coded in public/robots.txt,
  index.html and `siteUrl` in src/site.config.ts; change all four together.

  These are exactly the three real routes in src/App.tsx. That file also has a
  `path="*"` catch-all that renders <Home>, so every other path is a soft
  duplicate of "/" — deliberately not listed here, and documentMeta.tsx
  canonicalises those paths to "/" for the same reason.

  No <lastmod>: an inaccurate one is worse than none, since Google discounts
  the signal site-wide once it stops matching what actually changed. Add real
  dates here only if something starts deriving them from git.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://waidapp.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://waidapp.com/privacy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://waidapp.com/terms</loc>
    <priority>0.3</priority>
  </url>
</urlset>
