<?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:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
        xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
    
    <!-- Homepage -->
    <url>
        <loc>https://tajawoz.com/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
        <lastmod>{{ date('Y-m-d') }}</lastmod>
        <mobile:mobile/>
        <image:image>
            <image:loc>https://tajawoz.com/img/generic/hero-homepage.jpg</image:loc>
            <image:title>Tajawoz - Transforming Innovation into Value</image:title>
            <image:caption>Expert tech consulting and due diligence services in the MENA region</image:caption>
        </image:image>
    </url>
    
    <!-- Blog Index -->
    <url>
        <loc>https://tajawoz.com/blog</loc>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
        <lastmod>{{ date('Y-m-d') }}</lastmod>
        <mobile:mobile/>
    </url>
    
    <!-- Dynamic blog posts will be added programmatically -->
    <!-- Services Pages (when created) -->
    
</urlset>