<?xml version="1.0" encoding="UTF-8"?>
<!--
  2026-05-31 — sitemap for crm.zayrev.com. The SPA serves three
  crawlable surfaces (everything else needs a session):
    /        → public marketing landing (LandingPage.jsx)
    /signup  → inline trial signup (SignupForm.jsx)
    /login   → sign-in card (CRM.jsx Login)
  Parent zayrev.com sitemap also lists https://crm.zayrev.com — this
  file closes the loop so Search Console for crm.zayrev.com finds
  the same canonical URLs.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://crm.zayrev.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://crm.zayrev.com/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://crm.zayrev.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
