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

  Shipped as a public/ file so the Next static export (output: 'export') emits
  it at the site root; nginx on the Hetzner box serves it verbatim. NOT a Next
  sitemap.ts runtime route, NOT Vercel. Mirrors
  apps/marketing/milo-wohnen/public/sitemap.xml (FL-N6) and
  apps/marketing/mieter-os/public/sitemap.xml. Keep in sync with the route
  segments under src/app/[locale]/. Single locale 'de' (next-intl
  localePrefix 'as-needed'); no hreflang alternates. /de IS the real landing
  (nginx only 301s the bare / to /de), so it IS listed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://m4ma.com/de</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://m4ma.com/de/kontakt</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://m4ma.com/de/impressum</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://m4ma.com/de/datenschutz</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
