<?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://crownmatrixtech.com.ng/</loc>
        <lastmod><?php echo date('Y-m-d\TH:i:s\Z'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- Course Poll Page -->
    <url>
        <loc>https://crownmatrixtech.com.ng/course-poll.php</loc>
        <lastmod><?php echo date('Y-m-d\TH:i:s\Z'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Login/Register Pages -->
    <url>
        <loc>https://crownmatrixtech.com.ng/login.php</loc>
        <lastmod><?php echo date('Y-m-d\TH:i:s\Z'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>https://crownmatrixtech.com.ng/user/register.php</loc>
        <lastmod><?php echo date('Y-m-d\TH:i:s\Z'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Static Pages -->
    <url>
        <loc>https://crownmatrixtech.com.ng/privacy-policy.php</loc>
        <lastmod><?php echo date('Y-m-d\TH:i:s\Z'); ?></lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <url>
        <loc>https://crownmatrixtech.com.ng/terms-of-service.php</loc>
        <lastmod><?php echo date('Y-m-d\TH:i:s\Z'); ?></lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <url>
        <loc>https://crownmatrixtech.com.ng/cookie-policy.php</loc>
        <lastmod><?php echo date('Y-m-d\TH:i:s\Z'); ?></lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    
    <url>
        <loc>https://crownmatrixtech.com.ng/disclaimer.php</loc>
        <lastmod><?php echo date('Y-m-d\TH:i:s\Z'); ?></lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>
    
</urlset>