<?xml version="1.0" encoding="UTF-8"?>
<!--
  GIG-663. The public, indexable pages of gigmo.ai: each one is self-canonical,
  each is reachable from the landing page's footer, and the EN/DE pairs point
  at each other with hreflang in their own <head> — so the sitemap stays a
  plain discovery list and carries no alternates of its own.

  Deliberately NOT listed:
  - /app/ and everything under it, the sign-in wall. robots.txt disallows it.
  - /about, which has 301'd to / since GIG-646 and canonicalises there. A
    redirect in a sitemap is precisely the "Seite mit Weiterleitung" notice
    this task came out of.
  - <lastmod> on any entry: a hand-written date in a static file rots the
    first time a page is edited without it, and Google ignores a lastmod it
    has learnt not to trust. Add them when something generates them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://gigmo.ai/</loc></url>
  <url><loc>https://gigmo.ai/de</loc></url>
  <url><loc>https://gigmo.ai/privacy</loc></url>
  <url><loc>https://gigmo.ai/datenschutz</loc></url>
  <url><loc>https://gigmo.ai/delete-account</loc></url>
  <url><loc>https://gigmo.ai/konto-loeschen</loc></url>
  <url><loc>https://gigmo.ai/impressum</loc></url>
</urlset>
