<?xml version="1.0" encoding="UTF-8"?>
<!--
  Tungri gebruikt client-side hash routing (#home, #visie, ...). Zoekmachines
  indexeren hash-fragmenten niet als aparte URL's, dus staat hier alleen de root.
  De taal zit wel in de query (?lang=fr) en is dus apart indexeerbaar.

  Let op: de namespace is sitemaps.org (met s). Met sitemap.org wordt de sitemap
  door zoekmachines geweigerd.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://tungri.be/</loc>
    <xhtml:link rel="alternate" hreflang="nl-BE" href="https://tungri.be/" />
    <xhtml:link rel="alternate" hreflang="fr-BE" href="https://tungri.be/?lang=fr" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tungri.be/" />
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://tungri.be/?lang=fr</loc>
    <xhtml:link rel="alternate" hreflang="nl-BE" href="https://tungri.be/" />
    <xhtml:link rel="alternate" hreflang="fr-BE" href="https://tungri.be/?lang=fr" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tungri.be/" />
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
