<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static seed sitemap. The full per-business sitemap is generated dynamically
  by the `sitemapXml` function (see base44/functions/sitemapXml/entry.ts);
  this static file lists the high-value marketing + admin pages so SEO
  crawlers can discover them even when the function is cold.

  Buddy: once `sitemapXml` is wired to a public URL, point search engines at
  https://raverep.link/sitemap.xml — set up a 301 to the function output, OR
  serve this file as an index pointing at the dynamic sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://raverep.link/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://raverep.link/businesses</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://raverep.link/business-plan</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://raverep.link/studio</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://raverep.link/HowItWorks</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://raverep.link/Features</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
