<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Public Landing Page — highest priority -->
  <url>
    <loc>https://quotivo.ai/home</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Buyer Property Search -->
  <url>
    <loc>https://quotivo.ai/homepage</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- About Us -->
  <url>
    <loc>https://quotivo.ai/about-us</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Contact Us -->
  <url>
    <loc>https://quotivo.ai/contact-us</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Legal / Trust -->
  <url>
    <loc>https://quotivo.ai/privacy-policy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://quotivo.ai/terms-and-conditions</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://quotivo.ai/how-it-works</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://quotivo.ai/faq</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!--
    NOTE: Dynamic property listing URLs (/buyer/property/:id) should be
    added here programmatically during the build process by fetching active
    property IDs from the API. Example entry:

    <url>
      <loc>https://quotivo.ai/buyer/property/6a05c8370caf23d6ff93f89b</loc>
      <changefreq>weekly</changefreq>
      <priority>0.8</priority>
    </url>

    To automate this: add a Node.js build script that calls
    GET /properties?limit=1000&is_approved=true and generates the full list.
    Zero cost — runs at build time only.
  -->

</urlset>
