<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap de FluxoIA.

  Es un fichero estatico a proposito: el sitio tiene pocas rutas y generarlo en
  tiempo de build anadiria una herramienta a la cadena sin necesidad. Al anadir
  una ruta nueva en `src/App.jsx`, anadirla tambien aqui.

  Nginx lo sirve con `location = /sitemap.xml` y `try_files $uri =404`, para que
  no caiga en el fallback de SPA y devuelva HTML a los buscadores.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.flxia.net/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.flxia.net/contacto</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
