<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the bare marketing domain's static, public, indexable pages belong
  here — every campaign/event page lives under a business's own claimed
  subdomain or custom domain (see src/utils/subdomains.js) and is created
  and torn down dynamically through the product, so there's no fixed list
  of them a static file in public/ could ever keep accurate. If per-campaign
  SEO ever matters, that needs a server-generated sitemap (an edge function
  building it from the campaigns table), not this file.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ravehq.org/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ravehq.org/get-started</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://ravehq.org/explore</loc>
    <changefreq>daily</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
