<!-- EXEMPLO -->
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<url>
  <loc>https://www.meuplace.com.br</loc>
  <lastmod>2026-01-01</lastmod>
  <changefreq>daily</changefreq> <!-- never/yearly/monthly/weekly/daily/hourly/always -->
  <priority>1.00</priority>
</url>
<url>
  <loc>https://www.meuplace.com.br/index.html</loc>
  <lastmod>2026-01-01</lastmod>
  <changefreq>daily</changefreq> <!-- never/yearly/monthly/weekly/daily/hourly/always -->
  <priority>1.00</priority>
</url>

</urlset>