<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable pages only. Keep in sync with INDEXABLE_PATHS in
  pg-ui/src/shared/seo/seoRoutes.ts — a URL listed here but noindexed there
  (or the reverse) is a contradictory signal to search engines.

  app.estatecue.com is deliberately absent: it is the authenticated CRM, is
  noindexed via X-Robots-Tag in deploy/Caddyfile.prod, and every route on it
  sits behind a login wall.

  This file is a safe static fallback for direct frontend deployments. In the
  Caddy deployment, /sitemap.xml is generated by the backend and appends only
  published, active, ready business profiles. Public listing pages (/l/{id})
  remain link-discovered because they are created and archived continuously.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://estatecue.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://estatecue.com/about</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://estatecue.com/contact</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://estatecue.com/help</loc>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://estatecue.com/privacy</loc>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://estatecue.com/terms</loc>
    <priority>0.3</priority>
  </url>
</urlset>
