How To Add Different Meta Tags For Every Individual/Single Post In Blogger : Blogger Hack : Increase Traffic Part6

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 :

  1. How To Show Only Post Titles In Blog Archives : Blogger Hack
  2. Increase Your Blog/Site Traffic On This April Fools Day : Increase Traffic Part7
  3. Get Genuine Visitors Via Forums : Increase Traffic Part9
  4. How To Get Unique Visitors To Your Blog : Increase Traffic Part8
  5. How To Make Your Blogger Template Search Engine Optimized
  6. Increase Traffic And Adsense Earnings : E-Book : Increase Traffic, Part5
  7. Airtel Broadband Hack : Increase Your Internet Speed

Gaganpreet Singh on March 15, 2009 | Filed Under Blogger Tricks

{ 24 comments… read them below or add one }

1 alok March 15, 2009 at 11:55 am

will try this after exams

Reply

2 sumit March 15, 2009 at 5:04 pm

We cna also add meta description tag. I don’t think search engines rely much on meta tags now days.
Thanks for trick….

Reply

3 Gagan March 15, 2009 at 6:00 pm

@ 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!!

Reply

4 Amadh March 15, 2009 at 6:09 pm

thanks Gagan, this trick will boost my traffic.

Reply

5 Nikhil March 15, 2009 at 6:21 pm

but putting so many codes will decrease my page loading time.. :(

Reply

6 Gagan March 15, 2009 at 6:52 pm

@ Nikhil

WELL I HASN’T TRIED IT YET, JUST GIVE IT A TRY AND DO REPLY HER E!!

Reply

7 Anonymous March 15, 2009 at 7:39 pm

not working :(

Reply

8 Gagan March 15, 2009 at 8:22 pm

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

Reply

9 MH March 16, 2009 at 10:06 pm

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

Reply

10 john March 17, 2009 at 3:09 pm

Professional web psdtemplates,flash templates easy to download at itemplatez.com .

Reply

11 Carmen June 3, 2009 at 6:52 am

Cool theme…. thx!….

Reply

12 Ben July 6, 2009 at 5:22 am

Is it possible to do something like this with Classic Blogger?

Reply

13 Gagan July 6, 2009 at 9:13 am

Yea you can do it with it. :)

Reply

14 Sandeep July 8, 2009 at 7:30 pm

Excellent article on Tags.You were almost spot on.Keep it Up.

Reply

15 susi July 29, 2009 at 2:57 pm

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.

Reply

16 Gagan July 29, 2009 at 3:13 pm

you’re welcome Susi ! Keep visitng…

Reply

17 jane August 4, 2009 at 2:42 am

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

Reply

18 blago August 7, 2009 at 8:50 pm

How would you rewrite it to use the data:post.labels ? Would it be as simple as this?

Reply

19 blago August 7, 2009 at 8:51 pm

Let me try that code fragment again.

<META NAME=”keywords” CONTENT=data.post:labels />
<META NAME=”ROBOTS” CONTENT=”INDEX,FOLLOW”/>

Reply

20 Akshay September 11, 2009 at 12:49 am

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.

Reply

21 vijaykumapeta September 29, 2009 at 4:14 am

wow…..this is really awesome dude. my traffic increased 10 folds. thank you.

http://www.pharmacyebooks.com

Reply

22 ireng_ajah January 16, 2010 at 6:54 pm

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

Reply

23 Best Blogger Templates January 17, 2010 at 3:47 pm

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

Reply

24 Blogger Hacks January 17, 2010 at 3:49 pm

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>

Reply

Leave a Comment

Previous post:

Next post: