<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained sitemap.

  The site has exactly four indexable URLs and no content collections, so a
  generated sitemap (@astrojs/sitemap) would add a dependency to produce this
  same twenty lines. If routes are ever added under src/pages/, add them here
  too — nothing regenerates this file.

  URLs carry a TRAILING SLASH on purpose: Astro's default `build.format:
  'directory'` emits dist/privacy/index.html and Layout.astro therefore writes
  <link rel="canonical" href="https://clickatech.co.il/privacy/">. A sitemap
  listing the slash-less form would point at a URL that canonicalises
  elsewhere, which is the one thing a sitemap must never do.

  /404 is absent by design — a page that answers 404 does not belong in a
  sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://clickatech.co.il/</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://clickatech.co.il/privacy/</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://clickatech.co.il/terms/</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://clickatech.co.il/accessibility/</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
