<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, because the site has two indexable pages: the same home page in two
  languages. Both list the full set of alternates including themselves, which is what
  the hreflang specification requires — a set that is not reciprocal is ignored.

  Deliberately absent: /hu/privacy-policy and /en/privacy-policy. Those carry
  `noindex, follow` (see plan/04-gdpr.md), and listing a page in a sitemap while telling
  robots not to index it is a contradiction a crawler resolves by trusting neither.
  Also absent: the bare `/`, which only redirects, in JavaScript, to one of these two.

  `lastmod` is maintained by hand. That is a real liability — a date that never changes
  is worse than no date at all, because it teaches the crawler to stop believing it.
  Update it when the page content changes, not when this file is touched.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://vermes.dev/en</loc>
    <lastmod>2026-08-09</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://vermes.dev/en" />
    <xhtml:link rel="alternate" hreflang="hu" href="https://vermes.dev/hu" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://vermes.dev/en" />
  </url>
  <url>
    <loc>https://vermes.dev/hu</loc>
    <lastmod>2026-08-09</lastmod>
    <xhtml:link rel="alternate" hreflang="en" href="https://vermes.dev/en" />
    <xhtml:link rel="alternate" hreflang="hu" href="https://vermes.dev/hu" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://vermes.dev/en" />
  </url>
</urlset>
