How to add Meta Tags to Blogger posts?

1. Login to your blogger blog in dashboard, Go to the Design, backup your template by clicking download full template. and then click on Edit HTML.

2. Install title tags optimized

<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<b:skin><![CDATA[/*

3. Add Meta tag Description and Meta Keywords

<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='Your home page description' name='description'/>
<meta content='your keywords, keywords1, keyword2' name='keywords'/>
</b:if>

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta expr:content='data:blog.pageTitle' name='Description'/>
<meta expr:content='data:blog.pageName + &quot;, your keywords, keywords1, keyword2 &quot;' name='keywords'/>
</b:if>

4. Change The Blue Text To Your Own

5. Your Final code Should be like below

<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='Your home page description' name='description'/>
<meta content='your keywords, keywords1, keyword2' name='keywords'/>
</b:if>

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<meta expr:content='data:blog.pageTitle' name='Description'/>
<meta expr:content='data:blog.pageName + &quot;, your keywords, keywords1, keyword2 &quot;' name='keywords'/>
</b:if>

<b:skin><![CDATA[/*

6. Do the following changes in the code to make it work for you:

  • Replace Your Blog URL with your blog: <b:if cond='data:blog.url == data:blog.homepageUrl'>
  • Replace Your home page description with your blog's description.
  • Write your keywords instead of your keywords, keywords1, keyword2

Save it. And you're done with adding meta tags to your blog posts. I would like to inform you that the above mentioned codes give you the liberty of adding meta tags to all posts but all the posts will be refering to the meta tags you have input in the above setup. Therefore, no separate tags for different posts. Your meta tags become universal by following the above method. And unfortunately there is no other method. :/

Have a good day!!


2 comments:

  1. Your information is really useful. This post will surely helps those people who do SEO and also for the newbies to understand more about SEO. Thanks for sharing innovative ideas.
    website design

    ReplyDelete

Gallery

About

Your one stop solution for various queries about anything and everything you can think of. Drop an email to me asking your question about anything. Email me at: tech3lper@gmail.com
Register your domain name before anyoneelse does
Advertise here
 Advertise here

Blog Archive

Designed By SBT