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

  <!-- Homepage -->
  <url>
    <loc>https://flyer-crawler.projectium.com/</loc>
    <lastmod>2026-02-20</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Flyers - Browse all grocery flyers -->
  <url>
    <loc>https://flyer-crawler.projectium.com/flyers</loc>
    <lastmod>2026-02-20</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Deals - Browse all deals -->
  <url>
    <loc>https://flyer-crawler.projectium.com/deals</loc>
    <lastmod>2026-02-20</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Shopping Lists -->
  <url>
    <loc>https://flyer-crawler.projectium.com/lists</loc>
    <lastmod>2026-02-20</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>

  <!--
    Note: Individual flyer pages (/flyers/:flyerId) and user-specific pages
    are not included in this static sitemap. Consider generating a dynamic
    sitemap for individual flyers if SEO for specific flyers is needed.

    To add dynamic pages, create a server endpoint that generates:
    - Individual flyer pages: /flyers/[flyer_id]
    - Individual store pages: /stores/[store_id]
    - Category pages: /category/[category_name]

    Example dynamic sitemap endpoint: /api/v1/sitemap-dynamic.xml
  -->

</urlset>
