How to add keywords to Blogger?

Keywords are Important In SEO of any Website,Many search engines look for Keywords In the Content of a Website,If you have provided them Then its Easy for Search engine to Index your Site on Search Results.

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 == &quot;http://YOUR-POST-ADDRESS-HERE&quot;'>
<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 Want

For example:
 Code:<title><data:blog.pageTitle/></title>
</b:if>
<b:if cond='data:blog.url == &quot;http://YOUR-BLOG-ADDRESS-HERE&quot;'>
<meta content='YOUR PAGE DESCRIPTION HERE' name='description'/>
<meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>

<b:if cond='data:blog.url == &quot;http://YOUR-POST-ADDRESS-HERE&quot;'>
<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.