Meta elements are tags used in HTML or XHTML documents to provide structured metadata about a Web page. They are part of a web page's
head
section. Multiple Meta elements with different attributes can be used on the same page. Meta elements can be used to specify page description, keywords and any other metadata not provided through the other head
elements and attributes.Meta tag is very
important in blogger for search engines.meta tag will improve your blogger
traffic .here is a step how to add meta tags in blogger
step 1
Go to blogger account
step 2
Go to section Template and then edit html
press ctrl+f searchfor
< head> Add following code after <head> section
<meta content='Your Blog Description' name='description'/>
<meta content='Keyword1,Keyword2,Keyword3' name='keywords'/>
<meta content='Author Name' name='Author'/>
<meta content='Author Email Address' name='Email'/>
<meta content='all' name='robots'/>
<meta
content='index, follow' name='robots'/>
<meta content='Language Name' name='language'/>
<meta content='Country Name' name='country'/>
NOTE:-Remove Red Text
With Your text .
step 3
sava template