Mar
Make Your Title Tag More Google Friendly
Posted by Ilham DC in Tutorial
Optimizing your traffic to your blog by generating good meta tag keyword is not enough without make the title tag of your blog more friendly for Google or another search engine. And i have do this for my other blog Musik-Friendsterku. And the result was so amazing and have significant differences when i use default title tag from blogger than i use customize title tag for my blog. Customize title tag can make different title tag for each page on your blog. And its not so good if title tag on your blog appear after blog title.So with this method we can change the position of post title become blog title, and this is more benefit to get more traffic.
I was find and read it from another blog "bloggerbuster.com" which share this method and i have do it for my self and its work for me. So what do you think? some good, right?
Ok, what we have to do to customize our title tag to make it more Google friendly? Ok sir let do it now :
- Go to Layout>edit HTML in your Blogger dashboard.
- Search for this tag:
<data:blog.pageTitle/>
- Replace this tag with the following:
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if> - Save your template! (See, this is an easy hack!)
Just it.
Adapted from : bloggerbuster.com
title : Change the Title Tags for your Blog