<?xml version="1.0" encoding="UTF-8"?>
<!--
    Sitemap for iquatro.de - the canonical German domain.

    ONLY THE INDEXABLE PAGES BELONG HERE. The legal pages are routed and
    published but carry <meta name="ROBOTS" content="NOINDEX, NOFOLLOW">, and a
    sitemap entry for a noindex page is a contradiction Search Console reports as
    an error - it asks Google to index a page the page itself refuses.

    The German legal pages have a second reason to stay out: they render the
    ENGLISH documents at German paths (see protected/languages/url.php), so
    listing them would advertise a fifth URL for one English document.

    Every <loc> uses the BARE domain over https - no www (ADR-0013). That is
    what docker/nginx/site.conf redirects www to, and what
    protected/languages/alternates.php names as the canonical host. An entry
    that redirects is an entry Search Console flags.

    Selected on the Host header by public/index.php; see the $sitemaps map there.
-->
<urlset
    xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    <url>
        <loc>https://iquatro.de/</loc>
        <lastmod>2026-09-14T00:00:00+00:00</lastmod>
        <priority>1.00</priority>
    </url>
    <url>
        <loc>https://iquatro.de/produkte</loc>
        <lastmod>2026-09-14T00:00:00+00:00</lastmod>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://iquatro.de/unternehmen</loc>
        <lastmod>2026-09-14T00:00:00+00:00</lastmod>
        <priority>0.80</priority>
    </url>
</urlset>
