Thursday, November 22, 2012

How to Improve Your Search in Google by Blog Title


We all want to optimize our blog's searching in search engines like Google, Bing, Yahoo etc. there are several many tricks to get the top searching results and some peoples or companies buy the services in many dollars which is given by web designing companies but as i'm a student and can't buy the services for blog, so we are given a very easy and free way to optimize your blog's searching on the top of the search engines via your blog title.



Like Below (Blog Title After Post Title)



What are we doing?

            We are making your post titles appear ahead of your blog title in search results, as people will be searching for keywords and phrases in your posts rather than on your home page this is almost a Must change.



Let's do it now....

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML > Proceed > Expand Widget Templates
  • Press Ctrl + F and search the code shown below.

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

  •  Now replace this code with below code.
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>

  • Now Save Your Template and You are done.


If Any Problem Comes, Ask in Comments

0 comments:

Post a Comment