<?xml version="1.0" encoding="UTF-8"?>
<!--
  Deliberately small. `web.output: "single"` means every path returns the same
  shell, so listing routes that render nothing without a session would be
  padding a sitemap with duplicates of one page — which is worse than a short
  one. Only URLs whose served HTML differs belong here: the front page, and the
  four public documents scripts/build-legal-pages.mjs renders to real files.

  /s/<token> share links are excluded ON PURPOSE and not by oversight: each one
  is a private wardrobe or outfit whose only protection is that the token is
  unguessable, and a sitemap is a published list of URLs.

  /how-it-works is excluded on purpose too. It is a real file, but it carries
  the same nine answers as the front page and names "/" as its canonical
  (scripts/inject-pwa.mjs, #246) — listing it would invite exactly the split
  that decision exists to avoid.

  TRAILING SLASHES ARE THE FINAL URLS, not a style. Each document is served
  from dist/<slug>/index.html, and Workers Static Assets' default html_handling
  answers /terms with a 307 to /terms/ — measured 2026-09-05 on all four. A
  sitemap entry that redirects is read as "the listed URL is not the canonical
  one", so the slash form is listed here and is what each page's own
  <link rel="canonical"> names; the two must keep agreeing. /terms and
  /delete-account were rendered on 2026-08-27 (#150, #153) and never added
  here — an omission, not a decision.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://wearobe.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://wearobe.app/privacy/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://wearobe.app/terms/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://wearobe.app/delete-account/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://wearobe.app/support/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
