<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- ==========================================
       HOMEPAGE - Highest Priority
       ========================================== -->
  <url>
    <loc>https://jessicareino.me/fantasma/</loc>
    <lastmod>2025-10-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <image:image>
      <image:loc>https://jessicareino.me/fantasma/images/coming_up_for_air_cover.png</image:loc>
      <image:title>Coming Up For Air - Book Cover</image:title>
    </image:image>
    <image:image>
      <image:loc>https://jessicareino.me/fantasma/images/smokingbook.jpg</image:loc>
      <image:title>Fantasy Book Illustration</image:title>
    </image:image>
  </url>

  <!-- ==========================================
       HIGH PRIORITY PAGES - Core Content
       ========================================== -->
  
  <!-- Books Page - Primary conversion page -->
  <url>
    <loc>https://jessicareino.me/fantasma/books.html</loc>
    <lastmod>2025-10-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.95</priority>
    <image:image>
      <image:loc>https://jessicareino.me/fantasma/images/coming_up_for_air_cover.png</image:loc>
      <image:title>Coming Up For Air by Jessica Natalie Reino</image:title>
    </image:image>
  </url>

  <!-- About Page - Author biography and credibility -->
  <url>
    <loc>https://jessicareino.me/fantasma/about.html</loc>
    <lastmod>2025-10-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.90</priority>
    <image:image>
      <image:loc>https://jessicareino.me/fantasma/images/SCBWI_Member.png</image:loc>
      <image:title>SCBWI Member Badge</image:title>
    </image:image>
  </url>

  <!-- Editorial Services - High-value service page -->
  <url>
    <loc>https://jessicareino.me/fantasma/editorial-services.html</loc>
    <lastmod>2025-10-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.90</priority>
  </url>

  <!-- Shop Page - E-commerce and merchandise -->
  <url>
    <loc>https://jessicareino.me/fantasma/shop.html</loc>
    <lastmod>2025-10-19</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.85</priority>
  </url>

  <!-- ==========================================
       MEDIUM PRIORITY PAGES - Engagement
       ========================================== -->
  
  <!-- Connect Page - Contact and newsletter signup -->
  <url>
    <loc>https://jessicareino.me/fantasma/connect.html</loc>
    <lastmod>2025-10-19</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.75</priority>
  </url>

  <!-- ==========================================
       FUTURE CONTENT PAGES - Planned Features
       Include these when pages are created
       ========================================== -->
  
  <!-- Worlds/Lore Hub (when created) -->
  <!--
  <url>
    <loc>https://jessicareino.me/fantasma/worlds.html</loc>
    <lastmod>2025-XX-XX</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.80</priority>
  </url>
  -->

  <!-- Characters Archive (when created) -->
  <!--
  <url>
    <loc>https://jessicareino.me/fantasma/characters.html</loc>
    <lastmod>2025-XX-XX</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.75</priority>
  </url>
  -->

  <!-- News/Blog Hub (when created) -->
  <!--
  <url>
    <loc>https://jessicareino.me/fantasma/news.html</loc>
    <lastmod>2025-XX-XX</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.80</priority>
  </url>
  -->

  <!-- Press Kit Page (when created) -->
  <!--
  <url>
    <loc>https://jessicareino.me/fantasma/press-kit.html</loc>
    <lastmod>2025-XX-XX</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.70</priority>
  </url>
  -->

  <!-- Individual Book Pages (add as created) -->
  <!--
  <url>
    <loc>https://jessicareino.me/fantasma/books/coming-up-for-air.html</loc>
    <lastmod>2025-XX-XX</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.90</priority>
  </url>
  -->

  <!-- ==========================================
       LEGAL PAGES - Required but lower priority
       ========================================== -->
  
  <url>
    <loc>https://jessicareino.me/fantasma/privacy-policy.html</loc>
    <lastmod>2025-10-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.30</priority>
  </url>

  <url>
    <loc>https://jessicareino.me/fantasma/terms-of-service.html</loc>
    <lastmod>2025-10-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.30</priority>
  </url>

  <url>
    <loc>https://jessicareino.me/fantasma/cookie-policy.html</loc>
    <lastmod>2025-10-19</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.30</priority>
  </url>

</urlset>

<!--
  SITEMAP MAINTENANCE NOTES:
  
  1. Update lastmod dates whenever page content changes
  2. Add new book pages with priority 0.90 as they're published
  3. Add blog/news posts with priority 0.70-0.80
  4. Keep changefreq realistic based on actual update patterns
  5. Include image sitemaps for all book covers and key visuals
  6. Uncomment future pages as they go live
  7. Submit updated sitemap to Google Search Console after major changes
  
  PRIORITY GUIDE:
  - 1.0: Homepage only
  - 0.90-0.95: Books, About, Editorial Services (core conversion pages)
  - 0.80-0.85: Shop, Worlds, News (engagement pages)
  - 0.70-0.79: Connect, Press Kit, Character pages
  - 0.60-0.69: Individual blog posts
  - 0.30-0.50: Legal, utility pages
  
  CHANGEFREQ RECOMMENDATIONS:
  - daily: News/blog listing pages
  - weekly: Homepage, Shop (if frequently updated)
  - monthly: Books, About, Editorial Services, Connect
  - yearly: Legal pages, archived content
-->