<?xml version="1.0" encoding="UTF-8"?>
<urlset
  xmlns="https://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="https://www.w3.org/1999/xhtml"
>
  <!-- Homepage -->
  <url>
    <loc>https://www.oilman.in/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- About -->
  <url>
    <loc>https://www.oilman.in/about/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Contact -->
  <url>
    <loc>https://www.oilman.in/contact/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Products list -->
  <url>
    <loc>https://www.oilman.in/products/</loc>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Product detail pages -->
  <!-- Assuming your `products` array looks like this: [{ id: 1, name: "Product 1", ... }, ...] -->
  <!-- Replace below URLs dynamically -->

  <url>
    <loc>https://www.oilman.in/products/qt-pro/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.oilman.in/products/dds-pro/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
   <url>
    <loc>https://www.oilman.in/products/2k/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.oilman.in/products/om85/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.oilman.in/products/ebooth-pro/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.oilman.in/products/ausnox/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://www.oilman.in/products/tanker/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Add more product URLs here -->
</urlset>
