

<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');

/* Initialize BOTH Pixel IDs */
fbq('init', '1408669513660283');   // Pixel 1
fbq('init', '908058945037388');   // Pixel 2
fbq('init', '2175386063198872');   // Pixel 2
/* Track PageView for BOTH pixels */
fbq('track', 'PageView');
</script>

<noscript>
<img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1408669513660283&ev=PageView&noscript=1"/>
<img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=908058945037388&ev=PageView&noscript=1"/>
<img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2175386063198872&ev=PageView&noscript=1"/>
</noscript>
<!-- End Meta Pixel Code -->

<script> // Cross-browser event listener helper
document.addEventListener('DOMContentLoaded', function() {
    // Initialize page view and click counters in sessionStorage
    if (!sessionStorage.getItem('pageViewCount')) {
        sessionStorage.setItem('pageViewCount', 0);
    }
    if (!sessionStorage.getItem('linkClickCount')) {
        sessionStorage.setItem('linkClickCount', 0);
    }
 
    // Increment and get current page view count
    let pageViewCount = parseInt(sessionStorage.getItem('pageViewCount')) + 1;
    sessionStorage.setItem('pageViewCount', pageViewCount);
 
    // Fire standard PageView event with page view number
    fbq('track', 'PageView', {
        page_number: pageViewCount,
        page_path: window.location.pathname
    });
 
    // Track clicks on all internal links
    document.querySelectorAll('a[href]').forEach(link => {
        // Check if the link is internal (same domain)
        const isInternalLink = link.hostname === window.location.hostname;
        if (isInternalLink) {
            link.addEventListener('click', function(event) {
                // Increment and get current link click count
                let linkClickCount = parseInt(sessionStorage.getItem('linkClickCount')) + 1;
                sessionStorage.setItem('linkClickCount', linkClickCount);
 
                // Fire custom LinkClick event with sequential name (LinkClick1, LinkClick2, etc.)
                fbq('trackCustom', `LinkClick${linkClickCount}`, {
                    page_path: window.location.pathname,
                    link_url: link.href,
                    page_number: pageViewCount
                });
            });
        }
    });
});
 </script>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//jobs.bbcnewsmarathi.in/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://jobs.bbcnewsmarathi.in/post-sitemap1.xml</loc>
		<lastmod>2026-07-10T13:09:06+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jobs.bbcnewsmarathi.in/post-sitemap2.xml</loc>
		<lastmod>2026-07-10T12:21:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jobs.bbcnewsmarathi.in/post-sitemap3.xml</loc>
		<lastmod>2026-07-10T12:00:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jobs.bbcnewsmarathi.in/page-sitemap.xml</loc>
		<lastmod>2026-05-26T16:23:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://jobs.bbcnewsmarathi.in/category-sitemap.xml</loc>
		<lastmod>2026-07-10T13:09:06+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->