How to Increase your site traffic?


Until now, the Title Tags generated for each page of your Blogger blog would display the blog title first, then the name of your post. This isnt good for your search engine rankings.
So use this little steps to improve your search rankings
 
1. Go to Design

 
 Then Edit HTML


Search for  Following (simply press Ctrl+F and paste this )

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

3. Replace That tag with following tag
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

Now  you can Preview or Save 
 

0 comments: