Why is my site name showing after post title in google?
-
along with my post title oogle search results showing my site name also but in all in seo setting im just using %post_title% but its not working.
even i checked it in header title also the code is in this way
<?php if ( is_single() ) {
single_post_title(”, true);
} else {
bloginfo(‘name’);
}
?>can any1 tell me whats going wrong ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Why is my site name showing after post title in google?’ is closed to new replies.