<?xml version="1.0" encoding="UTF-8"?>
<!--
  agent.berlin sitemap.
  Hand-maintained (the site is buildless by design — no generator).

  RULES (docs/agent-berlin-seo-geo-aeo-work-package.md § 5.2):
    - No <priority>, no <changefreq> — Google states it ignores both, and a
      stale value is worse than an absent one.
    - <lastmod> MUST be truthful. An always-today lastmod gets the whole
      sitemap's dates discounted. Update a line only when that page changes.
    - Add a <url> entry in the SAME commit that ships a new page, and add the
      matching rewrite route in staticwebapp.config.json.
    - /404.html is deliberately absent.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://agent.berlin/</loc>
    <lastmod>2026-08-03</lastmod>
  </url>

  <url>
    <loc>https://agent.berlin/services</loc>
    <lastmod>2026-08-03</lastmod>
  </url>

  <url>
    <loc>https://agent.berlin/ai-delivery-lead</loc>
    <lastmod>2026-08-03</lastmod>
  </url>

  <url>
    <loc>https://agent.berlin/eu-ai-act</loc>
    <lastmod>2026-08-03</lastmod>
  </url>

  <url>
    <loc>https://agent.berlin/gdpr-ai-agents</loc>
    <lastmod>2026-08-03</lastmod>
  </url>

  <url>
    <loc>https://agent.berlin/deployment</loc>
    <lastmod>2026-08-03</lastmod>
  </url>

  <url>
    <loc>https://agent.berlin/about</loc>
    <lastmod>2026-08-03</lastmod>
  </url>

  <url>
    <loc>https://agent.berlin/impressum</loc>
    <lastmod>2026-08-03</lastmod>
  </url>

  <url>
    <loc>https://agent.berlin/datenschutz</loc>
    <lastmod>2026-08-03</lastmod>
  </url>

  <!--
    Still to ship — add its <url> in the commit that ships the page:
      /agent-ready   (P2b, WP § 16.4)

    Never list a URL here before the page exists — a 404 in the sitemap is a
    crawl-budget leak and a Search Console error.
  -->

</urlset>
