<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap for leads.moonproduct.tech.

  Only the publicly indexable routes are listed. The dashboard
  surfaces (/leads, /billing, /settings, /forms, etc.) live behind
  ProtectedRoute + WorkspaceGuard and would render as empty SPA
  shells to a crawler — they're excluded here and also Disallowed
  in robots.txt.

  Priority + changefreq are advisory (Google largely ignores them
  in 2026) but kept for the few crawlers that still weight them.
  No <lastmod> — the SPA shell has no per-page changelog, so any
  date we put here would be a lie.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://leads.moonproduct.tech/embed</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://leads.moonproduct.tech/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://leads.moonproduct.tech/signup</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
