Duplicate title
-
Hello
I discover that I have duplicate title for yoast seo v15.5, here’s my code under header.php
<head> <title><?php wp_title(); ?></title> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <?php wp_head(); ?> </head>
But for v12.0, there’s no title duplication with the same setup? Here’s the html output.
<title>Yet Another Blog</title> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- This site is optimized with the Yoast SEO plugin v15.5 - https://yoast.com/wordpress/plugins/seo/ --> <title>Yet Another Blog</title>
I tested with new wp install, tweak the header.php and found exact the same issue. Is this intended behaviour? What’s the best way for me to resolve this?
Thank you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Duplicate title’ is closed to new replies.