<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the three public pages. The authenticated app is excluded on purpose —
  see public/robots.txt.

  URLs are relative-rooted because the production domain is not fixed yet;
  replace the loc values with absolute https URLs once the real domain is
  registered (docs/WEB_APP_PRODUCTION_READINESS.md §5).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>/pricing</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
