<?xml version="1.0" encoding="UTF-8"?>
<!--
  Minimal sitemap for psiquepol.ai.

  The app is mostly behind authentication; only the EN and ES
  landing pages return 200 to anonymous crawlers (the rest of
  `app/(public)/*` paths currently 307/404 because of the
  middleware redirect logic). We list only what's actually
  reachable to avoid pointing crawlers at dead URLs, which is
  worse for SEO than a small sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://psiquepol.ai/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://psiquepol.ai/es</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
