<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the pages a stranger can actually read are listed. Everything else in
  this SPA is either behind auth or addressed by a private token — see
  client/public/robots.txt for why those are excluded rather than merely omitted.

  /login and /signup are deliberately absent: they are bare forms with no content
  to rank, and listing them invites Search Console to report them as thin.
  /register is the funnel's real entry point (landingContent.js CTAs point there).

  /support is also a form, and is listed anyway — the distinction is that people
  SEARCH for it by name ("cratedesk support") when something has gone wrong, and
  a result that lands them straight on it is the whole point. /login is only ever
  reached from the site itself.

  Any page listed here MUST override index.html's hardcoded canonical with its
  own (usePageMeta's `canonical`), or the sitemap and the canonical contradict
  each other and Google drops the page.

  lastmod is hand-maintained. Bump the date on a page when its COPY changes, not
  on every deploy — a sitemap that claims everything changed yesterday is ignored.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://cratedesk.sixpent.com/</loc>
    <lastmod>2026-08-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://cratedesk.sixpent.com/register</loc>
    <lastmod>2026-08-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://cratedesk.sixpent.com/support</loc>
    <lastmod>2026-08-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://cratedesk.sixpent.com/privacy</loc>
    <lastmod>2026-08-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://cratedesk.sixpent.com/terms</loc>
    <lastmod>2026-08-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
