How To Add Different Meta Tags to Different Blogger Posts

Posted by Lasantha Bandara File Under : change template, meta tags, seo 24 Comments

What's the use of adding different meta descriptions to different Blogger Posts?

It is very good for SEO (Search Engine Optimisation) . Actually, why we are adding meta tags is to tell search engines what that page is all about... but, using same meta tags to all of your blog posts lessens the search engine rankings and traffic little bit.
But, if you add different unique meta tags to different Blog posts, it makes the search engines to know more about your individual blog posts and make them crawl and index your pages better and it also improves your Search engine rankings for sure ๐Ÿ˜‰

So, how to add this?

For this to happen, you have to add some pieces of codes to the template.
First Sign in to Blogger dashboard ยป Layout ยป Edit html

and find this line

<b:include data='blog' name='all-head-content'/>

and add this code just below that line

<b:if cond='data:blog.url == "http://www.bloggertipandtrick.net/"'>

<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>

</b:if>

Now we have added meta tags to the homepage.

Next, you want to add meta description for your blogger post, for example let see how to add meta tags to below post :

http://www.bloggertipandtrick.net/2009/03/how-to-add-paypal-donate-button-to-your.html

This is the way to add meta tags to above post:

<b:if cond='data:blog.url == "http://www.bloggertipandtrick.net/2009/03/how-to-add-paypal-donate-button-to-your.html"'>

<meta content='How to add Paypal Button to your Blogger Blog, Adding Donations to your blog' name='description'/>

<meta content='Adding,Paypal,Donate,Button' name='keywords'/>

</b:if>

Now, what you have to do is pasting the above code below the home page meta tags and changing the link,description and keywords.
So, the final code now looks something like:

<b:if cond='data:blog.url == "http://www.bloggertipandtrick.net/"'>

<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>

</b:if>

<b:if cond='data:blog.url == "http://www.bloggertipandtrick.net/2009/03/how-to-add-paypal-donate-button-to-your.html"'>

<meta content='How to add Paypal Button to your Blogger Blog, Adding Donations to your blog' name='description'/>

<meta content='Adding,Paypal,Donate,Button' name='keywords'/>

</b:if>

Just like the above procedure, you can add different meta tags to as many blog posts as you can.

24 thoughts on “How To Add Different Meta Tags to Different Blogger Posts

  1. Nadeem,Thank you for your comment.
    If your want to insert different title tags in every post read below post.This very helpful to improve the search engine ranking of your blog.

    http://bloggertipandtrick.blogspot.com/2009/04/how-to-change-default-title-tag-on.html

  2. Nadeem,

    To add the Recent Post Widget in your blog read this article.

    http://bloggertipandtrick.blogspot.com/2009/05/how-to-add-recent-post-widget-for.html

    Thanks for your comment.

  3. Please tell me about how google ,yahoo and msn auto boot my web pages,what i do this in my blog
    thanks

  4. I am currently updating my blog. Thanks for the techniques, they are very helpful. I'll try these and see if my blog improves... thanks again!

  5. hi admin.
    i like this concept.
    i would like to add something to it.
    It is possible that we add all meta contents in a external javascipt file and call it in head section.
    ------------
    http://myfundoo-blog.blogspot.com/

  6. When I Useing This Trick I Get Error TEMPLATE ERROR: LHS of numeric is null before 88 in data:blog.url == http://moviessansar.blogspot.com/2010/09/sixth-sense-1999-in-hindi.html

    Pls Help Me

  7. hey thnaks dear for useful info. i just want to know that y indiblogger reject my request my blog is http://jobsbywork.blogspot.com

  8. Hi... Nice post . According to your blog content i am using meta data and meta keywords, description . Can you see my blog and give me an idea that is it right or not. my blog is http://ben10-ultimatealiens.blogspot.in/

  9. Sir what is the difference between Meta Tag and Meta Description?
    Which is more important for individual post to get good search engine ranking?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.