<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, and that is correct, not an oversight.

  DELIBERATELY ABSENT:

  /learn/oncall and /learn/soothe — they are A/B/C variants carrying IDENTICAL
  copy to /learn/safe, differing only in which feature is promoted to the hero.
  Listing all three would ask search engines to index the same page three times,
  which is the textbook duplicate-content mistake. All three instead declare
  rel="canonical" pointing at /learn/safe, which is what Google asks for when
  running an A/B test. When a winner emerges, change the canonical and this
  file together.

  /learn — it is a 302 that assigns a variant. Never list a redirect.

  /a1, /cedars, and every other flier code — they are noindex by design, and
  the space of them is unbounded (any short code renders a page). A sitemap of
  infinite generated URLs is how a small site talks itself into a crawl budget
  problem.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://plinco.store/</loc>
    <lastmod>2026-09-14</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://plinco.store/learn/safe</loc>
    <lastmod>2026-09-14</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
