<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap — fexocrm.com
  Fexo FZC LLC, Sharjah, United Arab Emirates

  Only public marketing pages belong here. app.fexocrm.com is a separate,
  private host and is deliberately absent — listing an authenticated surface in
  a sitemap is an invitation to crawl it.

  404.html is also absent by design: it is served as a status-404 response and
  carries `noindex`, so it is not a destination.

  `lastmod` must be updated when a page's content meaningfully changes.
  Repeatedly claiming a change that did not happen teaches crawlers to ignore
  the field.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!--
    ONE url, deliberately.

    features / pricing / contact were folded into this page and now 301 to it
    (see nginx.conf). A sitemap must only ever list URLs that return 200 —
    listing a redirect tells a crawler the destination is canonical when it is
    not, and re-submits the very URLs we are trying to retire from the index.
  -->
  <url>
    <loc>https://fexocrm.com/</loc>
    <lastmod>2026-08-14</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

</urlset>
