<?xml version="1.0" encoding="UTF-8"?>
<!--
  Cloudflare Pages serves this file at https://app.scopeful.org/sitemap.xml.
  The app is a React SPA — the marketing site (www.scopeful.org) ships the
  full sitemap for its indexable /tools /blog /deals /compare surface. Here
  we list only the brand-anchored entry points of the Pro app: the root
  and the public-facing Pro pages that link out to skills, workflows, and
  collections. Per-skill, per-workflow, and per-collection URLs are rendered
  client-side and would all return the root index.html; indexing them
  would create infinite duplicate-content noise, so we keep the list to
  the few stable brand URLs.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://app.scopeful.org/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://app.scopeful.org/skills</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://app.scopeful.org/workflows</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://app.scopeful.org/collections</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://app.scopeful.org/posts</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://app.scopeful.org/keys</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
