Add Meta Tags for Each Post on Blogger


Meta Tags are very important part of our blog OR website be'coz it can manage our blog in the search engines and these kinds of little tricks are very easy to use and also very effective for our blog, be'coz it can increase our blog's reputation on the search engines and also when we search any topic on the Google, OR in Yahoo! then most probably your blog will be on the top be'coz meta tags are always responsible for that kind of task and deal with search engines.


Add Meta Tags for Each Post

  • Login to Blogger > Dashboard
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML > Proceed > Expand Widget Templates
  • Press Ctrl + F and search the code shown below.

<b:include data=’blog’ name=’all-head-content’/>

  • 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>

  • 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>

  • Finally Save your template. 


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

Keep Look Here Also....!

If you don't want to use it manually then you should use Meta Tag Generator and easily can generate the keywords and description for blog and also for posts.



That's All with it.


If Any Problem Comes, Ask in Comments