<?xml version="1.0" encoding="UTF-8"?>
<!--
  Wreltik app (app.wreltik.com) — single sitemap for all locales (Google
  requires one sitemap, never split by locale). The app is an authenticated
  SPA; its ONLY crawlable surface is the login page per policy (robots.txt
  disallows everything else). xhtml:link alternates are reciprocal and
  self-referencing; x-default points to /en/login (marketing repo i18n
  conventions).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://app.wreltik.com/en/login</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://app.wreltik.com/en/login"/>
    <xhtml:link rel="alternate" hreflang="es-AR" href="https://app.wreltik.com/es/login"/>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://app.wreltik.com/pt-br/login"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://app.wreltik.com/en/login"/>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://app.wreltik.com/es/login</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://app.wreltik.com/en/login"/>
    <xhtml:link rel="alternate" hreflang="es-AR" href="https://app.wreltik.com/es/login"/>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://app.wreltik.com/pt-br/login"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://app.wreltik.com/en/login"/>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://app.wreltik.com/pt-br/login</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://app.wreltik.com/en/login"/>
    <xhtml:link rel="alternate" hreflang="es-AR" href="https://app.wreltik.com/es/login"/>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://app.wreltik.com/pt-br/login"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://app.wreltik.com/en/login"/>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
