<?xml version="1.0" encoding="UTF-8"?>
<!--
  Las catorce URL públicas: siete páginas en dos idiomas.

  Cada <url> declara sus dos alternativas con xhtml:link, que es la forma que
  Google pide en el sitemap y que hace pareja con los <link rel="alternate">
  que pone src/components/Meta.tsx en el <head>. Las dos señales tienen que
  decir lo mismo o Google ignora las dos.

  NO ESTÁN, A PROPÓSITO: /perfil/* y /reset-password. Piden sesión o llegan con
  un token por correo; Meta.tsx les pone robots: noindex. /privacy y /terms son
  301 hacia las de abajo y una redirección no se lista.

  Al añadir una página pública hay que añadirla aquí, en src/i18n/rutas.ts y en
  src/App.tsx. El test rutas.test.ts comprueba que este archivo y la tabla de
  parejas no se separen.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

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

  <url>
    <loc>https://pinkygo.com/conductoras</loc>
    <xhtml:link rel="alternate" hreflang="es-MX" href="https://pinkygo.com/conductoras"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pinkygo.com/en/drivers"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pinkygo.com/conductoras"/>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://pinkygo.com/en/drivers</loc>
    <xhtml:link rel="alternate" hreflang="es-MX" href="https://pinkygo.com/conductoras"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pinkygo.com/en/drivers"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pinkygo.com/conductoras"/>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://pinkygo.com/pasajeras</loc>
    <xhtml:link rel="alternate" hreflang="es-MX" href="https://pinkygo.com/pasajeras"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pinkygo.com/en/riders"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pinkygo.com/pasajeras"/>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://pinkygo.com/en/riders</loc>
    <xhtml:link rel="alternate" hreflang="es-MX" href="https://pinkygo.com/pasajeras"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pinkygo.com/en/riders"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pinkygo.com/pasajeras"/>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://pinkygo.com/seguridad</loc>
    <xhtml:link rel="alternate" hreflang="es-MX" href="https://pinkygo.com/seguridad"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pinkygo.com/en/safety"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pinkygo.com/seguridad"/>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://pinkygo.com/en/safety</loc>
    <xhtml:link rel="alternate" hreflang="es-MX" href="https://pinkygo.com/seguridad"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pinkygo.com/en/safety"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pinkygo.com/seguridad"/>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://pinkygo.com/informacion</loc>
    <xhtml:link rel="alternate" hreflang="es-MX" href="https://pinkygo.com/informacion"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pinkygo.com/en/information"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pinkygo.com/informacion"/>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://pinkygo.com/en/information</loc>
    <xhtml:link rel="alternate" hreflang="es-MX" href="https://pinkygo.com/informacion"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pinkygo.com/en/information"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pinkygo.com/informacion"/>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://pinkygo.com/aviso-de-privacidad</loc>
    <xhtml:link rel="alternate" hreflang="es-MX" href="https://pinkygo.com/aviso-de-privacidad"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pinkygo.com/en/privacy-notice"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pinkygo.com/aviso-de-privacidad"/>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://pinkygo.com/en/privacy-notice</loc>
    <xhtml:link rel="alternate" hreflang="es-MX" href="https://pinkygo.com/aviso-de-privacidad"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pinkygo.com/en/privacy-notice"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pinkygo.com/aviso-de-privacidad"/>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://pinkygo.com/terminos-y-condiciones</loc>
    <xhtml:link rel="alternate" hreflang="es-MX" href="https://pinkygo.com/terminos-y-condiciones"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pinkygo.com/en/terms"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pinkygo.com/terminos-y-condiciones"/>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://pinkygo.com/en/terms</loc>
    <xhtml:link rel="alternate" hreflang="es-MX" href="https://pinkygo.com/terminos-y-condiciones"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://pinkygo.com/en/terms"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://pinkygo.com/terminos-y-condiciones"/>
    <priority>0.4</priority>
  </url>

</urlset>
