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

    <!-- Homepage -->
    <url>
        <loc>https://www.bayscope.org/</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Main Solutions Pages -->
    <url>
        <loc>https://www.bayscope.org/business-technology-platform</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>

    <url>
        <loc>https://www.bayscope.org/business-technology-platform/online-platform</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://www.bayscope.org/business-technology-platform/professional-mailing</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://www.bayscope.org/business-technology-platform/analytics</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <url>
        <loc>https://www.bayscope.org/business-technology-platform/content-publishing</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Commerce Cloud Solutions -->
    <url>
        <loc>https://www.bayscope.org/commerce-cloud/point-of-sale</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- Company Pages -->
    <url>
        <loc>https://www.bayscope.org/about</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://www.bayscope.org/contact</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <url>
        <loc>https://www.bayscope.org/success-stories</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Success Stories -->
    <url>
        <loc>https://www.bayscope.org/success-stories/ahowa-homes</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <url>
        <loc>https://www.bayscope.org/success-stories/transafrican-legal-practices</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <url>
        <loc>https://www.bayscope.org/success-stories/nigeria-military-school</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Blog Posts -->
    <url>
        <loc>https://www.bayscope.org/blogs/digital-commerce-2025</loc>
        <lastmod>2025-08-20</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <url>
        <loc>https://www.bayscope.org/blogs/analytics-for-growth</loc>
        <lastmod>2025-08-21</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <url>
        <loc>https://www.bayscope.org/blogs/business-tech-innovation</loc>
        <lastmod>2025-08-22</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Legal Pages -->
    <url>
        <loc>https://www.bayscope.org/terms</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.3</priority>
    </url>

    <url>
        <loc>https://www.bayscope.org/privacy</loc>
        <lastmod>{{ "now"|date("Y-m-d") }}</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.3</priority>
    </url>

</urlset>