wp video temamda video içeriklerinde yazan açıklama yerine header.php de yer alan bir kod yüzünden video içeriklerinin indexi google tarafından yanlış okunuyor. düzeltmesini yapabilecek var mı?

İndex şu şekilde;

Watch paha biçilemez doğum günü hediyesi, most popular hd*************** ****** ... (*** yazan yerler yetişkinlere hitap eden kelimeler)

kod şu:

</title>
<?php if (is_single()) {?>
	<meta name="description" content="Watch <?php echo strtolower(single_post_title('', false));  ?>, most popular <?php foreach((get_the_category('', false)) as $category) { echo strtolower($category->cat_name . ' ');}?>**** videos at <?php bloginfo('name'); ?> " />
<?php }elseif (is_home()) { ?>
	<meta name="description" content="<?php bloginfo('description'); ?>" />
<?php }elseif (is_search()) { ?>
	<meta name="description" content="Watch <?php echo wp_specialchars($s);  ?> **** movies, most popular <?php echo wp_specialchars($s)?> **** videos at <?php bloginfo('name'); ?> " />
<?php } elseif (function_exists('is_tag') && is_tag()) { ?>
	<meta name="description" content="Watch <?php echo single_tag_title();  ?> **** movies, most popular <?php echo single_tag_title()?> **** videos at <?php bloginfo('name'); ?> " />