adsense

Optimise Blog Title for Search engine Results and increase visitors for blogger.com

Optimise Blog Title for Search engine Results and increase visitors

Aneesh (noreply@blogger.com), Sep 16, 2007 21:15:00 GMT
This trick can largely drive traffic to your blog.When you search google for something and your blog is present in the search reults...Then the Title of the result will be of the form
Blog Title + Post Title

This type of a title wont attract searchers..

Here is a hack that will change the title to the following attractive format

Post Title + Blog Title

I am damn sure that this trick will increase your site's visitor count..
It will take a while for the Formatted titles to appear in search results(will appear when it is reindexed)

Goto Blogger Template>Edit Html and replace

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

with

<!-- Start Simple Tricks: Changing the Blogger Title Tag -->
<b:if cond='data:blog.pageType == "item"'>
<b:section id='titleTag'>
<b:widget id='Blog2' locked='false' title='Blog Posts' type='Blog'>
<b:includable id='comments' var='post'/>
<b:includable id='postQuickEdit' var='post'/>
<b:includable id='main' var='top'><title><b:loop values='data:posts' var='post'><b:include data='post' name='post'/></b:loop> ~ <data:blog.title/></title></b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'/>
<b:includable id='feedLinksBody' var='links'/>
<b:includable id='backlinks' var='post'/>
<b:includable id='status-message'/>
<b:includable id='feedLinks'/>
<b:includable id='nextprev'/>
<b:includable id='commentDeleteIcon' var='comment'/>
<b:includable id='post' var='post'><data:post.title/></b:includable>
</b:widget>
</b:section>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- End Simple Tricks: Changing the Blogger Title Tag -->

and you are done..
Please comment on the results..

Link

沒有留言:

張貼留言

歡迎你留言,如果你不是blogger的會員也可以留言哦,請點按『名稱URL』,輸入你的名字,網址即可。