if(!function_exists('tags_add_wp_head')) { add_action('wp_head','tags_add_wp_head'); function tags_add_wp_head () { $tax_slug = array( "e-ticaret", "musteri" ); if(is_tag($tax_slug)) { echo "<meta name='robots' content='noindex,follow' />"; } }}