<?xml version="1.0" encoding="UTF-8"?>
<!--
  The pages of ponleu.app a search engine should list. Copied into the build
  root by web/vite.config.ts and named in robots.txt.

  Shops' own pages (/s/<slug>) are not listed here: which of them may be indexed
  is each owner's switch (store_indexable), which a static file cannot know.
  Google finds an indexable shop from the links she shares, and reads her
  switch from the page's robots meta.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://ponleu.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://ponleu.app/plans</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
