<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — Twizon (www.twizon.co.il)

  The site has one indexable page (the marketing homepage — everything past
  /app is the authenticated application, deliberately excluded from indexing
  via robots.txt + a noindex meta tag, since it requires login and has no
  content of its own to rank).

  privacy.html / terms.html / cookies.html exist and are linked from the
  footer, but are intentionally NOT listed here: they carry
  <meta name="robots" content="noindex, follow"> (legal boilerplate isn't
  content that should rank), and current guidance is that listing noindex
  URLs in a sitemap sends a mixed signal to crawlers rather than helping —
  the footer links are enough for users/crawlers to reach them.

  If more indexable public pages are added later (a blog, a docs section,
  per-feature landing pages, etc.), add a <url> entry for each one here — a
  script that regenerates this automatically at build/deploy time is worth
  building once there's more than a handful of such pages to keep in sync by
  hand.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.twizon.co.il/</loc>
    <lastmod>2026-07-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
