<?xml version="1.0" encoding="UTF-8"?>
<!--
  This static file serves as a production fallback.
  In development, /sitemap.xml is proxied to the API server which generates it
  dynamically from the database (including all published blog posts with lastmod).
  For production, configure your ingress/proxy to route GET /sitemap.xml to the
  API server so blog posts are included automatically.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://stagereel.org/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://stagereel.org/demo</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://stagereel.org/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://stagereel.org/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
