Step by Step Guilde on how to add meta tag to Blogger template
Step 1. Install optimized title tags. After the previous mod, your code should now look like the one below.
<b:include data='blog' name='all-head-content'/> <b:if cond='data:blog.pageType == "index"'> <title><data:blog.pageName/> | <data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if> <b:skin><![CDATA[/*
Step 2. Find this line in your template
<b:include data='blog' name='all-head-content'/>
Step 3. Add the code in this step just below that line
<meta content='your homepage description' name='description'/>
<meta content='your keyword1, keyword2, keyword3' name='keywords'/>
Step 4. Your home page description
Step 5. Fill in keyword1, Keyword2, .......replace with your own keyword example: food, food tip, cooking tip,
Step 6. Save template and you good to go.
Step 1. Install optimized title tags. After the previous mod, your code should now look like the one below.
<b:include data='blog' name='all-head-content'/> <b:if cond='data:blog.pageType == "index"'> <title><data:blog.pageName/> | <data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title> </b:if> <b:skin><![CDATA[/*
Step 2. Find this line in your template
<b:include data='blog' name='all-head-content'/>
Step 3. Add the code in this step just below that line
<meta content='your homepage description' name='description'/>
<meta content='your keyword1, keyword2, keyword3' name='keywords'/>
Step 4. Your home page description
Step 5. Fill in keyword1, Keyword2, .......replace with your own keyword example: food, food tip, cooking tip,
Step 6. Save template and you good to go.