HOW TO ADD META TAGS IN BLOGGER BLOG INDIVIDUAL POSTS


1. Follow steps 1 to 4 as for adding meta tags to the Home Page

2. Add the following in the <head> section of your Blogger template. Enter this code below the Home Page code above you have ju
st entered:
<b:if cond='data:blog.url == "http://url of your post"'>
<meta content='keywords pertaining to your post' name='keywords'/>
<meta content='crafted description of your post' name='description'/>
</b:if>

Here is an example of optimized meta tags for this post:

<b:if cond='data:blog.url == "http://healthyfitnesstip.blogspot.com/2011/07/inside-dieting-tips-share-0-dieting-one.html"'> 
<meta content='HEALTH,DIET,TIPS,DIETING TIPS,FAT,FOOD,EAT' name='keywords'/>
<meta content='EASY WAY TO DO DIETING,FIND OUT HOW TO DO DIETING IN VERY EASY STEPS' name='description'/>
</b:if>
3. Add your post URL, keywords and description. To find the URL of your post navigate to the post's page and copy the link showing in the address bar of your browser including the http:// prefix

4. Click on the Save Template button


5. To check your description you can use the view source in your browser once you have navigated to the post page or a meta tag analyzer.