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

  Lists every public, indexable URL. Currently the canonical apex
  (coming-soon landing), the pricing page, and the Privacy Policy +
  Terms of Service routes (v1.24.0 Phase 1 launch readiness). Once
  the full app goes live and any of the auth-walled routes get a
  public marketing variant, add them here.

  Crawlers also discover this via the `Sitemap:` directive in
  robots.txt. The same Pages bundle ships to dev.homestudypath.com,
  but no-flash.js flips that hostname to `noindex` so it won't end
  up in any index regardless of this file.

  `www.homestudypath.com` is NOT listed — it 301-redirects to the
  apex via `_redirects`, so it's not a separate indexable surface.
  Listing both used to split ranking authority between two URLs.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://homestudypath.com/</loc>
    <lastmod>2026-06-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://homestudypath.com/pricing</loc>
    <lastmod>2026-05-31</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://homestudypath.com/privacy</loc>
    <lastmod>2026-05-31</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://homestudypath.com/terms</loc>
    <lastmod>2026-05-31</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
