Saturday, June 27, 2009

Make Blogspot Title Tags More Seo Friendly

Who want to make their blog appear on top of search engine? probably everyone. Especially on google search. Having your blog number one on google will drive more traffic to your blogand of course more money will be on the way to you. Now i'll tell you how to make your blog search engine friendly. This is a conclusion after being a blogger at some time. All you need is to change how your blog appear on google. We can do that by adding title tag on your blog. Blogger.com by default don't come with search engine optimized (SEO). Now let's start it :

Step by Step to Make Blogspot Title Tags Seo Optimized.

Step 1. Find code below in your template :
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*


Step 2. Change the code with below code :
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<b:skin><![CDATA[/*


Step 3. Save it and see your blog.

3 comments:

Unknown said...

Nice tips ! I've already put it on my HTML.
Thanks...

Ipad Applications said...

Thank you. i'm using this trick

lowongan kerja guru said...

thanks for your tips..i am using your tips too

Post a Comment