<?xml version="1.0" encoding="UTF-8"?>
<!--
  The same page in three languages. Each entry repeats the full set of xhtml:link
  alternates, including a self-reference, because that is what the protocol asks
  for: a sitemap that names /fr/ without saying /fr/ is French leaves the crawler
  guessing from the URL.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <url>
    <loc>https://ciceapp.com/</loc>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="es" href="https://ciceapp.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://ciceapp.com/en/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://ciceapp.com/fr/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ciceapp.com/en/"/>
  </url>

  <url>
    <loc>https://ciceapp.com/en/</loc>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="es" href="https://ciceapp.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://ciceapp.com/en/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://ciceapp.com/fr/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ciceapp.com/en/"/>
  </url>

  <url>
    <loc>https://ciceapp.com/fr/</loc>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="es" href="https://ciceapp.com/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://ciceapp.com/en/"/>
    <xhtml:link rel="alternate" hreflang="fr" href="https://ciceapp.com/fr/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://ciceapp.com/en/"/>
  </url>

</urlset>
