<?xml version="1.0" encoding="UTF-8"?>
<!--
  Zallixor sitemap — https://app.zallixor.com

  ONE URL, AND THAT IS CORRECT.

  Zallixor is a single-page app routed entirely through the URL
  fragment (#/profile/…, #/pages/…, #/marketplace). Crawlers never
  send the fragment to the server and have not treated it as a
  distinct page since the #! crawling scheme was retired, so listing
  #/discover here would not add a page — it would add a line that
  every crawler discards, and a sitemap padded with discarded lines
  is how a sitemap stops being trusted.

  Everything past the sign-in screen is private anyway: posts,
  profiles, messages and orders are read from Firestore as the signed
  in user, under rules that give an anonymous crawler nothing. So the
  honest crawlable surface of this origin is its landing page.

  If public, server-rendered profile or page URLs are ever added
  (real paths, not fragments), list them here and this file starts
  earning its keep.

  No <changefreq> or <priority>: Google ignores both outright, and
  carrying values nobody reads just invites them to drift out of date.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <url>
    <loc>https://app.zallixor.com/</loc>
    <lastmod>2026-09-12</lastmod>
    <image:image>
      <image:loc>https://app.zallixor.com/icons/brand/zallixor-banner.jpg</image:loc>
      <image:title>Zallixor</image:title>
    </image:image>
  </url>

</urlset>
