<?xml version="1.0" encoding="UTF-8"?>
<!--
  ADR-059 — sitemap.xml for the marketing origin (finance.twodo.cz).
  Two URLs today: CS default + EN alternate. Hreflang annotations
  let search engines surface the right language to users.
  nginx serves this at GET /sitemap.xml via:
    location = /sitemap.xml {
      proxy_pass http://api:5050/sitemap.xml;
    }
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://finance.twodo.cz/</loc>
    <xhtml:link rel="alternate" hreflang="cs" href="https://finance.twodo.cz/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://finance.twodo.cz/?lang=en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://finance.twodo.cz/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
