Optimising the Title tag
-
Hi
I have the following code in my header.php which generates the title tag.
It generates pages with “&raqo” statements inside my title which are not ideal for search engines.
What would i lose if i just dropped them frm inside the following code?
Thanks
Art<title>
<?php bloginfo(‘name’);
if ( is_home() )
{ ?>» <?php bloginfo(‘description’); }
if ( is_single() )
{ ?> » Blog Archive <?php } wp_title();
?>
</title>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Optimising the Title tag’ is closed to new replies.