<?xml version="1.0" encoding="UTF-8"?>
<!--
  Six URLs, hand-maintained. A generator would be more machinery than a six-line list deserves.

  Every page declares its language pair as hreflang alternates, including itself — that
  self-reference is required by the protocol and is the part most often left out. The same pairs are
  declared IN the pages as <link rel="alternate">, which is the stronger signal; the two must agree.

  `/impressum` is deliberately absent. It is an nginx alias serving the same file as `/imprint-de`,
  so listing both would be duplicate content; imprint-de.html carries a canonical pointing at
  `/imprint-de`, which is what `/impressum` inherits.

  `lastmod` is worth keeping honest: pages with a recent date are preferred for time-sensitive
  queries, so a stale value is worse than none. Update it when the COPY actually changes — not on
  every deploy, and not for plumbing like an analytics id.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://aminoace.app/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://aminoace.app/"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://aminoace.app/de"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aminoace.app/"/>
    <lastmod>2026-08-15</lastmod>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://aminoace.app/de</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://aminoace.app/"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://aminoace.app/de"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aminoace.app/"/>
    <lastmod>2026-08-15</lastmod>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://aminoace.app/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://aminoace.app/privacy"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://aminoace.app/privacy-de"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aminoace.app/privacy"/>
    <lastmod>2026-08-16</lastmod>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://aminoace.app/privacy-de</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://aminoace.app/privacy"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://aminoace.app/privacy-de"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aminoace.app/privacy"/>
    <lastmod>2026-08-16</lastmod>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://aminoace.app/imprint</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://aminoace.app/imprint"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://aminoace.app/imprint-de"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aminoace.app/imprint"/>
    <lastmod>2026-08-15</lastmod>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://aminoace.app/imprint-de</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://aminoace.app/imprint"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://aminoace.app/imprint-de"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://aminoace.app/imprint"/>
    <lastmod>2026-08-15</lastmod>
    <priority>0.3</priority>
  </url>

</urlset>
