Attach Meta Tags on Blogger

       Meta tags are an important way of delivering information to search engines (Search Engine) on a page of information, There are many meta tags in accordance with the standard HTML 4.0 from the World Wide Web Consortion, but the truth is actually used by the search engines only 3, description, keywords , and robots. Regarding the explanation of meta tags because it was too much to write this so aja om select one of the best sites that can be trusted, information om take from this address http://www.promosi-web.com/ (all the explanation there is no editing as the original)

Meta Tag Description

     Meta description tag is used to give an overview about the contents of your web page. Recommended size of not more than 200 characters. And see to it that this description can besentences which were located at the start page web page in question. Example meta tag description is as follows:

<Meta name = "description" content = "Promotion-web.com is a search engine tutorials explain how to get your own Thattop ranking in all major search engines and get high traffic for your web site. Available in LanguagesIndonesia. ">
     Some search engines like Northern Light, and Google does not use meta tags as a description of its search results. They use is the beginning of the sentences on the page.That is why I recommend that you use the contents of the meta description tag as the opening sentence. And if the very beginning of your web in the form of a menu, then the description ofdisplayed on the search results Northern Light is like this:

Home | Products and Service | Contact Us | About Us ... welcome to our online store, the best place on theWeb to ...
Meta Tag Keyword

     Meta tag keywords are very important because determining what keywords to find the web page on search engines. Basic syntax of the meta tag keywords isas follows:
<meta name="keywords" content="keyword1 KEYWORD2 keyword3 ...">or there is also written with a comma separator:<meta name="keywords" content="keyword1, keyword2, keyword3, ...>
     Both serve the same and no effect on search engines. The purpose of the comma that these keywords are easier to read. Noteworthy here is do notrepeat a word more than 3 times, because it will be considered spamming. Examples of using the wrong meta tag keywords are:
<meta name="keywords" content="bali, hotels, bali travel in bali, bali bali island, weather>Here we can see all that the word "bali", repeated more than 3 times. The following example will not be considered spamming by search engines:<meta name="keywords" content="bali hotels bali island travel bali weather">

     Equally important is the keyword is not to create keywords that have nothing to do with the content of your web page. It also will be considered spamming. Suppose your webcontains information on tourism in Bali, you should never add "MP3" or "Britney Spears" as a keyword keywords just because this is a favorite on the internet keyword andmuch sought-after.

Meta Robots Tag

     The main goal is to use robots meta tags to determine which web pages can be indexed by a spider and web pages which are not. This tag is very useful especially if thing elsewebsite uses frames for navigation. Obviously we do not want to display the menus in the frame to be read by search engines. Basic format of the meta tag robots are as follows:
<meta name="robots" content="index | noindex | follow | nofollow">For example, if you want the spiders to read the main page, and browse through all the links that exist then add the following command:<meta name="robots" content="index follow">With this command will spider to index your main page and the schedule to index other pages that can be searched via a hyperlink (<a href="">).The following command will instruct the spiders not to index or browse the links on a web page.<meta name="robots" content="noindex nofollow">
Then how to put Meta Tags on Blogger:

     In order to install meta tag diBlogger quite easy way, first go to Edit HTML and then copy and paste the code below, usually code meta tags are placed under the code <title> <data:blog.pageTitle/> </ title> and do not forget to change the color code redbelow in accordance with the description of your blog.

<meta content=' Write deskirpsi disini' name='description'/><Meta content = 'KEYWORD1 KEYWORD2 keyword3 ...' name = 'keywords' /><meta content='INDEX, FOLLOW' name='ROBOTS'/>