<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the two pages that carry CONTENT. /projects, /signin and /admin are
  application surfaces behind an account: listing them would spend crawl
  budget on pages that answer with a sign-in gate, and they carry
  `noindex` for the same reason.

  The canonical form of the plans page is /pricing. It also answers at
  /pricing.html (Caddy's try_files resolves both), which is two URLs for
  one page; the <link rel="canonical"> in the page settles which one wins.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://crispsvg.com/</loc>
    <lastmod>2026-08-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://crispsvg.com/pricing</loc>
    <lastmod>2026-08-27</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
