<?xml version="1.0" encoding="UTF-8"?>
<!-- Sitemap index. This is the URL submitted to Google Search Console.
     - sitemap-pages.xml is static and lives beside this file, mirroring the
       routes in src/app/pages/website/website-routing.module.ts.
     - sitemap-adventures.xml is generated by the backend from published trips,
       so a newly published adventure appears without a redeploy. The reverse
       proxy routes that one path to the backend; see nginx/nginx.conf in the
       general repo. -->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://wzkhasselt.be/sitemap-pages.xml</loc>
  </sitemap>
  <sitemap>
    <loc>https://wzkhasselt.be/sitemap-adventures.xml</loc>
  </sitemap>
</sitemapindex>
