<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Main landing page (rankings) - Highest priority -->
  <url>
    <loc>https://kissandra.ai/</loc>
    <lastmod>2025-01-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Rankings page (same as main page but explicit URL) -->
  <url>
    <loc>https://kissandra.ai/rankings.html</loc>
    <lastmod>2025-01-21</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Shop page - Second most important landing page -->
  <url>
    <loc>https://kissandra.ai/shop.html</loc>
    <lastmod>2025-01-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Main create page - Third most important, good landing page -->
  <url>
    <loc>https://kissandra.ai/create.html</loc>
    <lastmod>2025-01-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Specific create pages - Lower priority, redirect destinations -->
  <url>
    <loc>https://kissandra.ai/create-character.html</loc>
    <lastmod>2025-01-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://kissandra.ai/create-scenario.html</loc>
    <lastmod>2025-01-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Hangout page - Internal functionality, not a landing page -->
  <url>
    <loc>https://kissandra.ai/hangout.html</loc>
    <lastmod>2025-01-21</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Account page - Internal functionality, not a landing page -->
  <url>
    <loc>https://kissandra.ai/account.html</loc>
    <lastmod>2025-01-21</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.2</priority>
  </url>

  <!-- OAuth callback page - Technical but necessary -->
  <url>
    <loc>https://kissandra.ai/callback.html</loc>
    <lastmod>2025-01-21</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.1</priority>
  </url>

</urlset>
