A lot of people leave this out when they use blogger and it helps a lot, since blogger doesn't assign a proper Meta description and keywords to your posts.
Go to Template > Edit HTML on your blogger dashboard and then paste this into the head section.
In the example I used my root domain as an example, however do this for all of your posts aswell.
Example of using this on one of your posts
<b:if cond='data:blog.url == "http://www.yourdomain.com/2013/07/your-post.html"'>
<meta content='Health, Acne, Diet, Healthy Acne Diet, Diet for Acne, treatment, medication, natural,' name='keywords'/>
<meta content='The best Acne diet of 2013 to potentially cure your acne for free.' name='description'/>
</b:if>
This helped me a lot when I used to use blogger, as soon as I implemented it on some of my posts they hit the front page of google
Hit thanks if I helped
Go to Template > Edit HTML on your blogger dashboard and then paste this into the head section.
<b:if cond='data:blog.url == "YOURDOMAIN.com"'>
<meta content='YOUR, WEBSITES, KEY, WORDS,' name='keywords'/>
<meta content='YOUR WEBSITES DESCRIPTION' name='description'/>
</b:if>
In the example I used my root domain as an example, however do this for all of your posts aswell.
Example of using this on one of your posts
<b:if cond='data:blog.url == "http://www.yourdomain.com/2013/07/your-post.html"'>
<meta content='Health, Acne, Diet, Healthy Acne Diet, Diet for Acne, treatment, medication, natural,' name='keywords'/>
<meta content='The best Acne diet of 2013 to potentially cure your acne for free.' name='description'/>
</b:if>
This helped me a lot when I used to use blogger, as soon as I implemented it on some of my posts they hit the front page of google
Hit thanks if I helped