Google
 

Get more traffic from search engines with blog title + post title


This simple tweak can increase your traffic from search engines . Most of the templates you find will display your blog title on the browsers title bar also . This won't attract your blog visitors . So how to change your blog title to post title ? In search results if your blog is featured , still it will the results as "Blog title + Post Title " .
Lets see How to make this....

For classic blogger template users :

Sign in to blogger Dashboard --> Template --> Edit HTML

Find <title> <$BlogTitle$> </title>

and replace it with

<mainorarchivepage>
<title> Your main page Title
</title>
</mainorarchivepage>
<blogger>
<itempage>
<blogitemtitle>
<title>
<$BlogItemTitle$> - Site Name (Optional)
</title>
</blogitemtitle>
</itempage>
</blogger>
For new widget based XML template users :

Go to Blogger ---> Template --> Edit HTML

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

Replace the above with
<!-- Start Technova: 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></data:post.title>
</b:includable>
</b:includable>
<b:else>
<title><data:blog.pagetitle/></title>
</b:else>
<!-- End Technova: Changing the Blogger Title Tag -->
This simple trick will help you get more visitors from search engines .Try this . It really works .

[+/-] show/hide this post