Forums

Why is my site name showing after post title in google? (3 posts)

  1. needforname
    Member
    Posted 1 year ago #

    Can someone tell me how to remove my blog title from my post title in google? For example, if I have a post titled "50 logo design tips", I want the title to read just that. Currently my posts are showing like this: "50 logo design tips | my site name".

    I am using the popular seo plugin "all in one seo" which has an option to chose how titles are displayed. I have it set to: %post_title%. So shouldn't this only display my post title? It doesn't make since.

    If this matters...my permalink structure is set to: /%postname%/

  2. Darrell Schauss
    Member
    Posted 1 year ago #

    In your header.php you should see bloginfo('name'); which you could wrap with conditional statements to not show blog name if it is a post.

    http://codex.wordpress.org/Conditional_Tags

    <?php if(!is_single()){ bloginfo('name'); } ?>
  3. needforname
    Member
    Posted 1 year ago #

    Thanks Darrelonsite. I will look into that. Appreciate your help!

Topic Closed

This topic has been closed to new replies.

About this Topic