Meta tags are the tags which describes your site and tells the search engines what your site is all about. Adding meta tags is an important factor in SEO. (Search Engine Optimization). Meta tags allow search engines to index your web pages more accurately. In other words, Meta tags communicate with the search engines and tells more information about your site and make it index correctly and accurately.
We must add two main meta tags to the head section of the template. One is the Meta description which describes your site and another one is Meta Keywords which tells about your site keywords (what your site is all about)
Here is how to add meta tags to your blogger (blogspot) blog:
1. Go to "Template" --> "Edit HTML" of your blog.
2. Find this code:
<b:include data='blog' name='all-head-content'/>
3. Now add below code just after the above code:
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>
Note:
Replace,
DESCRIPTION HERE: Write your real blog description
KEYWORDS: Write the keywords of your blog
AUTHOR NAME: Write the author's name (Your name)