<?xml version="1.0" encoding="UTF-8"?>
<!--
  ClickTap - https://clicktap.gr/sitemap.xml

  Three indexable documents. Every page serves BOTH languages from the same URL
  (Greek by default, English via the in-page toggle - see BRAND.md §5). There is
  no /en/ tree, so English has no address of its own and NO hreflang="en" is
  declared: a second language pointing at the same URL makes Google discard the
  whole cluster. Each entry declares only itself as el + x-default. If a real
  /en/ tree is ever added, the en alternates come back here and in each page's
  <head>. Nothing here is fabricated.

  404.html is deliberately absent: it is served with a 404 status and carries
  <meta name="robots" content="noindex, follow">.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://clicktap.gr/</loc>
    <xhtml:link rel="alternate" hreflang="el" href="https://clicktap.gr/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://clicktap.gr/"/>
    <lastmod>2026-09-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://clicktap.gr/privacy.html</loc>
    <xhtml:link rel="alternate" hreflang="el" href="https://clicktap.gr/privacy.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://clicktap.gr/privacy.html"/>
    <lastmod>2026-09-10</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://clicktap.gr/terms.html</loc>
    <xhtml:link rel="alternate" hreflang="el" href="https://clicktap.gr/terms.html"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://clicktap.gr/terms.html"/>
    <lastmod>2026-09-10</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
