<?xml version="1.0" encoding="UTF-8"?>
<!--
  MODELO — substitua __DOMINIO__ pelo domínio real antes de publicar.
  Enquanto isso não acontecer, não envie este arquivo ao Search Console:
  o site inteiro está como noindex por padrão.

  Exemplo no terminal, dentro da pasta do site:
  sed -i '' 's|__DOMINIO__|https://agendacheia.com.br|g' sitemap.xml
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>__DOMINIO__/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>__DOMINIO__/politica-de-privacidade.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
  <url>
    <loc>__DOMINIO__/termos-de-uso.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
