<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained: the showcase has a fixed, small route table (app.routes.ts) and no
  dynamically generated pages, so there is nothing to generate from. Add an entry here
  whenever a route is added to app.routes.ts.

  Every URL uses the www host on purpose. A Cloudflare redirect rule 301s the apex to www
  (both hostnames CNAME to the same Container App, the apex via CNAME flattening), and a
  <loc> that redirects is reported by Search Console as "Page with redirect" and is not
  indexed as submitted. Keep this host identical to SITE_ORIGIN in seo.service.ts.

  The xhtml:link alternates are the crawler-visible hreflang declaration. The SeoService
  also emits alternate link tags at runtime, but those only exist after Angular has
  rendered — a non-rendering crawler sees the pairing here and nowhere else. hreflang
  targets must be non-redirecting and self-referencing or Google may drop the cluster.

  x-default points at /en/home because English is the app's fallback language: an
  unrecognised language segment is redirected to /en by app.routes.ts.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://www.bantele-consulting.com/en/home</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bantele-consulting.com/en/home" />
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bantele-consulting.com/de/home" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bantele-consulting.com/en/home" />
    <lastmod>2026-08-05</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.bantele-consulting.com/de/home</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bantele-consulting.com/en/home" />
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bantele-consulting.com/de/home" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bantele-consulting.com/en/home" />
    <lastmod>2026-08-05</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://www.bantele-consulting.com/en/contact</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bantele-consulting.com/en/contact" />
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bantele-consulting.com/de/contact" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bantele-consulting.com/en/contact" />
    <lastmod>2026-08-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.bantele-consulting.com/de/contact</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bantele-consulting.com/en/contact" />
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bantele-consulting.com/de/contact" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bantele-consulting.com/en/contact" />
    <lastmod>2026-08-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://www.bantele-consulting.com/en/impressum</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bantele-consulting.com/en/impressum" />
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bantele-consulting.com/de/impressum" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bantele-consulting.com/en/impressum" />
    <lastmod>2026-08-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.bantele-consulting.com/de/impressum</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bantele-consulting.com/en/impressum" />
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bantele-consulting.com/de/impressum" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bantele-consulting.com/en/impressum" />
    <lastmod>2026-08-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://www.bantele-consulting.com/en/datenschutz</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bantele-consulting.com/en/datenschutz" />
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bantele-consulting.com/de/datenschutz" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bantele-consulting.com/en/datenschutz" />
    <lastmod>2026-08-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.bantele-consulting.com/de/datenschutz</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bantele-consulting.com/en/datenschutz" />
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bantele-consulting.com/de/datenschutz" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bantele-consulting.com/en/datenschutz" />
    <lastmod>2026-08-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://www.bantele-consulting.com/en/haftungsausschluss</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bantele-consulting.com/en/haftungsausschluss" />
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bantele-consulting.com/de/haftungsausschluss" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bantele-consulting.com/en/haftungsausschluss" />
    <lastmod>2026-08-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.bantele-consulting.com/de/haftungsausschluss</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bantele-consulting.com/en/haftungsausschluss" />
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bantele-consulting.com/de/haftungsausschluss" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bantele-consulting.com/en/haftungsausschluss" />
    <lastmod>2026-08-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://www.bantele-consulting.com/en/credits</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bantele-consulting.com/en/credits" />
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bantele-consulting.com/de/credits" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bantele-consulting.com/en/credits" />
    <lastmod>2026-08-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://www.bantele-consulting.com/de/credits</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bantele-consulting.com/en/credits" />
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bantele-consulting.com/de/credits" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bantele-consulting.com/en/credits" />
    <lastmod>2026-08-05</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
