<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public marketing surface, and only that: every URL here is indexable and
  carries a matching <link rel="canonical"> (see src/lib/seo.ts). The signed-in
  pages are deliberately absent, since a sitemap is a list of pages worth
  indexing and those serve noindex.

  Hand-maintained, because this list is six URLs that change about once a year.
  Adding a marketing route means adding it here and giving it seo() in its route
  file. No <lastmod>: a date that is not genuinely maintained is worse than none,
  and search engines discount one they learn to distrust.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://crimble.cc/</loc>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://crimble.cc/pricing</loc>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://crimble.cc/download</loc>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://crimble.cc/docs</loc>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://crimble.cc/privacy</loc>
        <priority>0.3</priority>
    </url>
    <url>
        <loc>https://crimble.cc/terms</loc>
        <priority>0.3</priority>
    </url>
</urlset>
