<?xml version="1.0" encoding="UTF-8"?>
<!--
  Only the pages that are meant to be found. The private inbox, the personal
  data page and the administrative area are deliberately absent.

  The host below has to be the same one `SITE_URL` in `src/routes/__root.tsx`
  declares canonical. A sitemap that names a different site than the canonical
  tag is worse than no sitemap: it asks a crawler to index pages that then tell
  it they live somewhere else.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://liberdade-360.com/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://liberdade-360.com/teste</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://liberdade-360.com/projeto</loc>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://liberdade-360.com/privacidade</loc>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://liberdade-360.com/cookies</loc>
    <priority>0.3</priority>
  </url>
</urlset>
