duplicate title tags
-
In my google webmaster tools there is a list of my blog posts with duplicate title tags. One of the suggestions I read to fix this is to change the title element to
<title><?php wp_title(''); ?></title>
Except in my theme header there is no title element. It uses wordpress theme support to create the title.Not sure what else to do, any ideas?
- The topic ‘duplicate title tags’ is closed to new replies.