NEW POSTS

IIBF CERTIFICATES TUTORIALS WITH VIDEOS IN HINDI: ARREAR CALCULATION FOR BANK STAFFS | How to pass IIBF AML and KYC in First attempt ? TOPIC 1 | TOPIC 2 | Last TOPIC | Foreign Exchange Operation- Part 1 | MSME-New Definition with Ninja Techniques | Bond Sensitivity, Macaulay’s Duration, Modified Duration or Volatility & Intrinsic Value

Monday, July 4, 2011

How to show Blog Post Title first on search engine

Like you, I also face this problem that search engine shows my Blog Title first instead of  my Content   Title. It is very bad SEO. Because people are searched for the content, not for the website title. Some time some people do not click on this link. Website title and content title some time does not match with each other, for this case people get no idea about the content and the website, so they left the site and go to the other site and you loss many traffic to your blog. Above said problem are looks like: 

Webdesign web-development : New feature in GIMP
but it should be 
New feature in GIMP
                                or
New feature in GIMP :Webdesign web-development
This problem mainly occurs for Blogger blog. If you are a blogger than i have the solution for your problem. You can control your search result view. You can choose two way to show your search result. 
a) You can show only your Content Title on search engine view
b) You can show Content Title first than Blog Title on search engine view. 
Here I shall show you both way. Before I start, you have to Sign in to your blog and follow the rules:      


1. Sign in to your blog
2. Go to the Design View from your Dashboard
3. Select HTML Code
4. Download a back up copy of your Blog Template. (If you use the process wrongly than the back up file  will  get back your original template )
5. Find the HEAD tag and then find the Code below and save it:


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

and replace the code by the set of code:


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

It will show only your Content Title on the search engine result. If you want to show your Content Title : Blog Title, Then you have to replace the above code by the set of code and save it:


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

    That's all you have to do. One thing you should remember that after you complete the above process SAVE your template and Submit your site map again on Google webmaster.
 If you don't know how to submit site map on google webmaster, Way is [  here ]  


I think you like this post. Please leave a comment on this post. 

© Suman Biswas

2 comments:

singh said...

sir , how do i get my blog and its contents in google search result..
sir kindly answer me (annu.shubham@gmail.com)

thnx
shubham

Unknown said...

hi thanks for sharing