Two blogspot tricks that can increase your traffic overnight
Blogging August 28th, 2008If you're new here, I recommend you to subscribe via RSS Feed. You can also subscribe by email and have new articles sent directly to your inbox. It doesn't cost you anything!
I am giving away two important tips for blogspot hosted blogs. If you implement this properly, as per the directions given below you might get a sustained increase in traffic.
Install Dynamic Meta Description tags: The word ‘Meta’ means data-about-data. When we say meta description tag, it describes the contents of the page. I can say with my personal experience that this is one of the most important data that Google use to index your site. I have seen great results on my site within a week of implementing it.
Well, The problem with blogspot hosted blogs is that unlike self hosted wordpress blogs, it doesn’t provide any native facility to have meta description tag for each page. So, If you define a meta description tag for your home page it will be replicated for all your pages which would be taken as a duplicate ‘meta-tag’ in Google. With the code below you can have different description tag for each page of your blogspot hosted blog.
1: <META NAME='description' expr:content='data:blog.pageTitle + ",Put in your common description tags here "'/>
The steps to place this code are:
- Go To layout > Edit HTML
- Copy the above code and place it anywhere between <head> and </head> of your blog template.
- Replace Put in your common description tags here with suitable description tag for your blog separated by comma. So if your blog is on Web 2.0. The tags can be technology, Web 2.0, making money online
- Save template and you’re done.
Food for the geeks— expr:content= ‘data:blog.pageTitle’ gets replaced by the title of your current page. So when combined with the common description tags, the description tag becomes unique for each page.
Change the default Title tag on blogger: Title tags are the ones that you see on the top of your browser. 
As seen in the image above, title tag for this post on adsense blog is Inside Adsense: Ad serving for everyone. By default blogger serves the title tag as Blog Name: Post Title Name. SEO studies have indicated that search Engines like Google, Yahoo give more importance to the content of tags which appears first so you may wish to reverse the order to Post Title Name: Blog Name. Here is how to do this
- Go To layout > Edit HTML
- We are going to introduce a large chunk of code, I will advise you to take a back up using Download Full Template
- On the very top of your template you will find <title><data:blog.pageTitle/></title>
- Delete it!
- Now just above <head>, paste the code given below and ’save template’.
<!-- Start Widget-based: 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/></b:includable>
</b:widget>
</b:section>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- End Widget-based: Changing the Blogger Title Tag -->
The code above is referred from this blog. [Trivia- But if you follow the instructions there, you might get an error like "Your template is invalid because the tag 'b:section' appears inside of the tag 'head'" To fix that error you need to put the code above <head> instead of directly replacing it with <title><data:blog.pageTitle/></title>]
If you enjoyed this post, make sure you subscribe to my RSS feed!
Related posts:
August 29th, 2008 at 6:58 am
Hey I did these 2 things on my 3 blogspot blogs. We’ll see what happens!
Thanks
August 29th, 2008 at 10:09 am
Good…do let us know how to goes for you.
August 31st, 2008 at 9:10 am
I’m a Wordpress user.
Any tips for me?
Saw you in Problogger killer titles. you can check out mine if you wish.
How To Be A Prostitute Farmer?
http://www.robschaumer.com/blog/2008/02/20/how-to-be-a-prostitute-farmer/
August 31st, 2008 at 4:23 pm
Cool will try them soon
thnx for the share !
August 31st, 2008 at 4:43 pm
@Rob: I think you can do away with the ‘date’ part in URL. Search Engine doesn’t give importance to that. More tips pls be subscribed to my blog.
@Rohan: Welcome!
September 2nd, 2008 at 6:02 am
I spent all weekend diddling with my meta tags and THEN found your post! hehe back at it I guess. Thanks for the info.
Romance writer, Loring Parks, at Juicy Like An Apple
A ProBlogger entry
September 15th, 2008 at 7:46 am
Thanks to this post. I have modified mine like yours.
October 5th, 2008 at 8:25 am
Just did it aswell!
Ill let you know how it goes!
Cheers,
Fred
October 14th, 2008 at 5:54 pm
i have tried these types of code on my several blogs, but i think it will work, and i will be back after trieing.
thanks
October 16th, 2008 at 11:21 pm
ihavetriedonmy blog
htt://faisalabad4u.blogspot.com
the results are fine working fine
October 17th, 2008 at 3:56 pm
have tried it and i think it’s a bit helpful
October 17th, 2008 at 9:56 pm
I hate to be the one to say it didn’t work. I cut and pasted as you said and doublechecked to make sure I was in the right areas in relation to etc. The title didn’t change to show the posting title first. And, the color changed on my blog, even though the fonts and colors still show it as chosen. What do you think went wrong?
Bev
October 17th, 2008 at 11:34 pm
@Bev: As I can see from your blog’s source, your title tag is still under
section, which is wrong.You need to follow the exact instructions as I have mentioned above.
October 18th, 2008 at 2:31 am
I’ve tried it again and this time I have my background color but the tags up at the top haven’t changed. They still have the blog name first, then Firefox but not even the name of the post….which I don’t think was there, ever. I hope i can get this figured out. Seems like two good ideas to me.
October 18th, 2008 at 2:57 am
IT WORKED!!!!! I’m so happy!!! Thank you for checking in. I don’t know if it mattered what order you do it. This time I did it in reverse. Anyway, all I know is that this time..IT’s DONE.
October 18th, 2008 at 7:15 pm
i have done as u said hoping for good results…
thanks
October 18th, 2008 at 7:42 pm
Damn it work!! Thanx for share this tricks
October 18th, 2008 at 8:04 pm
Thanks a lot for the tips. Mine is a new blog that had limited visitors so far. I see a marked increase in traffic after following your suggestions.
October 23rd, 2008 at 1:28 am
i have tried to my blog Hot Pakistani Girls. And working fine,and now me waiting for re cache my pages to good trafic.nice guide.
October 25th, 2008 at 11:33 pm
i am here again after after applying to 2ofmy blogs and trying for3rd..
after google reindex my pages, inotice that the description of pages is wrong as told inthis instructions, for example…
BlogDiscription + page/article title + extra fixed desc
and it should be
page/article title + extra fixed desc + blog desc
any guide tothis conversion?
November 2nd, 2008 at 2:20 pm
Nice tweaks . Meta tags still hold some value but the structure of Blogger makes it difficult to have different meta tags for different pages . This surely was helpful . Any ideas how to have different meta keywords for different pages ? This would be a bonus for all Blogger users if possible !
November 2nd, 2008 at 4:11 pm
@Kashif: I didn’t understand your question. The 1st tweak given above renders different meta keywords for different pages.
Check it out!
November 10th, 2008 at 11:19 pm
Thanks for all of your help. I for one have a lot to learn. Keep up the good work….Stumble Upon “Thumbs Up”!
November 23rd, 2008 at 5:20 pm
I just did it for three of my blogger blogs, hope it works
December 5th, 2008 at 10:10 pm
i have tried these changes with my 4 blogger blogs in last five days, and hope it will work fine.. good tricks.
if i face any problem regarding these changes iwill be back with some questions. good luck
December 11th, 2008 at 9:30 pm
thnx dude.. it worked like a charm.
December 23rd, 2008 at 10:05 pm
Hello when i tried to use dynamic title code as instructed. I check my side using http://www.seocentro.com and found no title tag. So I didnt deleted the existing tag and add the code provided by you over Head. it didnt gave any error, Also, my issue with no title is resolved. Please let me know if I done write.. Million thanks in advance..
December 23rd, 2008 at 10:28 pm
The dynamic title thing is not working for my blog: http://findsarfaraz.blogspot.com
Meta Tag description is awesome.
Please help me with title thing. As when I implement, I find no title thing in http://www.seocentro.com for other posts.
January 4th, 2009 at 6:43 pm
Hello,
Awesome tweaks sir! I’ve been looking around these for awhile. It worked for my 4 blogspot blogs. A million thanks for sharing these tweaks.
Happy New Year and more power!
SAMMY_D3Marketers