<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Homepage -->
  <url>
    <loc>https://kramerhosting.nl/</loc>
    <lastmod>27-11-2025</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- DuckyCraft / Minecraft Pagina -->
  <url>
    <loc>https://kramerhosting.nl/minecraft/</loc>
    <lastmod>27-11-2025</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Over Ons Pagina -->
  <url>
    <loc>https://kramerhosting.nl/over-ons/</loc>
    <lastmod>27-11-2025</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Contact Pagina -->
  <url>
    <loc>https://kramerhosting.nl/contact/</loc>
    <lastmod>27-11-2025</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>

<!-- 
Uitleg van de velden:
- <loc>: De URL van de pagina
- <lastmod>: Laatst gewijzigd (YYYY-MM-DD formaat)
- <changefreq>: Hoe vaak de pagina verandert (always, hourly, daily, weekly, monthly, yearly, never)
- <priority>: Prioriteit van 0.0 tot 1.0 (1.0 = hoogste prioriteit)

Update tips:
1. Verander <lastmod> telkens wanneer je een pagina update
2. Pas <changefreq> aan op basis van hoe vaak je content update
3. Test je sitemap op: https://www.xml-sitemaps.com/validate-xml-sitemap.html
4. Dien je sitemap in bij Google Search Console: https://search.google.com/search-console
-->