<?xml version="1.0" encoding="UTF-8"?>
<!--
  Sitemap INDEX.

  This file stays on disk because IIS's static file handler serves it before ASP.NET
  routing ever sees the request. Both children below have no file on disk, so they
  route to SeoController and are generated live from the database — which is how the
  blog stays in the sitemap without anyone hand-editing XML.
-->
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>https://www.isoft.com.bd/page-sitemap.xml</loc>
    </sitemap>
    <sitemap>
        <loc>https://www.isoft.com.bd/blog-sitemap.xml</loc>
    </sitemap>
</sitemapindex>
