// ===== SCHEMA PRIORIN - VERSAO CORRIGIDA SEM QUEBRAS =====
add_action('init', function() {
    add_filter('wpseo_json_ld_output', '__return_false');
    add_filter('woocommerce_structured_data_product', '__return_empty_array', 999);
    add_filter('woocommerce_structured_data_product_offer', '__return_empty_array', 999);
    remove_action('wp_footer', 'wc_structured_data');
    
    add_filter('the_content', function($content) {
        if (is_front_page()) {
            $content = preg_replace('/\s*itemscope[^>]*>/', '>', $content);
            $content = preg_replace('/\s*itemtype="[^"]*"/', '', $content);
            $content = preg_replace('/\s*itemprop="[^"]*"/', '', $content);
        }
        return $content;
    }, 999);
});

function priorin_schema_unico() {
    if (!is_front_page()) return;
    
    $json = '{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://extratodepriorin.com.br/#organization","name":"Cancum Cosméticos","url":"https://extratodepriorin.com.br/","logo":{"@type":"ImageObject","url":"https://extratodepriorin.com.br/wp-content/uploads/2026/03/FAV-ICON-300X300.png"},"contactPoint":{"@type":"ContactPoint","telephone":"+55-11-91050-0606","contactType":"customer service","email":"contato@extratodepriorin.com.br"}},{"@type":"Product","@id":"https://extratodepriorin.com.br/#product","name":"Extrato de Priorin Original","image":"https://extratodepriorin.com.br/wp-content/uploads/2026/07/Cresce-Cabelo-Priorin-Compre-2-e-leve-3.png","description":"Tônico antiqueda com alta absorção que reduz queda em 15 dias. Frete grátis + Garantia 30 dias.","sku":"PRIORIN-OFICIAL","brand":{"@type":"Brand","name":"Extrato de Priorin"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.9","reviewCount":"127","bestRating":"5","worstRating":"1"},"offers":{"@type":"AggregateOffer","lowPrice":"49.99","highPrice":"179.99","offerCount":"14","priceCurrency":"BRL","availability":"https://schema.org/InStock","url":"https://extratodepriorin.com.br/"}}]}';
    
    echo '<script type="application/ld+json">' . $json . '</script>';
}
add_action('wp_head', 'priorin_schema_unico', 1);
// ===== FIM DO CÓDIGO =====<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//extratodepriorin.com.br/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://extratodepriorin.com.br/post-sitemap.xml</loc>
		<lastmod>2026-06-08T01:41:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://extratodepriorin.com.br/page-sitemap.xml</loc>
		<lastmod>2026-07-11T19:09:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://extratodepriorin.com.br/product-sitemap.xml</loc>
		<lastmod>2026-07-03T05:09:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://extratodepriorin.com.br/elementor-hf-sitemap.xml</loc>
		<lastmod>2026-07-11T17:06:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://extratodepriorin.com.br/category-sitemap.xml</loc>
		<lastmod>2026-06-08T01:41:14+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://extratodepriorin.com.br/product_cat-sitemap.xml</loc>
		<lastmod>2026-07-03T05:09:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://extratodepriorin.com.br/product_tag-sitemap.xml</loc>
		<lastmod>2026-07-03T05:09:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://extratodepriorin.com.br/product_shipping_class-sitemap.xml</loc>
		<lastmod>2026-06-28T04:26:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://extratodepriorin.com.br/author-sitemap.xml</loc>
		<lastmod>2026-07-10T21:31:54+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->