ADVERTISEMENTS
Well, today’s post of mine is a combination of 2 things SEO and Blogger Hack. In this post I am going to tell how you can insert different meta tag for every single post. I have divided this post into 3 sections :
Section1: This section explains you about Meta Tags.
Section2 : This section explains the title of this post in detail i.e How To Add Different Meta Tags For Every Individual/Single Post In Blogger : Blogger Hack
Section3 : This sections tells you about the code and how you can insert it in your blog.
Section 1 :
Before starting this post I feel a great need to tell you about what are Meta Tags. Have a look at the video below. Its a 2 minute video that tells you about the proper definition and use of Meta Tag.
Now, I think you are familiar with Meta Tags and how to use it. Lets move further.
Section 2 :
In Wordpress you have different plugins with which you can have different meta tags for every single post. This feature is only present in Wordpress and its really a great factor for bringing your post to first page on Google search results. Unfortunately Blogger does not gives this option to its users and we have to compromise the same meta tags for all the posts. This is really a drawback of Blogger.
But Today I am going to tell you about a hack with which you can add different meta tags to individual posts. Its a great hack for SEO purpose and I recommend all Blogger users to use this feature. Lets not waste any time and come to the point
Section 3 :
Step 1) First open Blogger and then click on Layout and at last click on Edit HTML.
Step 2) Now put a tick on Expand Widget Templates.
Step 3) Now search for <head>
Step 4) Now copy the code below and paste it after head tag :
<b:if cond=’data:blog.url == “enter the url of the post here”‘>
<META NAME=”keywords” CONTENT=”enter keywords here separated by commas” />
<META NAME=”ROBOTS” CONTENT=”INDEX,FOLLOW”/>
</b:if>
Note : Please note that for each post you have to add this code again by writing the post URL (link) and keywords.
Suppose you want to have 10 posts, now you have to add the above code 10 times by entering URL and keywords. I think this statement is clear to you.
Step5) At last click on Save Template.
Troubleshooting : If you are facing any problem in updating your template after entering this code, I recommend you to download this file, open it and copy the code and then paste again.
What is the meaning of this code : This code means that :
1) b:if : It is used whenever we have to put any condition. Its popularly known as if then condition.
2) Cond : Cond means condition.
3) data:blog.url : It means the URL of the post.
4) == : In programming languages == means equal to. Here we do not use single equal to sign.
The rest of the code is same as other meta tag code. So the whole meaning of the code becomes that if the URL of the post is this, then the meta tags should be this.
If you are facing any problem in using this code, feel free to drop your comments and I’ll reply to as as soon as possible.
This was the part6 of how to increase traffic, keep visiting for more parts in this series.
Part1 : How To Submit Your Blog To Google
Part2 : How To Submit Your Blog To Yahoo
Part3 : Submit Your Blog URL To 20+ Top Search Engines
Part4 : 5 Ways To Promote Your Blog
Part5 : Increase Traffic And Adsense Earnings
If you like this post, you will love these :
- How To Show Only Post Titles In Blog Archives : Blogger Hack
- Increase Your Blog/Site Traffic On This April Fools Day : Increase Traffic Part7
- Get Genuine Visitors Via Forums : Increase Traffic Part9
- How To Get Unique Visitors To Your Blog : Increase Traffic Part8
- How To Make Your Blogger Template Search Engine Optimized
- Increase Traffic And Adsense Earnings : E-Book : Increase Traffic, Part5
- Airtel Broadband Hack : Increase Your Internet Speed
Gaganpreet Singh on March 15, 2009 | Filed Under Blogger Tricks



Welcome to
{ 24 comments… read them below or add one }
will try this after exams
We cna also add meta description tag. I don’t think search engines rely much on meta tags now days.
Thanks for trick….
@ sumit
I do not agree with your statement that search engines rely much on meta tags now days.
Meta Tags still holds a good reputation!!
thanks Gagan, this trick will boost my traffic.
but putting so many codes will decrease my page loading time..
@ Nikhil
WELL I HASN’T TRIED IT YET, JUST GIVE IT A TRY AND DO REPLY HER E!!
not working
not working
Hey dear, if you have copied the link directly given above, you can face problem in updating your template, do 1 thing, download the file below, its a txt file, open it and copy the code from there and apply it to your template. Do it once and reply here did you succeed or not !!
Link :
http://www.mediafire.com/?qwzhikoyf1l
thanks Gagan, you’re awesome dude. I have benefited immensely from your blog! I have an idea for you – a template for using blogger as a online store using Google Checkout. cheers
Professional web psdtemplates,flash templates easy to download at itemplatez.com .
Cool theme…. thx!….
Is it possible to do something like this with Classic Blogger?
Yea you can do it with it.
Excellent article on Tags.You were almost spot on.Keep it Up.
thanks! tried another way of adding meta tags last night but the code can’t be parsed. Good thing I saw your post. I’m almost done and I guess the codes are working perfectly. Thank you so much.
you’re welcome Susi ! Keep visitng…
Hi thanks for the tip. But when i insert the meta tag it shows on every post I make (when people seach it on google)
check here http://www.google.com/#hl=en&q=neyo i don’t care hilkoo&aq=f&oq=&aqi=&fp=flbC24gbdiA
I want it just on the http://www.hilkoo.com.
Can you please help? thanks
How would you rewrite it to use the data:post.labels ? Would it be as simple as this?
Let me try that code fragment again.
<META NAME=”keywords” CONTENT=data.post:labels />
<META NAME=”ROBOTS” CONTENT=”INDEX,FOLLOW”/>
it is a great post; but, adding 4 lines of codes, for every post; man what if a person has 2 to 3 hundred posts; it will surely decrease the speed.
Anyways Thanks man.
wow…..this is really awesome dude. my traffic increased 10 folds. thank you.
http://www.pharmacyebooks.com
Nice share but you need more code for everypost. You can try this one to hack meta tag every post. More simple but effective too
I think this can make XML code very lengthy, Blog description for each post is fair but about meta keywords you need to worry. you can’t fix this issue untill blogger admins not doing some change in default properties. see this link :
http://www.geekblogger.org/2009/12/custom-meta-tags-for-each-blogger-posts.html
This is the perfect solution from http://www.geekblogger.org
<b:if cond=’data:blog.url == data:blog.homepageUrl’>
<meta content=’Geek Blogger – Best Blogging Hacks and Templates, Free Widgets and Plugins.’ name=’description’/>
<meta content=’Geek, Blogger, Wordpress, BlogSpot, Tips, Hacks’ name=’keywords’/>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
<meta expr:content=’data:blog.pageName’ name=’description’/>
</b:if>