<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public marketing site, one entry per page per language.

  The Portuguese landing is the bare root, not /pt-BR — that URL permanently redirects here, so
  only the root is listed. Nothing under /app appears either: those routes redirect anonymous
  requests to /login and can never return content to a crawler. (Pricing is temporarily disabled;
  when it returns, its two URLs come back here — the test below enforces it.)

  Every entry carries the full alternate set INCLUDING itself, which Google requires — an
  annotation group that omits the page it sits on is discarded. x-default points at the default
  language's version of that same page, since there is no locale-selector URL to aim it at.

  Kept in step with PUBLIC_PAGES / PUBLIC_LOCALES by src/lib/__tests__/sitemap.test.ts, which fails
  if this file and the route map disagree in either direction.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://trackahead.app/</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://trackahead.app/"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://trackahead.app/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://trackahead.app/"/>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://trackahead.app/en</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://trackahead.app/"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://trackahead.app/en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://trackahead.app/"/>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://trackahead.app/pt-BR/recursos</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://trackahead.app/pt-BR/recursos"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://trackahead.app/en/features"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://trackahead.app/pt-BR/recursos"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://trackahead.app/en/features</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://trackahead.app/pt-BR/recursos"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://trackahead.app/en/features"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://trackahead.app/pt-BR/recursos"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://trackahead.app/pt-BR/sobre</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://trackahead.app/pt-BR/sobre"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://trackahead.app/en/about"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://trackahead.app/pt-BR/sobre"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://trackahead.app/en/about</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://trackahead.app/pt-BR/sobre"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://trackahead.app/en/about"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://trackahead.app/pt-BR/sobre"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://trackahead.app/pt-BR/privacidade</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://trackahead.app/pt-BR/privacidade"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://trackahead.app/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://trackahead.app/pt-BR/privacidade"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://trackahead.app/en/privacy</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://trackahead.app/pt-BR/privacidade"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://trackahead.app/en/privacy"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://trackahead.app/pt-BR/privacidade"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://trackahead.app/pt-BR/termos</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://trackahead.app/pt-BR/termos"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://trackahead.app/en/terms"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://trackahead.app/pt-BR/termos"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://trackahead.app/en/terms</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://trackahead.app/pt-BR/termos"/>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://trackahead.app/en/terms"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://trackahead.app/pt-BR/termos"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
