
// PETROL SEO: Desativar Google Site Kit no frontend - 15/04/2026
add_filter( 'googlesitekit_admin_bar_enabled', '__return_false' );
add_action( 'wp_enqueue_scripts', function() {
    global $wp_scripts, $wp_styles;
    if ( ! is_admin() ) {
        foreach ( array_keys( (array) $wp_scripts->registered ) as $handle ) {
            if ( strpos( $handle, 'googlesitekit' ) !== false ) {
                wp_dequeue_script( $handle );
                wp_deregister_script( $handle );
            }
        }
        foreach ( array_keys( (array) $wp_styles->registered ) as $handle ) {
            if ( strpos( $handle, 'googlesitekit' ) !== false ) {
                wp_dequeue_style( $handle );
                wp_deregister_style( $handle );
            }
        }
    }
}, 999 );
// ============================================================


// ============================================================

// PETROL SEO: Schema Hook
require_once get_template_directory() . '/petrol-schema-hook.php';<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//petrolgroup.pro/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://petrolgroup.pro/post-sitemap.xml</loc>
		<lastmod>2026-04-15T14:35:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://petrolgroup.pro/page-sitemap.xml</loc>
		<lastmod>2026-04-15T14:58:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://petrolgroup.pro/portfolio-sitemap.xml</loc>
		<lastmod>2026-04-11T02:33:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://petrolgroup.pro/category-sitemap.xml</loc>
		<lastmod>2026-04-15T14:35:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://petrolgroup.pro/author-sitemap.xml</loc>
		<lastmod>2024-04-15T09:51:19+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->