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

  The profile is a single document with in-page sections (#about, #skills,
  #projects …). Fragments are not separate URLs and must not be listed here:
  a sitemap of anchors describes pages that do not exist.

  German is the default and lives at the bare origin; English is the same page
  addressed with ?lang=en, which src/i18n/LanguageContext.tsx genuinely honours
  on arrival and writes back into the address bar. The alternates are declared on the one
  entry rather than duplicated as a second entry that would contradict its own
  canonical.

  `lastmod` is maintained by hand and moves only when the content actually
  changes.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://me.cyrexus.com/</loc>
    <lastmod>2026-07-29</lastmod>
    <xhtml:link rel="alternate" hreflang="de-DE" href="https://me.cyrexus.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://me.cyrexus.com/?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://me.cyrexus.com/" />
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
