<?xml version="1.0" encoding="UTF-8"?>
<!-- The public pages only. Grows as pricing/privacy/terms land (P5, P6). Each one gets its own
     served index.html (apps/web/scripts/public-pages.mjs) — a URL with the wrong <head> is worse
     than an unlisted one. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://samantha-app.duckdns.org/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <!-- Trailing slash: nginx 301s /help → /help/, and a sitemap shouldn't list a redirect. -->
    <loc>https://samantha-app.duckdns.org/help/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
</urlset>
