• I use Atahualpa 3.4.9.

    When my pages / posts are listed on a Google search, the Title of the post / page is shown, and after it the name of the Website.

    For examplein a Google SERPS: ghost koi & ghost carp…..resilient pond fish | The Water Gardener’s Bible.

    How do I remove the ‘| The Water Gardener’s Bible’ part form the page / post title?

    You can see the site: http://www.watergardenersbible.co.uk

    I use All In One SEO Pack.

    Thanks

    Ben

Viewing 1 replies (of 1 total)
  • Is there no option to in All in one Seo Pack to do this?
    I think you can achieve this disabling the plugin and creating a title in your header.php
    something like this…

    <?php
    if (is_single()) {
        echo '<title>';
        echo the_title;
        echo '</title>';
    }
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘How do I remove the | Blogtitle from the title of each page in a Google search?’ is closed to new replies.