<?xml version="1.0" encoding="UTF-8"?>
<!--
  ==========================================================================
  DatomIQ - Sitemap XML
  Mapa do site para motores de busca (Google, Bing, etc.)

  Página única em três idiomas, distinguidos pelo parâmetro ?lang=.
  Cada <url> declara os alternates recíprocos exigidos pelo hreflang.
  ==========================================================================
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Página Principal (Português, canônica) -->
  <url>
    <loc>https://datomiq.com.br/</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://datomiq.com.br/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://datomiq.com.br/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://datomiq.com.br/?lang=es"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://datomiq.com.br/"/>
    <lastmod>2026-09-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Página Principal (Inglês) -->
  <url>
    <loc>https://datomiq.com.br/?lang=en</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://datomiq.com.br/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://datomiq.com.br/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://datomiq.com.br/?lang=es"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://datomiq.com.br/"/>
    <lastmod>2026-09-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Página Principal (Espanhol) -->
  <url>
    <loc>https://datomiq.com.br/?lang=es</loc>
    <xhtml:link rel="alternate" hreflang="pt-BR" href="https://datomiq.com.br/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://datomiq.com.br/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="es" href="https://datomiq.com.br/?lang=es"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://datomiq.com.br/"/>
    <lastmod>2026-09-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
