<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained, and deliberately short: these four URLs are the only
  ones that serve real HTML to a client with no JavaScript. Every other
  route in this app is a client-rendered SPA shell behind auth, which is
  exactly what should not be in a sitemap.

  Add a URL here only once it renders content server-side - a Nitro route
  (server/routes/*.get.ts) or a route rule that pre-renders with ssr.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://compliancefold.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://compliancefold.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://compliancefold.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://compliancefold.com/sms-terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
