How to add Keywords:
inside The Head Tag of Blogger Put this Code :
Code
:<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>
If you Want different Posts with Different Keywords Then Put this Code also Under Title Tag:
Code:
<b:if cond='data:blog.url == "http://YOUR-POST-ADDRESS-HERE"'>
<meta content='YOUR POST DESCRIPTION HERE' name='description'/>
<meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
Paste this Code as many times as you WantFor example:
Code:<title><data:blog.pageTitle/></title>
</b:if>
<b:if cond='data:blog.url == "http://YOUR-BLOG-ADDRESS-HERE"'>
<meta content='YOUR PAGE DESCRIPTION HERE' name='description'/>
<meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
<b:if cond='data:blog.url == "http://YOUR-POST-ADDRESS-HERE"'>
<meta content='YOUR POST DESCRIPTION HERE' name='description'/>
<meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
Now a days Not Many Crawlers see the Keywords tags But It surely Helps In Listing Of site n Search Results.