<?xml version="1.0" encoding="UTF-8"?>
<!--
  Provenum - static sitemap.

  provenum is a `.static` site (out/ IS the source, see .gitignore) - shipped
  as-is by deploy/deploy-marketing.sh, no build step generates this. Mirrors
  apps/marketing/m4ma/public/sitemap.xml (FL-N7). Single German-language
  landing, no locale prefix, no hreflang alternates. Keep in sync with out/ -
  out/dark.html is a design-preview variant, not a real route, and is
  deliberately not listed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://provenum.de/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://provenum.de/impressum/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://provenum.de/datenschutz/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
