<?xml version="1.0" encoding="UTF-8"?>
<!--
  DOMAIN NOT YET PURCHASED. The sitemap protocol requires absolute URLs in
  <loc>, so a literal placeholder is unavoidable here — using the
  intentionally non-resolving token PRODUCTION_DOMAIN_PLACEHOLDER rather
  than a fake-but-plausible domain, so it can never be mistaken for a real,
  working address. Replace every occurrence with the real
  https://yourdomain.com once purchased (also present in index.html and
  public/robots.txt). This file should not be submitted to Google Search
  Console until that replacement is done.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>PRODUCTION_DOMAIN_PLACEHOLDER/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>PRODUCTION_DOMAIN_PLACEHOLDER/auth</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>PRODUCTION_DOMAIN_PLACEHOLDER/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>PRODUCTION_DOMAIN_PLACEHOLDER/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>PRODUCTION_DOMAIN_PLACEHOLDER/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>PRODUCTION_DOMAIN_PLACEHOLDER/terms-and-conditions</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
