<?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.

  Public listing pages (/l/{id}) are not listed either. They are created and
  archived continuously, so a hand-maintained list would be stale within a day;
  they are discovered through shared links instead. Generate this section from
  the backend if listing pages ever need to be crawled directly.
-->
<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>
