<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public site, in full — three pages, and deliberately only three.

  It is short because the product is not the site: every other route in
  the SPA needs an account, and `/shared/<token>` must never appear
  anywhere a crawler can read it. This list is pinned to
  `src/lib/publicRoutes.ts` by a test, so a page cannot be opened to
  visitors and quietly left out, nor advertised here while still closed.

  No <lastmod>: a date nobody updates is worse than no date, and Google
  discounts the whole file once it catches one that lies.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://plansto3d.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://plansto3d.com/termos</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://plansto3d.com/privacidade</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
