<?xml version="1.0" encoding="UTF-8"?>
<!--
  Deliberately just the landing page. This is a static file shipped with
  the build — there is no server-side or build-time step in this app that
  ever reads Firestore, so a real per-shop-catalogue sitemap (one <url> per
  published slug) isn't something this file can generate today. Individual
  catalogue/product pages still opt into indexing themselves (see
  src/head.ts) — they just aren't pre-listed here for crawlers to discover
  faster. Revisit if/when a build-time or server-side data source exists.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://picofo.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
