<?xml version="1.0" encoding="UTF-8"?>
<!-- Public, indexable surface. The app itself is a hash-routed SPA whose authed
     routes are intentionally not indexable; only the public marketing/content,
     legal and docs pages below are crawlable at real history-API paths.
     Keep in sync with server/_core/publicSeo.ts (guarded by publicSeo.test.ts). -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <!-- Landing — English-only front door (canonical /). -->
  <url>
    <loc>https://graneth.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Localized content pages: en (canonical) + de + cs, cross-linked by hreflang. -->
  <url>
    <loc>https://graneth.com/benchmark</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://graneth.com/benchmark" />
    <xhtml:link rel="alternate" hreflang="de" href="https://graneth.com/de/benchmark" />
    <xhtml:link rel="alternate" hreflang="cs" href="https://graneth.com/cs/benchmark" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://graneth.com/benchmark" />
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://graneth.com/de/benchmark</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://graneth.com/benchmark" />
    <xhtml:link rel="alternate" hreflang="de" href="https://graneth.com/de/benchmark" />
    <xhtml:link rel="alternate" hreflang="cs" href="https://graneth.com/cs/benchmark" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://graneth.com/benchmark" />
  </url>
  <url>
    <loc>https://graneth.com/cs/benchmark</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://graneth.com/benchmark" />
    <xhtml:link rel="alternate" hreflang="de" href="https://graneth.com/de/benchmark" />
    <xhtml:link rel="alternate" hreflang="cs" href="https://graneth.com/cs/benchmark" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://graneth.com/benchmark" />
  </url>

  <url>
    <loc>https://graneth.com/cra-guide</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://graneth.com/cra-guide" />
    <xhtml:link rel="alternate" hreflang="de" href="https://graneth.com/de/cra-guide" />
    <xhtml:link rel="alternate" hreflang="cs" href="https://graneth.com/cs/cra-guide" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://graneth.com/cra-guide" />
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://graneth.com/de/cra-guide</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://graneth.com/cra-guide" />
    <xhtml:link rel="alternate" hreflang="de" href="https://graneth.com/de/cra-guide" />
    <xhtml:link rel="alternate" hreflang="cs" href="https://graneth.com/cs/cra-guide" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://graneth.com/cra-guide" />
  </url>
  <url>
    <loc>https://graneth.com/cs/cra-guide</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://graneth.com/cra-guide" />
    <xhtml:link rel="alternate" hreflang="de" href="https://graneth.com/de/cra-guide" />
    <xhtml:link rel="alternate" hreflang="cs" href="https://graneth.com/cs/cra-guide" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://graneth.com/cra-guide" />
  </url>

  <url>
    <loc>https://graneth.com/trust</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://graneth.com/trust" />
    <xhtml:link rel="alternate" hreflang="de" href="https://graneth.com/de/trust" />
    <xhtml:link rel="alternate" hreflang="cs" href="https://graneth.com/cs/trust" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://graneth.com/trust" />
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://graneth.com/de/trust</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://graneth.com/trust" />
    <xhtml:link rel="alternate" hreflang="de" href="https://graneth.com/de/trust" />
    <xhtml:link rel="alternate" hreflang="cs" href="https://graneth.com/cs/trust" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://graneth.com/trust" />
  </url>
  <url>
    <loc>https://graneth.com/cs/trust</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://graneth.com/trust" />
    <xhtml:link rel="alternate" hreflang="de" href="https://graneth.com/de/trust" />
    <xhtml:link rel="alternate" hreflang="cs" href="https://graneth.com/cs/trust" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://graneth.com/trust" />
  </url>

  <!-- English-only pages (legal is English until the lawyer pass; docs are dev-facing). -->
  <url>
    <loc>https://graneth.com/docs</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://graneth.com/changelog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://graneth.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://graneth.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://graneth.com/dpa</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
