<?php
error_reporting(0);

include 'includes/db.php';

header('Content-Type: application/xml; charset=UTF-8');

echo '<?xml version="1.0" encoding="UTF-8"?>';
?>

<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<sitemap>
<loc>https://www.nairobidivas.net/page-sitemap.php</loc>
<lastmod><?php echo date('c'); ?></lastmod>
</sitemap>

<sitemap>
<loc>https://www.nairobidivas.net/location-sitemap.php</loc>
<lastmod><?php echo date('c'); ?></lastmod>
</sitemap>

<sitemap>
<loc>https://www.nairobidivas.net/profile-sitemap.php</loc>
<lastmod><?php echo date('c'); ?></lastmod>
</sitemap>

</sitemapindex>