Display Post Title Before Blog Title in Search Result of Blogger Blog.

It is observed that visitors are prefer only those results, which having keywords in title that appear in search result. It is fact that reader are highly focus on title of the post rather than title of your blog. So this is the post is all about how to optimize appearance post title before blog title in search result.

Display Post Title Before Blog Title in Search Result of Blogger Blog.

Post Title is a title that we write while we create a post or article for our blog. And the blog title is a title which we write while we create a blog. Now i hope your will have no doubt about what is post title and blog title is?  following are the simplest step which we required to follow step by step.

Step 1: Login in to your blogger account. Click here.
Step 2: backup your template. ( How to backup your blogger template? )
Step 3: Now select Template > Edit HTML > Proceed button.
Step 4: Find following code by pressing Ctrl+F.

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

Step 5: Copy following code and replace with <title><data:blog.pageTitle/></title>.

<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>

Step 6: Finally save your template. That set. It will take some time to appear this one as per your setting.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.