<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — production origin: https://bandarchian.com

  Origin is intentionally hard-coded here because static files under /public
  are served verbatim; they cannot read process.env. If the canonical origin
  ever changes, update this file AND src/lib/siteConfig.js together.

  URL model: single URL per canonical route. EN is the default; the DE
  language toggle is client-side and does not change the URL. Both languages
  are declared via xhtml:link rel="alternate" hreflang on each entry so
  search engines know a DE variant is available.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://bandarchian.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bandarchian.com/" />
    <xhtml:link rel="alternate" hreflang="de" href="https://bandarchian.com/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bandarchian.com/" />
    <lastmod>2026-08-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://bandarchian.com/conversations</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bandarchian.com/conversations" />
    <xhtml:link rel="alternate" hreflang="de" href="https://bandarchian.com/conversations" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bandarchian.com/conversations" />
    <lastmod>2026-08-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://bandarchian.com/cabinet</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bandarchian.com/cabinet" />
    <xhtml:link rel="alternate" hreflang="de" href="https://bandarchian.com/cabinet" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bandarchian.com/cabinet" />
    <lastmod>2026-08-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://bandarchian.com/practice</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://bandarchian.com/practice" />
    <xhtml:link rel="alternate" hreflang="de" href="https://bandarchian.com/practice" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bandarchian.com/practice" />
    <lastmod>2026-08-01</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>
