<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the three indexable routes on app.paletto.sh. Everything else in
  src/lib/seo-config.ts is noindex, and listing a noindex URL here would be a
  contradictory signal: the sitemap says "index this", the page says "do not".

  Keep in sync with CANONICAL_ROUTES in scripts/prerender-routes.mjs, which
  scripts/verify-prerender.mjs asserts on every build. URLs are slash-free and
  match canonicalUrl() exactly, so sitemap, canonical tag and the URL that
  actually answers 200 are all one string.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://app.paletto.sh/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://app.paletto.sh/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://app.paletto.sh/forgot-password</loc>
    <changefreq>yearly</changefreq>
    <priority>0.1</priority>
  </url>
</urlset>
