<?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">

  <!-- Static pages -->
  <url>
    <loc>https://idexa.one/</loc>
    <changefreq>hourly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://idexa.one/submit</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://idexa.one/prompts</loc>
    <changefreq>hourly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://idexa.one/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://idexa.one/legal</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!--
    NOTE: Idea pages (/idea/:id) are dynamically loaded from Supabase.
    To include them here, run the sitemap generation script (generate-sitemap.js)
    which fetches all idea IDs from Supabase and appends them to this file.
    Re-run it whenever new ideas are added (e.g. via a cron job or CI step).

    Example of what generated entries look like:
    <url>
      <loc>https://idexa.one/idea/1</loc>
      <changefreq>weekly</changefreq>
      <priority>0.6</priority>
    </url>
  -->

</urlset>
