<?xml version="1.0" encoding="UTF-8"?>
<!--
  Handoff plan §W1: "sitemap for public canonical pages... never include
  user-private content in static artifacts/sitemaps."

  Only the app's static, always-public pages are listed here. Vendor
  storefronts (/v/:slug, /v/:slug/b/:bslug — see src/main.tsx) are also
  public and worth indexing, but their URLs are per-vendor database rows,
  not knowable at build time from a static file like this one — listing
  them needs a server-generated sitemap (or a build step that queries the
  vendor table), which is a separate piece of work from this file. Do not
  hand-add individual vendor URLs here; that both goes stale immediately
  and risks including a vendor who deactivated their storefront.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://vaultopia.io/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://vaultopia.io/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://vaultopia.io/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
