<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every URL here is served as real HTML with its words already in the response —
  see the SEO_PAGES list in la-guia/scripts/seo-pages.mjs, plus the homepage,
  which vite.config.js fills in.

  Do not add a route that only exists inside the React app. It returns an empty
  <div> to any crawler that does not run JavaScript, so listing it asks Google
  to index a blank page.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://atelierlabs.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://atelierlabs.app/guide</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://atelierlabs.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://atelierlabs.app/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
