<?xml version="1.0" encoding="UTF-8"?>
<!--
  Must list exactly PUBLIC_INDEXABLE_ROUTES from src/lib/seo.ts — seo.test.ts
  asserts the two match, so add a route here and there in the same change.

  App routes are auth-gated and /explore-preview canonicalises to / (it is the
  arm_b guest-preview variant of the homepage), so neither belongs here.

  <lastmod> is deliberately omitted rather than hardcoded to a date that would
  start lying on the next deploy; <changefreq>/<priority> are ignored by Google.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://desirex.app/</loc>
  </url>
  <url>
    <loc>https://desirex.app/faq</loc>
  </url>
  <url>
    <loc>https://desirex.app/terms</loc>
  </url>
  <url>
    <loc>https://desirex.app/privacy</loc>
  </url>
</urlset>
