<?xml version="1.0" encoding="UTF-8"?>
<!--
  https://crm.vixy.co.il is substituted at build time by publicOriginInStaticFiles()
  in client/vite.config.ts - public/ is copied verbatim, so this file never
  passes through transformIndexHtml.

  WHAT IS DELIBERATELY NOT HERE (2026-09-01)
  ==========================================
  /login and /register. Both were listed - at priority 0.3 and 0.8 - and both
  are the SPA shell: measured on production, /login answers with ELEVEN
  characters of body text and /register with TWENTY. On a host that publishes
  eleven URLs in total, asking a crawler to spend two of them on documents with
  no content is a fifth of our crawl budget bought for nothing. They now carry
  `noindex, follow` from server/src/lib/public-page-meta.ts, and a sitemap entry
  for a page we withdraw is a request that contradicts the instruction.
  server/src/lib/public-page-indexability.probe.ts fails if either comes back.

  /status was MISSING and is a live, indexable public page. That is the drift a
  hand-maintained file collects; the probe now asserts it is listed.

  EVERY lastmod IS THE DATE THE PAGE'S CONTENT LAST CHANGED, not the date its
  file last moved. `git log` with no flags returns 2026-08-29 for most of these files, which
  is the kebab-case rename of 499 files: a date that says "this page changed"
  about a page whose words did not. Google learns fast that a lastmod which
  moves without the content is noise, and lastmod is one of the few crawl
  signals we own. The dates below come from a rename-following log with the rename
  commit itself skipped (a literal double hyphen cannot appear inside an XML
  comment, which is why no flag is spelled out here). When you change a page's copy, move its date.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://crm.vixy.co.il/</loc>
    <lastmod>2026-08-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://crm.vixy.co.il/help</loc>
    <lastmod>2026-08-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://crm.vixy.co.il/changelog</loc>
    <lastmod>2026-08-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://crm.vixy.co.il/status</loc>
    <lastmod>2026-08-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://crm.vixy.co.il/support</loc>
    <lastmod>2026-08-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://crm.vixy.co.il/privacy</loc>
    <lastmod>2026-08-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://crm.vixy.co.il/cookies</loc>
    <lastmod>2026-08-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://crm.vixy.co.il/data-deletion</loc>
    <lastmod>2026-08-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://crm.vixy.co.il/terms</loc>
    <lastmod>2026-08-13</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://crm.vixy.co.il/accessibility</loc>
    <lastmod>2026-08-10</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
