<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, deliberately. The landing page is the only indexable page on this host: the
  checkout, tracking and review pages are per-buyer capability URLs and are disallowed in
  robots.txt.

  Both languages live in that single document, switched by CSS, so there is no /fr or /ar
  URL to list as an hreflang alternate. If the page is ever split into per-language routes,
  each gets its own <url> entry plus xhtml:link rel="alternate" pairs.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://checkout.tn/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://checkout.tn/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://checkout.tn/conditions</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://checkout.tn/confidentialite</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
