<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml voor zippa.app
  Upload dit bestand naar de root van je domein: https://zippa.quantumedgesoftware.nl/sitemap.xml
  Voeg daarna de URL toe in Google Search Console.

  Let op: omdat Zippa één URL per pagina heeft (geen aparte /nl/ /en/ /fr/ URLs),
  gebruiken we hreflang in de <head> om de meertaligheid aan te geven.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://zippa.quantumedgesoftware.nl/</loc>
    <lastmod>2026-04-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
    <!-- Hreflang alternates -->
    <xhtml:link rel="alternate" hreflang="nl" href="https://zippa.quantumedgesoftware.nl/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://zippa.quantumedgesoftware.nl/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://zippa.quantumedgesoftware.nl/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://zippa.quantumedgesoftware.nl/"/>
  </url>

  <url>
    <loc>https://zippa.quantumedgesoftware.nl/contact</loc>
    <lastmod>2026-04-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
    <xhtml:link rel="alternate" hreflang="nl" href="https://zippa.quantumedgesoftware.nl/contact"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://zippa.quantumedgesoftware.nl/contact"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://zippa.quantumedgesoftware.nl/contact"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://zippa.quantumedgesoftware.nl/contact"/>
  </url>

</urlset>