<?xml version="1.0" encoding="UTF-8"?>
<!-- Sitemap bilingue. Solo le pagine indicizzabili: /gioca e /e/<slug> sono noindex
     e per definizione non vanno in sitemap. Ogni URL dichiara sé stesso e l'altra
     lingua con xhtml:link rel="alternate" (+ x-default = italiano), esattamente come
     gli <link rel="alternate" hreflang> nel <head> generati da hreflangs() in i18n.js.
     Se un giorno le pagine diventano di più, meglio generarla in build come robots.txt.js. -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://www.evo.ooo/</loc>
    <xhtml:link rel="alternate" hreflang="it" href="https://www.evo.ooo/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.evo.ooo/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.evo.ooo/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.evo.ooo/en/</loc>
    <xhtml:link rel="alternate" hreflang="it" href="https://www.evo.ooo/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.evo.ooo/en/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.evo.ooo/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.evo.ooo/cookie</loc>
    <xhtml:link rel="alternate" hreflang="it" href="https://www.evo.ooo/cookie"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.evo.ooo/en/cookie"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.evo.ooo/cookie"/>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>https://www.evo.ooo/en/cookie</loc>
    <xhtml:link rel="alternate" hreflang="it" href="https://www.evo.ooo/cookie"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://www.evo.ooo/en/cookie"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.evo.ooo/cookie"/>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
