Show Blog Post Title First on Search Engine | iSEO Blogger

If your Blog title appears first followed by Blog post title in search engine ,then just keep reading the post to solve this problem. Before going to solution, I will explain you how this event can make a bad effect on your Blogs or sites traffic.
Now come to solution. You can do two things:
  • Blog Post Title+Blog Title
  • Only Blog Post Title
Determine which one you will follow. I prefer second one (Only Blog Post Title). But I will show you the both process.

Step 1: Login to Blogger.com

Step 2: From Dashboard select Layout then click on Edit HTML.

Step 3: Then search for this tag <title><data:blog.pageTitle/></title> . Normally it is located in <head> section.
Now if you want to show only Blog Post Title then replace the above tag with 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>


Or If you want to Show Blog Post Title First + then Blog Title, replace the <title><data:blog.pageTitle/></title> tag with the following code.


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


I hope this tips will help you to increase traffic in your blogger blog. Post a comment if you have any query.

6 comments:

October 4, 2009 at 5:22 AM Anonymous said...

thanks for the tip

October 14, 2010 at 8:38 PM Unknown said...

its not working on me. :-(

October 28, 2011 at 10:27 AM brian7 said...

Thanks for the info. It can be really hard getting help for addiction. I was looking for drugs detox and found many useful resources on the web.

March 4, 2012 at 10:13 AM M Billah said...

it's helpfull

http://bdalltime.blogspot.com/
http://allbollywoodtime.blogspot.com/

May 3, 2012 at 5:20 AM IT Infrastructure said...

Globalteksol is a zeal for excelling the expectations of clients with advance IT Infrastructure and development services making us predominant among the crowd.

May 3, 2012 at 5:44 AM IT Consulting said...

Vectoroide Technologies provides IT consulting services to clientele about the utilization of Information Technology to meet their business objectives and in overcoming their difficulties.Our job is also to improve the structure and efficiency of an organization's IT systems.

Post a Comment