<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- Main sitemap index for all languages -->
    
    <!-- Serbian sitemap -->
    <sitemap>
        <loc>https://cs-static.ddev.site/sitemap-sr.xml</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    </sitemap>
    
    <!-- Croatian sitemap -->
    <sitemap>
        <loc>https://hr-cs-static.ddev.site/sitemap-hr.xml</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    </sitemap>
    
    <!-- English sitemap -->
    <sitemap>
        <loc>https://en-cs-static.ddev.site/sitemap-en.xml</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    </sitemap>
    
    <!-- German sitemap -->
    <sitemap>
        <loc>https://de-cs-static.ddev.site/sitemap-de.xml</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
    </sitemap>
</sitemapindex>