<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                                http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd">
    
    <!-- Main Sitemap -->
    <sitemap>
        <loc>https://ndtctc.com/sitemap.xml</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
    </sitemap>
    
    <!-- Images Sitemap -->
    <sitemap>
        <loc>https://ndtctc.com/images-sitemap.xml</loc>
        <lastmod><?php echo date('c'); ?></lastmod>
    </sitemap>

</sitemapindex>
