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.
u are too good but i want know that how i insert title tag in every post plz send ur idea in this blog
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
Thanks A Lot Sir
Please tell me how insert Recent Post Widget in blogger.
Thanks
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.
Please tell me about how google ,yahoo and msn auto boot my web pages,what i do this in my blog
thanks
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!
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/
thanks nice topic
Pls Tell me abt best seo for blogger
Whats I Do For Fastest Indexing My Urls In Google
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
hey thnaks dear for useful info. i just want to know that y indiblogger reject my request my blog is http://jobsbywork.blogspot.com
I've done this before. But it doesn't improve much on google result...
i have 100 posts what then
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/
I can't get it to work. I get a parsing error message when ever I try. Help?
this is exceptionally gud post thx buddy !!
Is it possible to just add the meta tags in every blog post?
Great article. enjoyed reading this- I'll be back for more soon ๐
thanku very much
Simply amazing, cool one ๐
thanks for this.
Sir what is the difference between Meta Tag and Meta Description?
Which is more important for individual post to get good search engine ranking?