• 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)
  • Your meta tags can be generated from
    – SEO plugins settings
    – Theme settings in some themes
    – SEO settings of individual posts and pages
    – and possibly from other settings you have in your site.
    Verify and adjust these settings.

Viewing 1 replies (of 1 total)
  • The topic ‘Why is my site name showing after post title in google?’ is closed to new replies.