Ads 468x60px

Friday 5 April 2013

Hide Your Blog Title From Search Results

Here is an good and effective trick for SEO for your blogger. Usually when your blogs result is viewed in Google and other search engines. They are like this:
As you can see in the image above, the blog name in every result. Now the demerit of these type of results is that when someone search something, that keyword will never match with your blog name and your blog will be in less ranking in the results and when the blog name is removed from the results, chances of matching the posts name with search keyword will increase and your blog's result will get higher ranking in search results.

What You Have To Do?
Just follow these steps:
  • Sign in to your blogger account and go to your blog. 
  • From the left menu click on template and then click on edit html.
  • Now click on Expand Widgets template. 
  •  Now search for this line 
<title><data:blog.pageTitle/></title> 
  •  Now just replace the above line with the following
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
  •  Now click on save template
Note: Take a backup of your template so if anything goes wrong you will be able to recover it. It will take some time to take effect in search engines. 
Share if you liked this Post using your favorite sharing service:

Subscribe Updates, Its FREE!

 
Related Posts Plugin for WordPress, Blogger...