Webmasters use different meta tags. I will explain the necessary meta tags for SEO. Meta tags are added between <html> and <body> tags in head contents. To add meta tags for blogger go to your html source code. You can search html in your blog by clicking on the 'design' tab and then 'Edit HTML'. Now search the following code in html.
If you have problem you can use browser search. Search can be found by clicking on 'edit' tab on menu bar of your browser and then 'find on this page...' or press simply 'ctrl +F'. Search box will appear, its appearance may vary for different browsers. Now paste the above code in the box. The code will be highlighted where it will be located in the html code. Replace the code by following codes lines being described one by one.
HTML Description Meta Tag :
A breif comprehensive description is written that introduces the main contents of the website.Description meta tag length should not be exceeded more than twenty five words, beacuse search engine ignores part of description after twenty five words. Search engine may use the description to show in search results if it is well optimized and relavent the contents. Use the following code and replace the capital words YOUR DESCRIPTION HERE with your website description.
HTML Keywords Meta Tag for SEO :
Keywords meta tag should contain the maximum keywords of website posts. Keywords are seperated by commas in keywords meta tag. Use the following code and again replace the capital words YOUR KEYWORDS HERE with your keywords.
Author Meta Tag :
It is an optional meta tag. You can use your company name, logo words or your name to describe the authority of website. I suggest not to include your e-mail here, beacuse it may be picked for spams. Html code for this tag is given below.
Another important meta tag is robots meta tag. You can get complete description about robots meta tag and robots.txt file from here.
How to Use Robots Meta Tag and Robots.txt File
<b:include data='blog' name='all-head-content'/>If you have problem you can use browser search. Search can be found by clicking on 'edit' tab on menu bar of your browser and then 'find on this page...' or press simply 'ctrl +F'. Search box will appear, its appearance may vary for different browsers. Now paste the above code in the box. The code will be highlighted where it will be located in the html code. Replace the code by following codes lines being described one by one.
HTML Description Meta Tag :
A breif comprehensive description is written that introduces the main contents of the website.Description meta tag length should not be exceeded more than twenty five words, beacuse search engine ignores part of description after twenty five words. Search engine may use the description to show in search results if it is well optimized and relavent the contents. Use the following code and replace the capital words YOUR DESCRIPTION HERE with your website description.
<meta name="description" content="YOUR DESCRIPTION HERE">HTML Keywords Meta Tag for SEO :
Keywords meta tag should contain the maximum keywords of website posts. Keywords are seperated by commas in keywords meta tag. Use the following code and again replace the capital words YOUR KEYWORDS HERE with your keywords.
<meta name="keywords" content="YOUR KEYWORDS HERE">Author Meta Tag :
It is an optional meta tag. You can use your company name, logo words or your name to describe the authority of website. I suggest not to include your e-mail here, beacuse it may be picked for spams. Html code for this tag is given below.
<meta name="author" content="AUTHOR NAME HERE">Another important meta tag is robots meta tag. You can get complete description about robots meta tag and robots.txt file from here.
How to Use Robots Meta Tag and Robots.txt File