<?xml version="1.0" encoding="UTF-8"?>
<!--
    Umbiko marketing-site sitemap. Statisch — bevat de canonical
    top-level pagina's voor zowel EN als NL. Per URL geven we via
    xhtml:link de language-alternate aan zodat Google de juiste
    taal-variant per locale serveert.

    Blog-posts staan hier (nog) niet in: Google vindt ze via
    /blog (de blog-index). Een dynamische sitemap die Cosmos
    bevraagt komt in een latere PR als blog-volume groeit.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

    <!-- Home (taal-onafhankelijke URL, content kiest taal via cookie/header) -->
    <url>
        <loc>https://umbiko.ai/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Features / Functionaliteiten -->
    <url>
        <loc>https://umbiko.ai/features</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/features" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/functionaliteiten" />
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://umbiko.ai/functionaliteiten</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/features" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/functionaliteiten" />
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- How it works / Hoe het werkt -->
    <url>
        <loc>https://umbiko.ai/how-it-works</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/how-it-works" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/hoe-het-werkt" />
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://umbiko.ai/hoe-het-werkt</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/how-it-works" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/hoe-het-werkt" />
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Pricing / Prijzen -->
    <url>
        <loc>https://umbiko.ai/pricing</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/pricing" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/prijzen" />
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://umbiko.ai/prijzen</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/pricing" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/prijzen" />
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- ROI calculator (taal-onafhankelijk) -->
    <url>
        <loc>https://umbiko.ai/roi-calculator</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Blog index (taal-onafhankelijk; afzonderlijke posts pakt Google via deze index) -->
    <url>
        <loc>https://umbiko.ai/blog</loc>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Contact (taal-onafhankelijk) -->
    <url>
        <loc>https://umbiko.ai/contact</loc>
        <changefreq>yearly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Trial-signup (taal-onafhankelijk) -->
    <url>
        <loc>https://umbiko.ai/trial</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- ─── Segment-landingspagina's per inkoop-type ────────────────── -->

    <!-- Technical procurement / Technische inkoop -->
    <url>
        <loc>https://umbiko.ai/technical-procurement</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/technical-procurement" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/technische-inkoop" />
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://umbiko.ai/technische-inkoop</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/technical-procurement" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/technische-inkoop" />
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Services procurement / Diensteninkoop -->
    <url>
        <loc>https://umbiko.ai/services-procurement</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/services-procurement" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/diensteninkoop" />
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://umbiko.ai/diensteninkoop</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/services-procurement" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/diensteninkoop" />
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Project procurement / Projectinkoop -->
    <url>
        <loc>https://umbiko.ai/project-procurement</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/project-procurement" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/projectinkoop" />
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://umbiko.ai/projectinkoop</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/project-procurement" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/projectinkoop" />
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- ─── Legal pages ─────────────────────────────────────────────── -->

    <!-- Security / Beveiliging -->
    <url>
        <loc>https://umbiko.ai/security</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/security" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/beveiliging" />
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>
    <url>
        <loc>https://umbiko.ai/beveiliging</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/security" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/beveiliging" />
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>

    <!-- Privacy / Privacybeleid -->
    <url>
        <loc>https://umbiko.ai/privacy</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/privacy" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/privacybeleid" />
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>
    <url>
        <loc>https://umbiko.ai/privacybeleid</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/privacy" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/privacybeleid" />
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>

    <!-- DPA / Verwerkersovereenkomst -->
    <url>
        <loc>https://umbiko.ai/dpa</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/dpa" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/verwerkersovereenkomst" />
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>
    <url>
        <loc>https://umbiko.ai/verwerkersovereenkomst</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/dpa" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/verwerkersovereenkomst" />
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>

    <!-- Terms / Algemene voorwaarden -->
    <url>
        <loc>https://umbiko.ai/terms</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/terms" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/algemene-voorwaarden" />
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>
    <url>
        <loc>https://umbiko.ai/algemene-voorwaarden</loc>
        <xhtml:link rel="alternate" hreflang="en" href="https://umbiko.ai/terms" />
        <xhtml:link rel="alternate" hreflang="nl" href="https://umbiko.ai/algemene-voorwaarden" />
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>

</urlset>
