Step 1 : Now let's start adding it...
Step 2: Login to Your Blogger Account.Go to your Blogger Dashboard>Template> Edit HTML>Proceed.
Step 3: Find [by pressing Ctrl + F ] this code in the template:
<b:include data=’blog’ name=’all-head-content’/>
Step 4: Paste below code just after the above code.
<b:if cond=’data:blog.url == “Your Blog URL”‘>
<meta content=’Write some Description For Your Blog’ name=’description’ />
<meta content=’A Few Keywords For Your Blog’ name=’keywords’ /></b:if>
Step 5:
- Remember this is your main meta tag of your blog.
- Now If you want to add meta tags for every post then follow below steps.
- If you have 300 post in your blog then you have to paste below code 300 times for every post.
<b:include data=’blog’ name=’all-head-content’/><b:if cond=’data:blog.url == “Your Blog URL”‘>
<meta content=’Write some Description For Your Blog’ name=’description’ />
<meta content=’A Few Keywords For Your Blog’ name=’keywords’ />
</b:if>
<b:if cond=’data:blog.url == “Your Post URL"‘>
<meta content=’Write some Description For Your Blog Post' name=’description’ />
<meta content=’A Few Keywords For Your Blog Post’ name=’keywords’ />
</b:if>
<b:if cond=’data:blog.url == “Your Post URL”‘>
<meta content=’Write some Description For Your Blog Post' name=’description’ />
<meta content=’A Few Keywords For Your Blog Post’ name=’keywords’ />
</b:if>
Make Changes...!!!
Replace it Your Blog URL with your blog link like www.widgetgenerators.blogspot.com
Replace it Write some Description For Your Blog with your blog's Description
Replace it A Few Keywords For Your Blog with your blog's keywords.
Replace it Your Post URL with your post link like www.widgetgenerators.blogspot.com/2012/10/add-adsense-ads-below-post-title-in.html
Replace it Write some Description For Your Blog Post with your post description.
Replace it A Few Keywords For Your Blog Post with your post's keywords
Step 6: Finally Save your template.
=======================
0 comments:
Post a Comment