<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written, because this site is hand-written: five HTML files at the repo
  root and no build step, so there is nothing to generate this from and nothing
  for it to drift out of step with. If a build is ever added, this file should
  be generated by it.

  Four URLs, not five. n8n-notification.html is an email template meant to be
  pasted into an n8n Send Email node, it is not a page, and it answers 404 on
  the live site. robots.txt disallows it so a crawler that finds the path some
  other way does not chase it.

  URLs are the CLEAN forms, without .html: vercel.json sets cleanUrls, so
  /privatuma-politika is the shipped address and /privatuma-politika.html
  redirects. A sitemap full of redirects is a worse answer than no sitemap.

  The hreflang pairs mirror what the pages already declare in their own head.
  The two privacy pages declare nothing, so they are paired here for the first
  time: a Latvian and a Russian privacy policy are one document in two
  languages, and left undeclared a crawler treats them as two competing pages.

  Namespace host is sitemapS.org, plural. The singular parses as valid XML and
  Search Console rejects the whole file, so the symptom is a sitemap that looks
  like it was never fetched.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://vartizogi.lv/</loc>
    <xhtml:link rel="alternate" hreflang="lv" href="https://vartizogi.lv/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://vartizogi.lv/ru"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://vartizogi.lv/"/>
  </url>
  <url>
    <loc>https://vartizogi.lv/ru</loc>
    <xhtml:link rel="alternate" hreflang="lv" href="https://vartizogi.lv/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://vartizogi.lv/ru"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://vartizogi.lv/"/>
  </url>
  <url>
    <loc>https://vartizogi.lv/privatuma-politika</loc>
    <xhtml:link rel="alternate" hreflang="lv" href="https://vartizogi.lv/privatuma-politika"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://vartizogi.lv/privatuma-politika-ru"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://vartizogi.lv/privatuma-politika"/>
  </url>
  <url>
    <loc>https://vartizogi.lv/privatuma-politika-ru</loc>
    <xhtml:link rel="alternate" hreflang="lv" href="https://vartizogi.lv/privatuma-politika"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://vartizogi.lv/privatuma-politika-ru"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://vartizogi.lv/privatuma-politika"/>
  </url>
</urlset>
