Monday, July 30, 2012

How to Display Post Title Before Blog Title for Search Engine Optimization.

,

Pin It Now!




Default blogger page title settings are not Search Engine Friendly thus creating a hindrance in indexing and optimizing your blog by search engines.Google only shows a maximum of 70 characters in the title results so it is very important to show your post title before your blog title to get target readers.

Here are the simple steps through which you can display blog post title before blog title.

1)Open Blog options>>>Template.

2)Backup your template.

3)Click on Edit HTML.

4)Search for the below given line.(press CTRL+F for quick search)

<title><data:blog.pageTitle/></title>
5)Now replace the above searched line,with the following code.

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

6)Preview your template.

7)Save.

You are Done.

Subscribe To Get FREE Updates!

Thanks For Making This Possible! Kindly Bookmark and Share it.

Technorati Digg This Stumble Stumble Facebook Twitter
 

Tips and Tricks Center Copyright © 2013