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

  <!-- Home Page -->
  <url>
    <loc>https://evdekho.com/</loc>
    <lastmod>2025-01-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Product Listing Page -->
  <url>
    <loc>https://evdekho.com/products</loc>
    <lastmod>2025-01-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Categories -->
  <url>
    <loc>https://evdekho.com/categories</loc>
    <lastmod>2025-01-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- About Page -->
  <url>
    <loc>https://evdekho.com/about</loc>
    <lastmod>2025-01-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Contact Page -->
  <url>
    <loc>https://evdekho.com/contact</loc>
    <lastmod>2025-01-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Login Page -->
  <url>
    <loc>https://evdekho.com/login</loc>
    <lastmod>2025-01-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- Register Page -->
  <url>
    <loc>https://evdekho.com/register</loc>
    <lastmod>2025-01-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- 
    Note: Dynamic product pages and category pages should be added programmatically
    You can create a sitemap generator script that fetches all products and categories
    from your database and generates this file automatically.
    
    Example dynamic URLs:
    - https://evdekho.com/products/[product-slug]
    - https://evdekho.com/categories/[category-slug]
  -->

</urlset>
