<?xml version="1.0" encoding="UTF-8"?>
<!--
  robots.txt has always advertised this file; until 2026-09-07 it did not exist, so every
  crawler that followed the Sitemap: directive received the SPA fallback HTML instead.

  Only indexable content routes are listed. /thank-you carries a noindex directive and
  /contact is a redirect to /#contact, so neither belongs here.

  No <lastmod>. It was hardcoded and would have drifted out of date the moment page
  content changed, and a lastmod that does not track reality is worse than none: Google
  states it ignores the value when it finds it unreliable. The honest options were to
  generate the file at build time from git commit dates — real complexity, and a build
  that breaks when git is unavailable, for a two-page brochure site — or to omit the
  element, which is optional. Omitted. Add it back only alongside something that keeps
  it true.

  changefreq and priority are hints about intent rather than assertions of fact, so they
  do not go stale the same way. Google ignores both; other crawlers may not.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.popiconsb.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.popiconsb.com/past-events</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
