self.addEventListener('install', function (e) { self.skipWaiting(); });
self.addEventListener('activate', function (e) {
  e.waitUntil((async function () {
    try {
      var keys = await caches.keys();
      for (var i = 0; i < keys.length; i++) { await caches.delete(keys[i]); }
    } catch (err) {}
    try { await self.registration.unregister(); } catch (err) {}
    try {
      var cs = await self.clients.matchAll({ type: 'window' });
      for (var j = 0; j < cs.length; j++) { cs[j].navigate(cs[j].url); }
    } catch (err) {}
  })());
});
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//miscellaneousbharat.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://miscellaneousbharat.com/post-sitemap1.xml</loc>
		<lastmod>2026-08-11T12:01:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://miscellaneousbharat.com/post-sitemap2.xml</loc>
		<lastmod>2026-08-11T11:29:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://miscellaneousbharat.com/post-sitemap3.xml</loc>
		<lastmod>2026-08-11T10:50:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://miscellaneousbharat.com/post-sitemap4.xml</loc>
		<lastmod>2026-08-10T10:22:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://miscellaneousbharat.com/page-sitemap.xml</loc>
		<lastmod>2025-04-21T12:25:13+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://miscellaneousbharat.com/wysijap-sitemap.xml</loc>
		<lastmod>2020-09-13T06:02:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://miscellaneousbharat.com/category-sitemap.xml</loc>
		<lastmod>2026-08-11T12:01:29+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->