Tuesday, May 7, 2013

How to add Meta Tags in blogger

Many a times we come across a word META TAG while reading about blogger tips . 
So first of all lets learn about Meta Tags.

What is META TAG ?
Meta tags helps you to get more traffic from search engines like Google, Yahoo, Bing etc. Meta Description describes your site to search engines that means it will define the category of your site . So during a search query if your site meets the search results the search engine will show your site with higher priority. It also helps to index your page in search engines more precisely.

How to add meta tags in blogger ?




  • To add meta tags in blogger Go to the "TEMPLATE" and than to "EDIT HTML".
  • In the source code page (after edit html) use cntrl + F to find the following code 

<b:include data='blog' name='all-head-content'/>
  • Copy and paste the below mentioned code just after the above searched code.


<meta content='your description here' name='description'/>
<meta content=' your keywords here' name='keywords'/>
<meta content='your name' name='Author'/>
<meta content='your email address' name='Email'/>
<meta content='global' name='distribution'/>
<meta content='5 days' name='revisit'/>
<meta content='5 days' name='revisit-after'/>
<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='en' name='language'/>
<meta content='IN' name='country'/>
<meta content='blogger' name='generator'/>

NOTE :
Replace
"Your description here" with the description about your website. Use around 150 words for this.
"your keywords here" with the suitable keywords about your site. Use comma b/w different keywords.
"Your name " with your name mentioned in your blogger ID.
"email address" with blogger email id.
"en" with language of your blog.
"IN" with your country.
Left others as it is. 

4 comments:

  1. woww.. !! really useful...

    ReplyDelete
  2. how it helps in page indexing ?

    ReplyDelete
  3. Great post. Meta tags are really important in blogger because it help us to get 1st rank in search position.
    website design

    ReplyDelete
  4. Thank you very much! Really helpful :)

    ReplyDelete

© All about engineering, AllRightsReserved.