<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
    xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
    xmlns:xhtml="http://www.w3.org/1999/xhtml"
    xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
    xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">

    <!-- Home -->
    <url>
        <loc>https://skoshbiotech.com/</loc>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- About Section -->
    <url>
        <loc>https://skoshbiotech.com/about-us</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://skoshbiotech.com/vision-values</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://skoshbiotech.com/milestones</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <!-- <url>
        <loc>https://skoshbiotech.com/board-of-directors</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url> -->
    <url>
        <loc>https://skoshbiotech.com/quality-compliance</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Products -->
    <url>
        <loc>https://skoshbiotech.com/products</loc>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <!-- NOTE: ProductDetails route is dynamic (/product/:name) 
         so you will need to generate individual URLs 
         for each product from your DB or API, not manually. -->

    <!-- Other Pages -->
    <url>
        <loc>https://skoshbiotech.com/lab-reports</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <!-- <url>
        <loc>https://skoshbiotech.com/careers</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url> -->
    <url>
        <loc>https://skoshbiotech.com/contact-us</loc>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
</urlset>