<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the two static marketing documents belong here. Every other route on
  this host is part of the admin SPA and carries `noindex` — listing those
  would point crawlers at pages that deliberately refuse indexing.

  The `xhtml:link` alternates mirror the `hreflang` pair in the two documents
  so the German and English pages are understood as one page in two languages
  rather than as duplicates.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://voidquest.app/</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://voidquest.app/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://voidquest.app/en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://voidquest.app/" />
  </url>
  <url>
    <loc>https://voidquest.app/en</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://voidquest.app/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://voidquest.app/en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://voidquest.app/" />
  </url>
</urlset>
