<?xml version="1.0" encoding="UTF-8"?>
<!--
  cyrexus.com — one indexable URL, in two languages.

  German is the default and lives at the bare origin; English is the same page
  addressed with ?lang=en, which src/hooks/useLocaleUrl.ts genuinely honours.
  Only the German URL gets its own <url> entry: the pair is one page in two
  languages, so the alternates are declared on it rather than duplicated as a
  second entry that would contradict its own canonical.

  `lastmod` is maintained by hand and moves only when the page's content
  actually changes — a build timestamp here would tell every crawler the site
  changed on every deploy, which is how a sitemap stops being believed.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://cyrexus.com/</loc>
    <lastmod>2026-07-29</lastmod>
    <xhtml:link rel="alternate" hreflang="de-DE" href="https://cyrexus.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://cyrexus.com/?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://cyrexus.com/" />
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
