<?xml version="1.0" encoding="UTF-8"?>
<!--
  NOTE: Replace https://example.com with the production domain before going live.
  Excluded by design: /brandkit, /admin, /calculator/admin
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://example.com/</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://example.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://example.com/?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://example.com/" />
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://example.com/calculator</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>