<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, deliberately. Everything else this app serves is either one person's
  record, a page that is meaningless without a token, or an endpoint. Listing a
  page here that X-Robots-Tag then refuses to index would be asking Google to
  fetch something we have already decided it may not keep.

  No <lastmod>: a date here is a promise about content freshness that nothing
  updates when the guide changes, and a wrong lastmod is worse than none.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://yessafe.ai/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://yessafe.ai/guide</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://yessafe.ai/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
