<?xml version="1.0" encoding="UTF-8"?>
<!--
  TEMPORARY STUB — phase A1 only.

  Phase B replaces this with functions/sitemap.xml.js, which lists every coach
  landing page that clears the readiness rule. That task's FIRST step is
  `git rm public/sitemap.xml`, and it is not optional: Cloudflare Pages serves
  static assets BEFORE Functions, so leaving this file in place means the
  Function never runs. Every check would pass, the deploy would be green, and
  /sitemap.xml would quietly serve these two URLs forever while no coach page is
  ever discovered.

  See docs/superpowers/plans/2026-07-29-coach-lp-seo-discoverability.md Task 6.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://thelockr.app/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://thelockr.app/features</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
