<?xml version="1.0" encoding="UTF-8"?>
<!--
  Public, indexable pages of the Vestu SPA. Referenced by /sitemap.xml.

  Only public routes belong here. /login and the authenticated app routes
  (/dashboard, /add-data*, /settings, /welcome, …) are intentionally omitted —
  they have no SEO value and sit behind auth. Blog URLs live in the blog's own
  sitemap (/blog/sitemap-index.xml), not here.

  No <lastmod> is set: this is a hand-maintained static file and a fabricated
  date is worse than none (Google ignores priority/changefreq anyway).
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.vestu.app/</loc>
  </url>
  <url>
    <loc>https://www.vestu.app/simulacao</loc>
  </url>
  <url>
    <loc>https://www.vestu.app/termos-de-uso</loc>
  </url>
  <url>
    <loc>https://www.vestu.app/politica-de-privacidade</loc>
  </url>
</urlset>
