<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained sitemap. Kept in sync by hand (no @astrojs/sitemap dep, per the
  project's "no new npm deps" rule). Mirror the `alternates` prop each page passes
  to ContentLayout/BaseLayout — the hreflang links here MUST match the on-page
  <link rel="alternate"> tags. URLs use the same no-trailing-slash form as the
  pages' <link rel="canonical">. Excludes 404 and the /d/<design>/ switcher-preview
  routes (duplicate content of the home page).
  When you add/remove a public page or change its slug/alternates, update this file.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Home (en) <-> /de/ -->
  <url>
    <loc>https://ai-tattoos.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ai-tattoos.com/" />
    <xhtml:link rel="alternate" hreflang="de" href="https://ai-tattoos.com/de/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ai-tattoos.com/" />
  </url>
  <url>
    <loc>https://ai-tattoos.com/de/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ai-tattoos.com/" />
    <xhtml:link rel="alternate" hreflang="de" href="https://ai-tattoos.com/de/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ai-tattoos.com/" />
  </url>

  <!-- Privacy policy: /privacy (en) <-> /datenschutz (de) -->
  <url>
    <loc>https://ai-tattoos.com/privacy</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ai-tattoos.com/privacy" />
    <xhtml:link rel="alternate" hreflang="de" href="https://ai-tattoos.com/datenschutz" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ai-tattoos.com/privacy" />
  </url>
  <url>
    <loc>https://ai-tattoos.com/datenschutz</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ai-tattoos.com/privacy" />
    <xhtml:link rel="alternate" hreflang="de" href="https://ai-tattoos.com/datenschutz" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ai-tattoos.com/privacy" />
  </url>

  <!-- Account deletion: /account-deletion (en) <-> /de/account-deletion (de) -->
  <url>
    <loc>https://ai-tattoos.com/account-deletion</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ai-tattoos.com/account-deletion" />
    <xhtml:link rel="alternate" hreflang="de" href="https://ai-tattoos.com/de/account-deletion" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ai-tattoos.com/account-deletion" />
  </url>
  <url>
    <loc>https://ai-tattoos.com/de/account-deletion</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://ai-tattoos.com/account-deletion" />
    <xhtml:link rel="alternate" hreflang="de" href="https://ai-tattoos.com/de/account-deletion" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ai-tattoos.com/account-deletion" />
  </url>

  <!-- Support: English only -->
  <url>
    <loc>https://ai-tattoos.com/support</loc>
  </url>

  <!-- Impressum: German only -->
  <url>
    <loc>https://ai-tattoos.com/impressum</loc>
  </url>

</urlset>
