Swap The Blogger Title To Increase Traffic
Advertisement
Swapping your blog title between posts or between post pages and front pages is an SEO trick and will help you to get more and more traffic to your site. A normal title for a blogger blog will always show the Title of the blog only and leaves the page post title.

Swap Blogger Title and Increase Traffic
We can swap the blog title based on the page the user is in and different title for different post pages. Follow the steps given below.
STEP 1 : Find the line of code given below in your blog tempalte code.
<title><data:blog.title/></title>
STEP 2 : Replace the code you found in STEP 1 with this
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
STEP 3: Save your Template and you are done.
Hope this works for all you bloggers, let me know of any issues and concerns.
"Thank You!!! You’ve reached the end of this post. Seeing you made it this far, we hope you enjoyed this post. If so, please consider leaving a comment or subscribing to the feed to have further articles deliverd to your feed reader. You can also follow me on Twitter."
2
Comment(s)
Leave a Comment
-
Hey..thanks a lot for the trick...will implement it on my blog
http://rajeshhackingarticles.blogspot.com
Leave Your Comment
Share ThisRelated Articles
You might be interested in these related articles and resources.
Subscribe to:
Post Comments (Atom)











nice trick!!
very usefull
thanks
http://windmex.blogspot.com