Title'ını komple şu kodlar ile değiştir.

<title>
<?php wp_title(''); ?>
<?php if(wp_title(' ', false)) { echo ' | '; } ?>
<?php if (is_single()) { the_post(); rewind_posts();
echo strip_tags(get_the_tag_list('',', ',' | ')); } ?>
<?php bloginfo('name'); ?>
</title>