// Manually inject Google Fonts via JS to bypass all HTML/CSS strippers
add_action('wp_head', function() {
    if (is_admin()) return;
    echo "\n<script data-no-optimize=\"1\">
        (function() {
            var l = document.createElement('link');
            l.rel = 'stylesheet';
            l.href = 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap';
            document.head.appendChild(l);
        })();
    </script>\n";
}, 1);
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//optibizsolutionsinc.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://optibizsolutionsinc.com/post-sitemap.xml</loc>
		<lastmod>2026-07-23T13:21:48+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://optibizsolutionsinc.com/page-sitemap.xml</loc>
		<lastmod>2026-07-30T09:14:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://optibizsolutionsinc.com/category-sitemap.xml</loc>
		<lastmod>2026-07-23T13:21:48+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://optibizsolutionsinc.com/author-sitemap.xml</loc>
		<lastmod>2026-07-24T19:37:15+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->