<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained. Passe has three indexable routes and adding one is a
  deliberate act, so a build-time generator would be more moving parts than the
  problem has.

  /preview/logo is deliberately absent: it sets its own `noindex`, and listing a
  URL here while telling crawlers not to index it is a contradiction they report
  back in Search Console.

  URLs must match `canonicalUrl()` in src/lib/seo.ts exactly — same origin, no
  trailing slash — or the sitemap and the canonical name different documents.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://passe.xyz</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://passe.xyz/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://passe.xyz/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
