<?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"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Homepage - High Priority -->
  <url>
    <loc>http://localhost:3001/</loc>
    <lastmod>2025-01-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- SEO Guide Section -->
  <url>
    <loc>http://localhost:3001/#seo-guide</loc>
    <lastmod>2025-01-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- FAQ Section -->
  <url>
    <loc>http://localhost:3001/#faq</loc>
    <lastmod>2025-01-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Features Section -->
  <url>
    <loc>http://localhost:3001/#features</loc>
    <lastmod>2025-01-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- API Endpoints -->
  <url>
    <loc>http://localhost:3001/api/suggestions</loc>
    <lastmod>2025-01-02</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- Static Assets -->
  <url>
    <loc>http://localhost:3001/robots.txt</loc>
    <lastmod>2025-01-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.1</priority>
  </url>

  <url>
    <loc>http://localhost:3001/sitemap.xml</loc>
    <lastmod>2025-01-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.1</priority>
  </url>

</urlset>
