<?xml version="1.0" encoding="UTF-8"?>
<!--
  PlaybookMax sitemap.

  Only PUBLIC, server-addressable pages belong here. /app is the React SPA:
  everything inside it is behind auth and hash-routed, so a crawler sees one
  empty shell — listing it would submit a page with no indexable content.

  Add a <url> entry for each new marketing page (features, pricing, guides,
  blog posts) as they ship. Keep lastmod honest: bump it when a page's content
  actually changes, not on every deploy — a lastmod that always says "today"
  gets ignored as noise.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://playbookmax.com/</loc>
    <lastmod>2026-07-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://playbookmax.com/features/</loc>
    <lastmod>2026-07-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://playbookmax.com/pricing/</loc>
    <lastmod>2026-07-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
