<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" 
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
    
    <!-- Dutch (default) pages -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?>/</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://<?= $_SERVER['HTTP_HOST'] ?>/en/" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://<?= $_SERVER['HTTP_HOST'] ?>/" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://<?= $_SERVER['HTTP_HOST'] ?>/" />
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <lastmod><?= date('c') ?></lastmod>
    </url>
    
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?>/contact</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://<?= $_SERVER['HTTP_HOST'] ?>/en/contact" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://<?= $_SERVER['HTTP_HOST'] ?>/contact" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://<?= $_SERVER['HTTP_HOST'] ?>/contact" />
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <lastmod><?= date('c') ?></lastmod>
    </url>
    
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?>/privacy-policy</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://<?= $_SERVER['HTTP_HOST'] ?>/en/privacy-policy" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://<?= $_SERVER['HTTP_HOST'] ?>/privacy-policy" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://<?= $_SERVER['HTTP_HOST'] ?>/privacy-policy" />
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
        <lastmod><?= date('c') ?></lastmod>
    </url>
    
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?>/terms-and-conditions</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://<?= $_SERVER['HTTP_HOST'] ?>/en/terms-and-conditions" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://<?= $_SERVER['HTTP_HOST'] ?>/terms-and-conditions" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://<?= $_SERVER['HTTP_HOST'] ?>/terms-and-conditions" />
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
        <lastmod><?= date('c') ?></lastmod>
    </url>
    
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?>/cookie-policy</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://<?= $_SERVER['HTTP_HOST'] ?>/en/cookie-policy" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://<?= $_SERVER['HTTP_HOST'] ?>/cookie-policy" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://<?= $_SERVER['HTTP_HOST'] ?>/cookie-policy" />
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
        <lastmod><?= date('c') ?></lastmod>
    </url>
    
    <!-- English pages -->
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?>/en/</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://<?= $_SERVER['HTTP_HOST'] ?>/en/" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://<?= $_SERVER['HTTP_HOST'] ?>/" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://<?= $_SERVER['HTTP_HOST'] ?>/" />
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
        <lastmod><?= date('c') ?></lastmod>
    </url>
    
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?>/en/contact</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://<?= $_SERVER['HTTP_HOST'] ?>/en/contact" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://<?= $_SERVER['HTTP_HOST'] ?>/contact" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://<?= $_SERVER['HTTP_HOST'] ?>/contact" />
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
        <lastmod><?= date('c') ?></lastmod>
    </url>
    
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?>/en/privacy-policy</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://<?= $_SERVER['HTTP_HOST'] ?>/en/privacy-policy" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://<?= $_SERVER['HTTP_HOST'] ?>/privacy-policy" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://<?= $_SERVER['HTTP_HOST'] ?>/privacy-policy" />
        <changefreq>yearly</changefreq>
        <priority>0.2</priority>
        <lastmod><?= date('c') ?></lastmod>
    </url>
    
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?>/en/terms-and-conditions</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://<?= $_SERVER['HTTP_HOST'] ?>/en/terms-and-conditions" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://<?= $_SERVER['HTTP_HOST'] ?>/terms-and-conditions" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://<?= $_SERVER['HTTP_HOST'] ?>/terms-and-conditions" />
        <changefreq>yearly</changefreq>
        <priority>0.2</priority>
        <lastmod><?= date('c') ?></lastmod>
    </url>
    
    <url>
        <loc>https://<?= $_SERVER['HTTP_HOST'] ?>/en/cookie-policy</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://<?= $_SERVER['HTTP_HOST'] ?>/en/cookie-policy" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://<?= $_SERVER['HTTP_HOST'] ?>/cookie-policy" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://<?= $_SERVER['HTTP_HOST'] ?>/cookie-policy" />
        <changefreq>yearly</changefreq>
        <priority>0.2</priority>
        <lastmod><?= date('c') ?></lastmod>
    </url>
    
</urlset>
