<?xml version="1.0" encoding="UTF-8"?>
<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
          https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!--
    Only URLs whose initial (pre-JS) HTML response already carries a correct,
    route-matching canonical are submitted here.

    /suche and all parameterised /suche?... pages are intentionally excluded:
    the shared SPA shell serves the same HTML for every route, so head tags
    (title, description, canonical, og:url) cannot be route-specific before JS
    hydration. Submitting those URLs without stable pre-JS canonical signals
    wastes crawl budget and creates conflicting canonical hints.

    All /suche routes set noindex:true via usePageMeta so they are not indexed
    even if a crawler discovers them via internal links. They will be re-added
    to this sitemap once the site has SSR or per-route prerendering in place.
  -->

  <url>
    <loc>https://stahllegenden.de/</loc>
    <lastmod>2026-06-11</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

</urlset>
