<?xml version="1.0" encoding="UTF-8"?>
<!--
  Love Currency — mylovecurrency.com

  ⭐ A sitemap is an INVITATION, not a fence. robots.txt says what may be
  visited; this says "here is what I want found." It earns its place because
  the five guides are reachable only from an email — nothing on the open web
  links to them, so a crawler would never otherwise arrive.

  ⛔⛔ EVERY URL HERE MUST BE ONE WE WANT INDEXED. Listing a page that carries
  a `noindex` meta sends two contradictory signals about the same URL. ⇒ The
  delivery surfaces (/tm/*, /welcome/*, the audio page) and the three build
  artifacts are absent ON PURPOSE, and must stay absent.

  ⛔ /404.html is not listed. A sitemap of pages worth finding does not include
  the page that says nothing was found.

  ⚠ checkout.mylovecurrency.com is a DIFFERENT HOST, served by GHL. Its pages
  belong in its own sitemap, authored in GHL — not here. ⭐ Ruled 2026-08-23:
  the checkout pages SHOULD be findable ("a decent landing page ... still
  decent for SEO findability"), so that sitemap has real work to do.

  ⚠ MAINTENANCE: `lastmod` is a claim. Update it when a page's CONTENT
  changes, not when this file is touched — a date that always says "today"
  teaches a crawler to ignore the field.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- The quiz. The one page on this host built for a stranger. -->
  <url>
    <loc>https://mylovecurrency.com/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ⭐ The Moment Maker. Listed deliberately, ruled 2026-08-23: it opens the
       five questions to ANYONE and gates only at the plan (POST /plan answers
       403 without a valid token, verified). That makes it a genuine
       try-before-you-buy page rather than a delivery surface. -->
  <url>
    <loc>https://mylovecurrency.com/moment-maker/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ⭐⭐ THE FIVE GUIDES — the whole reason this file exists. Each is a
       real, substantial page, and each is reachable ONLY from an email. -->
  <url>
    <loc>https://mylovecurrency.com/guide/beaver/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://mylovecurrency.com/guide/canary/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://mylovecurrency.com/guide/cat/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://mylovecurrency.com/guide/dog/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://mylovecurrency.com/guide/squirrel/</loc>
    <lastmod>2026-08-20</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

</urlset>
