<?xml version="1.0" encoding="UTF-8"?>
<!--
  The three language landings. Each entry lists every language via
  xhtml:link, which is how Google is told "these are the same page in
  other languages" — hreflang must be reciprocal, so all three URLs
  carry the identical block (including a self-reference).

  x-default points at the bare domain, which is a dispatcher: it sends a
  visitor on to the language matching their browser (or their previously
  chosen one). It is not listed as its own <url> because it holds no
  content of its own.

  Not listed here: /r/ and /t/ (noindex, see Caddyfile) and /privacy,
  /terms (crawled via the footer links).
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://echoads.co/uk</loc>
    <xhtml:link rel="alternate" hreflang="uk" href="https://echoads.co/uk" />
    <xhtml:link rel="alternate" hreflang="en" href="https://echoads.co/en" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://echoads.co/ru" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://echoads.co/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://echoads.co/en</loc>
    <xhtml:link rel="alternate" hreflang="uk" href="https://echoads.co/uk" />
    <xhtml:link rel="alternate" hreflang="en" href="https://echoads.co/en" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://echoads.co/ru" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://echoads.co/" />
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://echoads.co/ru</loc>
    <xhtml:link rel="alternate" hreflang="uk" href="https://echoads.co/uk" />
    <xhtml:link rel="alternate" hreflang="en" href="https://echoads.co/en" />
    <xhtml:link rel="alternate" hreflang="ru" href="https://echoads.co/ru" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://echoads.co/" />
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
