300x250 AD TOP

Take A Break

Recipes

Contact Form

Name

Email *

Message *

Recent Comments

Alexa Rank

Widgets

Powered by Blogger.

Followers

Blog Archive

Popular Posts

Latest Posts

Neighbours

Thursday, 24 January 2013

Tagged under: ,

Make Homepage Title Appear After Post Title in Blogger

change-title-position It has always our aim so update our readers with first heard and unique content. Even with thousands of tutorials being published, MBT has many unique tricks to offer to optimize and monetize your blog. After started to optimize your blog, amongst your first priorities should be to understand the loop holes of Blogger (even after being owned by Google) that really slow down the traffic rate of a blogger blog. One such loop hole is that the Blog homepage title appears before post titles in search listings. Since Google displays the first 66 characters thus due to the unnecessary occurrence of the blog homepage title causes the important keywords of the post titles to get chopped off.

If you are a visual learner then a screen shot below would be helpful in understanding,

By default your blog title appears before post title like this,

BEFORE
After tweaking it we will have the blog title appear after the post title like this,

NOW

How to make Blog title appear after post title?

Simply follow these steps,
  1. Go To Blogger > Template > Edit HTML
  2. Backup your template.
  3. Search for,

<title><data:blog.pageTitle/></title>

    4.  Now replace it with the code below,

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

    5.   Done!

Now upon review your blog in search results, you will find your blog title appearing after your post title. Further more the position changes will also occur in your browser tab.

You guys would have noticed the new MBT Logo on top of this blog :) Also a special widget and then a special news awaits you guys. So don't forget to check back tomorrow. If you wish to be notified of the new post via email then kindly subscribe to the free daily email updated by clicking here.

0 comments:

Post a Comment