add_filter( 'wpseo_taxonomy_meta', function( $data ) { foreach( $data as $taxonomy => $settings ) { if ( strpos($taxonomy, 'pa_') === 0 ) { // فقط attributeهای ووکامرس $data[$taxonomy]['show_in_search'] = false; $data[$taxonomy]['show_in_sitemap'] = false; } } return $data; });
Skip to the content