Add "Meta Tag" To Blogger

inTutorials - Meta tags is a way to convey information important search engines (Search Engine) on a page of information, There are many meta tags appropriate with the standard HTML 4.0 from the World Wide Web Consortion, but the search engine used by only 3 types. "description", "keyword", and "robots".

Meta Tags “Description”

Meta description tag is used to give an overview about the contents of your web page. Size is recommended no more than 200 characters. And try that this description can be a sentence that is located in the early pages of the web page. Examples of the meta description tag is as follows:

<meta name="description" content="promotion.com is a search engine tutorials that explain how to get top ranking in all major search engines and get high traffic for your web site."/>

Some search engines such as Google and Nothern Light does not use meta description tags as search results. They use is the beginning of the sentence on the page.
That is why I recommend that you use the contents of the meta description tag as a sentence opener. And if the beginning of your web form a menu, the description of search results displayed on the Northern Light is like this:
Home Products and Service Contact Us About Us ... welcome to our online store, the best place on the
web to ...

Meta Tags “Keyword”

Meta keyword tags is very important presence, because determining what keywords to find the web page on the search engine. Basic example of meta tag keywords are as follows:

<meta name="keywords" content="keyword1, keyword2, keyword3, .../>


The purpose of use commas keywords that are easier to read. do not repeat a word more than 3 times, because it will be considered spamming. Examples of meta tag keywords that are wrong:

<meta name="keywords" content="Tips, Computer Tips, Internet Tips, Facebook Tips/>

Meta Tags “Robots”

Tags This is a very useful one, especially if a site uses frames to navigate. Of course we do not want to display menus in the frame to be read by search engines. Basic format of the robots meta tag is as follows:

<meta name="robots" content="index noindex follow nofollow"/>


Add Meta Tags To Blogger

To install the Meta tags in Blogger is quite easy, first go to Edit HTML and then place the code below under the code <title> <data:blog.pageTitle/> </ title>

<meta content=' Description on your website' name='description'/>
<meta content = 'KEYWORD1 KEYWORD2 keyword3 ...' name = 'keywords' />
<meta content='INDEX, FOLLOW' name='ROBOTS'/>

0 Comment:

Post a Comment