<?php
// Set proper headers for XML sitemap
header('Content-Type: application/xml; charset=utf-8');
header('Cache-Control: public, max-age=3600'); // Cache for 1 hour
?>
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <url>
        <loc>https://macxmarket.com/</loc>
        <lastmod>2025-10-22</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
        <xhtml:link rel="alternate" hreflang="en" href="https://macxmarket.com/" />
        <xhtml:link rel="alternate" hreflang="fr" href="https://macxmarket.com/?lang=fr" />
        <xhtml:link rel="alternate" hreflang="sw" href="https://macxmarket.com/?lang=sw" />
    </url>
    <url>
        <loc>https://macxmarket.com/about.php</loc>
        <lastmod>2025-10-22</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <xhtml:link rel="alternate" hreflang="en" href="https://macxmarket.com/about.php" />
        <xhtml:link rel="alternate" hreflang="fr" href="https://macxmarket.com/about.php?lang=fr" />
        <xhtml:link rel="alternate" hreflang="sw" href="https://macxmarket.com/about.php?lang=sw" />
    </url>
    <url>
        <loc>https://macxmarket.com/services.php</loc>
        <lastmod>2025-10-22</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
        <xhtml:link rel="alternate" hreflang="en" href="https://macxmarket.com/services.php" />
        <xhtml:link rel="alternate" hreflang="fr" href="https://macxmarket.com/services.php?lang=fr" />
        <xhtml:link rel="alternate" hreflang="sw" href="https://macxmarket.com/services.php?lang=sw" />
    </url>
    <url>
        <loc>https://macxmarket.com/contact.php</loc>
        <lastmod>2025-10-22</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
        <xhtml:link rel="alternate" hreflang="en" href="https://macxmarket.com/contact.php" />
        <xhtml:link rel="alternate" hreflang="fr" href="https://macxmarket.com/contact.php?lang=fr" />
        <xhtml:link rel="alternate" hreflang="sw" href="https://macxmarket.com/contact.php?lang=sw" />
    </url>
    <url>
        <loc>https://macxmarket.com/market-analysis.php</loc>
        <lastmod>2025-10-22</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
        <xhtml:link rel="alternate" hreflang="en" href="https://macxmarket.com/market-analysis.php" />
        <xhtml:link rel="alternate" hreflang="fr" href="https://macxmarket.com/market-analysis.php?lang=fr" />
        <xhtml:link rel="alternate" hreflang="sw" href="https://macxmarket.com/market-analysis.php?lang=sw" />
    </url>
</urlset>
