
// HealthDigest: Make AdSense async
add_filter('script_loader_tag', function($tag, $handle, $src) {
    if (strpos($src, 'googlesyndication') !== false || strpos($src, 'adsbygoogle') !== false) {
        if (strpos($tag, 'async') === false) {
            return str_replace('<script ', '<script async ', $tag);
        }
    }
    return $tag;
}, 10, 3);
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//healthdigest.blog/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://healthdigest.blog/post-sitemap.xml</loc>
		<lastmod>2026-08-08T11:59:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://healthdigest.blog/page-sitemap.xml</loc>
		<lastmod>2026-08-04T12:06:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://healthdigest.blog/category-sitemap.xml</loc>
		<lastmod>2026-08-08T11:59:49+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->