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

  <!-- Homepage -->
  <url>
    <loc>https://fanfundrs.com/</loc>
    <lastmod>2026-02-05</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Main Pages -->
  <url>
    <loc>https://fanfundrs.com/explore</loc>
    <lastmod>2026-02-05</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://fanfundrs.com/how-it-works</loc>
    <lastmod>2026-02-05</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://fanfundrs.com/create-campaign-wizard</loc>
    <lastmod>2026-02-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Blog -->
  <url>
    <loc>https://fanfundrs.com/blog</loc>
    <lastmod>2026-02-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Legal Pages -->
  <url>
    <loc>https://fanfundrs.com/terms</loc>
    <lastmod>2026-02-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://fanfundrs.com/privacy</loc>
    <lastmod>2026-02-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- NOTE: Campaign pages should be dynamically generated
       You'll need to implement a server-side sitemap generator that:
       1. Fetches all active campaigns from the database
       2. Adds each campaign URL to the sitemap
       3. Updates lastmod based on campaign updates

       Example campaign URL structure:
       <url>
         <loc>https://fanfundrs.com/campaign/[slug]</loc>
         <lastmod>2026-02-05</lastmod>
         <changefreq>weekly</changefreq>
         <priority>0.7</priority>
       </url>
  -->

</urlset>
