<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static sitemap: only the prerendered marketing routes belong here. CMS pages
  (/p/<slug>) are edited in the back-office, are client-rendered by design, and
  are legal pages rather than search targets — add them by hand if that changes.

  Each entry carries the full hreflang cluster. A sitemap is one of the two
  places Google accepts hreflang in (the other is the page head, which the site
  also emits — see seo.service.ts); stating it in both is allowed and gives the
  cluster a second chance to be read correctly.

  URLs are written with a trailing slash because that is what the server answers
  with 200 — the prerendered routes are directories, and nginx redirects the
  slashless form. Listing the redirecting shape would point crawlers at a hop.

  The cluster must be reciprocal and complete: every URL lists every language
  including itself, plus x-default. One missing return link and Google discards
  the group.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://avtobus.de/</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://avtobus.de/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://avtobus.de/ru/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://avtobus.de/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://avtobus.de/ru/</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://avtobus.de/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://avtobus.de/ru/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://avtobus.de/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://avtobus.de/buchen/</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://avtobus.de/buchen/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://avtobus.de/ru/buchen/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://avtobus.de/buchen/"/>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://avtobus.de/ru/buchen/</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://avtobus.de/buchen/"/>
    <xhtml:link rel="alternate" hreflang="ru" href="https://avtobus.de/ru/buchen/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://avtobus.de/buchen/"/>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
