// حذف تمام attributeهای ووکامرس از سایتمپ Yoast add_filter('wpseo_sitemap_exclude_taxonomy', function( $exclude, $taxonomy ) { if ( strpos($taxonomy, 'pa_') === 0 ) { return true; // از سایتمپ حذف شود } return $exclude; }, 10, 2);
Skip to the content