<?xml version="1.0" encoding="UTF-8"?>
<!-- ONE sitemap covers both languages. Each <url> block carries the full set of
     hreflang alternates, which is how Google is told that / and /en/ are the same
     page in two languages rather than duplicates. A second sitemap file per
     language would be wrong here: the pair has to be described together.

     Only the two indexable home pages are listed. The imprint and privacy pages
     carry <meta name="robots" content="noindex">, so they are deliberately out.

     lastmod is the one field Google actually reads, and only if it is honest.
     Bump it whenever the visible content of a page really changes; do not touch
     it for a CSS tweak. changefreq and priority are ignored by every major
     search engine and are kept only because they cost nothing. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://betonwatte.com/</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://betonwatte.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://betonwatte.com/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://betonwatte.com/" />
    <lastmod>2026-08-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://betonwatte.com/en/</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://betonwatte.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://betonwatte.com/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://betonwatte.com/" />
    <lastmod>2026-08-04</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
