Sunday, December 13, 2009

Increase Traffic - Optimize Blog and Post Title in Blogger

In default style, Blog Title appears first in search results. Post Title appears after blog title.  For lengthy Blog Title you won't find post title in search results and appeared title may not be related to search keywords.  So visitors don't like to click your link.  All search engines first looks for the title and page link and then it looks for the content.  By Optimizing the Blog and Post Titles, you get post title first and then blog title.  This trick helps your blog to get good search rank and makes your blog to appear in first page of search result.  It drives more traffic from search engines like Google, yahoo, MSN Bing.

Optimize Blog Title and Post Title - search engine optimization:

1.  Go to the Design section in Blogger Dashboard then --->> Edit Html.
2.  Backup your template by clicking Download Full Template.
3.  Find the following code - Press (ctrl+f ) and enter below code into search box.
It shows below code in your Html.
<title><data:blog.pageTitle/></title> 
4.  Replace above code by the following 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>
5.  Now Save Template. You have done successfully.

Wednesday, December 9, 2009

How to create a Blog - Blogger

Before creating a Blog, You should know what is a Blog. A blog is a web site, where you write stuff on an ongoing basis. It is a platform to collect and share things that you find interesting and whatever you want with your friends and the world. It gives you own voice on the web.

Come to main point - "how to create a blog"

1. Open Blogger.com and click on create a blog.



2. Create a Google Account using your existing e-mail. If you already have a Google account perhaps from Gmail, Google Groups, or Orkut ; Use that username and password. Now click on Continue .

3. Give Blog Title and Blog address (URL) . Click on Continue.



4. Choose a Template and click on Continue. Your blog is created. Now you can post anything you want.