Meta label
The Meta tag is an auxiliary tag for the HTML language HEAD area. In almost all Page, we can see the following HTML code: ------------------------------- ------------------------------------------
head> -------------------------------------------------------------- ---------------------------------------------This is the typical application of the Meta label. How many parameters have Meta tags, what role, why do we have to pay special attention to it? Let us discover the Meta label!
According to the HTML language standard Note: The Meta label is a tag for the development of the website. It can be used to identify the author, set the page format, label the contents of the content, and the keyword, and refresh the page.
Meta tags are divided into two parts: http-equiv and name variables.
● HTTP-Equiv is similar to the head protocol of HTTP, which responds to some useful information to help correct and accurately display web content. Common HTTP-Equiv is:
1.Expires Description: Can be used to set the expiration time of the web page. Once the web page expires, you must re-access on the server. Usage: Note: The time format of GMT must be used.
2.Pragma (CACH Mode) Description: Prohibiting the browser from calling the page content from the cache of the local machine. Usage: Note: This setting is set, and the visitor will not be browsed offline.
3.Refresh Description: If you need to let the web page automatically link to other pages, use this sentence. Usage: Note: The 5 is automatically refreshed to the URL URL after staying for 5 seconds.
4.Set-cookie (Cookie Setting) Description: If the web is expired, the Cookie of the store will be deleted. Usage: Note: The time format of GMT must be used.
5.Window-Target (settings for the display window) Description: Forced pages display in a stand-alone page at the current window. Usage: Note: Use to prevent others from calling your page in the frame.
5.content-type (setting of the display character set) Description: Set the character set used by the page. (We have already introduced its role in front font design) Usage: ● The Name variable syntax format of the MEAT tag is: < Meta Name = "xxx" content = "xxxxxxxxxxxxxxxxxx"> where XXX mainly has the following parameters:
1.Keywords Description: Keywords is used to tell the search engine for your web page keywords. Example:
2.Description (Introduction) Description: Description is used to tell the search engine for your main content. Example:
3. Robots (Robot Wizard) Description: Robots is used to tell the search robot which page requires an index, which pages do not need indexes. Content's parameters include All, None, INDEX, NOINDEX, FOLLOW, NOFOLLOW. The default is all. Example:
4.Author (Author) Description: An example of the name of the web page:
The above is some basic usage of the Meta label, where the most important thing is: Keywords and Description settings. why? The truth is simple. These two statements can make the search engine to discover you accurately, attract more people to visit your site! According to the current work of popular search engines (Lycos, Altavista, etc.), search engines first send robots automatic Search on WWW, when you find a new website, you retrieve the keywords and DECRIPTION in the page, and add it to your own database, then sort the site according to the keyword's density. That is: 1. If you don't have Keywords and Description's Meta labels at all, the robot is unable to join your site, and netizens cannot search for your site. 2. If your keyword is selected, the density of the keyword is not high, and the possibility of being arranged after tens or even millions of sites is also very small.
So, we must remember the addition of Keywords and Description's Meta tags, and can write keywords and profiles as much as possible.
The taboos written by writing keywords is: 1. Don't use common vocabulary. For example, WWW, Homepage, Net, Web, etc. 2. Do not use adjectives, adverbs. For example, the best, biggest, etc. 3. Don't use the general vocabulary to try as accurate. For example, don't use "Motorola mobile phone", modify "V998", etc.
Search for the right keyword: to Lycos, Alta, Infosek and other search engines, search for websites in which you are similar to your content, check the Meta keywords for the top ten sites, and Copy uses your site. Here, we will give you a Microsoft Multimedia website keyword for your reference: 3. Using HTML's annotation statement, add a large number of keywords in the page code. Usage: