After publishing my previous post i was thinking to post some tips to optimize your blog through meta tags. Whenever we publish a new template on Bloggertheme9, we're receiving same comments again on adding meta tags. Meta tags should be added in Header section. So that bots can easily read em. We don't recommend to add all below codes. It's up to you to add or skip some. These tags should be placed on outdated or older templates.
For all those who keep asking us again and again. Here you are with that piece of code to place in 2-3 steps. Avoid using excessive or useless keywords. 14-16 should be the limit. Meta Description can also added by going in 'Blogger Settings'.

How to upgrade your blog for good SE Optimization:

Adding the Meta tag code to optimize the blog


  1.     Go to Dashboard > Template > Edit HTML > Expand Widget Templates.
  2.     Now search for line: <b:include data='blog' name='all-head-content'/>
  3.     Add below code after it

    <meta content='REPLACE WITH YOUR BLOG DESCRIPTION' name='description'/>

    <meta content='REPLACE THIS WITH YOUR KEYWORDS' name='keywords'/>

    <meta content='REPLACE THIS WITH AUTHOR'S' NAME' name='Author'/>

    <meta content='REPLACE THIS WITH AUTHOR'S' EMAIL' name='Email'/>

    <meta content='document' name='resource-type'/>

    <meta content='all' name='audience'/>

    <meta content='general' name='rating'/>

    <meta content='all' name='robots'/>

    <meta content='index, follow' name='robots'/>

    <meta content='id' name='language'/>

    <meta content='id' name='geo.country'/>

  • Replace all capitalize text with your detail
  • and click save!