<?xml version="1.0" encoding="UTF-8"?>
<!-- সাইটম্যাপ এক্সটেনসিভ মার্কআপ স্কিমা অনুসারে একটি XML ফাইল যা একটি ওয়েবসাইটের সমস্ত পৃষ্ঠার পরিবর্তের তালিকা প্রদান করে। -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- মূল সাইটের URL -->
    <url>
        <!-- সাইটের URL -->
        <loc>http://enliven-global.com/</loc>
        <!-- সর্বশেষ পরিবর্তনের তারিখ -->
        <lastmod>2024-05-01</lastmod>
        <!-- পৃষ্ঠার পরিবর্তনের প্রাথমিকতা -->
        <changefreq>weekly</changefreq>
        <!-- পৃষ্ঠার প্রাথমিকতা -->
        <priority>1.00</priority>
    </url>
    
    <!-- about URL -->
    <url>
        <loc>http://enliven-global.com/about</loc>
        <lastmod>2024-05-02</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.80</priority>
    </url>
    
    <!-- contact URL -->
    <url>
        <loc>http://enliven-global.com/contact</loc>
        <lastmod>2024-05-05</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.80</priority>
    </url>
    
    <!-- product URL -->
    <url>
        <loc>http://enliven-global.com/product-details</loc>
        <!-- Automatically generated lastmod date -->
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- shop URL -->
    <url>
        <loc>http://enliven-global.com/shop</loc>
        <!-- Automatically generated lastmod date -->
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
</urlset>

