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

  Lists every PUBLIC URL on athenascripts.cc so search engines can
  discover and crawl them efficiently. Authenticated routes
  (/dashboard, /admin, /login, etc.) are intentionally excluded —
  they're already blocked by robots.txt.

  Update <lastmod> dates whenever the page content meaningfully
  changes; that signals crawlers to re-fetch.
  ────────────────────────────────────────────────────────────────
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Homepage — highest priority, changes most frequently
       (pricing tweaks, hero copy, FAQ, etc.) -->
  <url>
    <loc>https://athenascripts.cc/</loc>
    <lastmod>2026-04-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Legal pages — rarely change, lower priority -->
  <url>
    <loc>https://athenascripts.cc/terms</loc>
    <lastmod>2026-04-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://athenascripts.cc/privacy</loc>
    <lastmod>2026-04-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://athenascripts.cc/refunds</loc>
    <lastmod>2026-04-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

</urlset>
