<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml for imperialground.de
  Phase 2 of WIX_EXIT_STRATEGY — SEO foundations on Vercel.

  Static for now (only ~10 routes). When the routes count grows past
  ~30 OR when blog posts arrive, switch to a build-time generator
  (scripts/build-sitemap.js walking the public/ tree).

  hreflang alternates per URL follow Google's "x-default" convention.
  pt-BR and de-DE are reserved for the i18n rollout (per CLAUDE.md
  language policy, English is shipped today).
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <!-- Homepage -->
  <url>
    <loc>https://imperialground.de/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en" href="https://imperialground.de/" />
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://imperialground.de/pt/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://imperialground.de/" />
  </url>

  <!-- Programs -->
  <url>
    <loc>https://imperialground.de/programs/foundation-gi</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://imperialground.de/programs/foundation-nogi</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://imperialground.de/programs/women</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Policy pages -->
  <url>
    <loc>https://imperialground.de/code-of-conduct</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://imperialground.de/belt-promotion</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://imperialground.de/infraction-system</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- About / SEO landing pages -->
  <url>
    <loc>https://imperialground.de/about/bjj-in-dusseldorf</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Legal -->
  <url>
    <loc>https://imperialground.de/legal/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://imperialground.de/legal/transparency</loc>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
  </url>
</urlset>
