<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable pages only. Every page needs both language variants plus
  their hreflang links, otherwise the two locales compete as duplicates.

  Deliberately left out:
  - cartridge heaters, heating cables, heating jackets: behind the internal login
  - heated-hose-viewer: shows nothing without a configuration id
  - the hose type wizards (h-12, h-13, h-13a, h-13c): no SEO texts of their own,
    they would all show the same snippet. Add them once they have one.
  - /about: placeholder content

  Guarded by webapp/src/__tests__/sitemap.spec.ts.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Home -->
  <url>
    <loc>https://tools.horst.de/de/</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://tools.horst.de/de/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://tools.horst.de/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tools.horst.de/de/"/>
  </url>
  <url>
    <loc>https://tools.horst.de/en/</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://tools.horst.de/de/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://tools.horst.de/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tools.horst.de/de/"/>
  </url>

  <!-- Heating hose configurator -->
  <url>
    <loc>https://tools.horst.de/de/configurators/heated-hoses</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://tools.horst.de/de/configurators/heated-hoses"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://tools.horst.de/en/configurators/heated-hoses"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tools.horst.de/de/configurators/heated-hoses"/>
  </url>
  <url>
    <loc>https://tools.horst.de/en/configurators/heated-hoses</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://tools.horst.de/de/configurators/heated-hoses"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://tools.horst.de/en/configurators/heated-hoses"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tools.horst.de/de/configurators/heated-hoses"/>
  </url>

  <!-- Heat loss calculator -->
  <url>
    <loc>https://tools.horst.de/de/tools/heat-loss-calculator</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://tools.horst.de/de/tools/heat-loss-calculator"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://tools.horst.de/en/tools/heat-loss-calculator"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tools.horst.de/de/tools/heat-loss-calculator"/>
  </url>
  <url>
    <loc>https://tools.horst.de/en/tools/heat-loss-calculator</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://tools.horst.de/de/tools/heat-loss-calculator"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://tools.horst.de/en/tools/heat-loss-calculator"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://tools.horst.de/de/tools/heat-loss-calculator"/>
  </url>

</urlset>
