Meta tag details)

Source: Internet
Author: User
Tags generator generator keywords list

Introduction

Even if your personal website is wonderful, it is difficult to find people in the "vast ocean" network space. How to promote your personal website, the methods that people first think of are similar to the following:

● Log on to your personal website in the search engine

● Add a link to your personal website on a well-known website

● Post in the Forum to promote your personal website

Many people ignore the powerful functions of HTML Tag meta. A Good meta tag design can greatly improve the possibility of your personal website being searched. Are you interested, who should I get to know the meta tag again!

The meta tag is an auxiliary tag in the head area of the HTML language. It is located between the

Details

The following describes some examples and explanations of tags.

Meta Tags are divided into two parts: HTTP header information (HTTP-EQUIV) and page description information (name ).

★HTTP-EQUIV

The HTTP-EQUIV is similar to the HTTP header protocol, which responds to some useful information for the browser to help display the web content correctly and precisely. Commonly used HTTP-EQUIV types are:

1. Content-Type and content-language (the settings of the display character set)
Note: Set the character set used on the page to indicate that the text used by the homepage is already in the language, based on this, the browser calls the corresponding character set to display the page content.
usage:

note: the meta tag defines the character set gb2132 used by the HTML page, that is, the Chinese character code of the national standard. If you replace "charset = gb2312" with "big5", the character set used on this page is the big5 code of Traditional Chinese. When you browse some overseas sites, the IE browser will prompt you to download XX language support to display the page correctly. This function is used to read the Content-Type attribute of the meta tag on the HTML page and find out which character set to be used to display the page. If the corresponding character set is not installed in the system, ie will prompt to download. Other languages also correspond to different charsets, such as the Japanese character set is "iso-2022-jp", Korean is "ks_c_5601 ".
the content of Content-Type can also be a document type such as text/XML;
charset option: ISO-8859-1), big5, UTF-8, shift-JIS, EUC, Koi8-2, US-ASCII, X-Mac-Roman, iso-8859-2, X-Mac-ce, iso-2022-jp, X-sjis, x-EUC-JP, EUC-KR, iso-2022-kr, gb2312, gb_2312-80, X-EUC-TW, x-cns11643-1, x-cns11643-2 and other character sets; Content-language content can also be: Code in languages such as en and Fr.

2. Refresh)
Note: The time (in seconds) for a webpage to refresh itself, or the time after which the webpage is automatically linked to another webpage.
Usage: <meta http-equiv = "refresh" content = "30">
<Meta http-equiv = "refresh" content = "5; url = http://www.xia8.net">
Note: 5 indicates that the URL is automatically refreshed after 5 seconds.

3. expires (TERM)
Description: it specifies the expiration time of the webpage in the cache. Once the webpage expires, it must be re-accessed on the server.
Usage: <meta http-equiv = "expires" content = "0">
<Meta http-equiv = "expires" content = "wed, 26 Feb 1997 08:21:57 GMT">
Note: The GMT time format must be used, or the value is set to 0 (the number indicates the time after expiration ).

4. Pragma (cach Mode)
Note: The browser is prohibited from reading the page content from the cache of the local machine.
Usage: <meta http-equiv = "Pragma" content = "no-cach">
Note: The webpage is not saved in the cache, and the page is refreshed every time the webpage is accessed. In this way, visitors will not be able to browse offline.

5. Set-cookie (cookie setting)
Note: When a browser accesses a page, the page will be cached and can be read from the cache next time. When you want a visitor to refresh the icon of your advertisement every time, or refresh your counter every time, the cache will be disabled. Generally, you do not need to disable caching for HTML files. For pages such as ASP, you can disable caching, because every time you see a page that is dynamically generated on the server, the cache becomes meaningless. If the webpage expires, the cookie on the disk will be deleted.
Usage: <meta http-equiv = "Set-cookie" content = "cookievalue = xxx; expires = Wednesday,
21-oct-98 16:14:21 GMT; Path =/">
Note: The GMT time format must be used.

6. Window-target (display window settings)
Note: The Force page is displayed on an independent page in the current window.
Usage: <meta http-equiv = "widow-target" content = "_ top">
Note: This attribute is used to prevent others from calling your page in the framework. Content options: _ blank, _ top, _ self, and _ parent.

7. PICs-label (webpage RSAC rating)
Note: There is a content setting in Internet Options of IE to prevent restricted websites from being browsed.
Do not set this parameter.
Usage: <meta http-equiv = "pics-label" contect =
"(PICS-1.1 'HTTP: // www.rsac.org/ratingsv01.html'
I Gen Comment 'rsaci North America sever 'By 'inet @ Microsoft.com'
For 'http: // www.microsoft.com 'on '2017. 06.30t14: 21-0500' R (N0 S0 V0 l0) ">
Note: Do not set the level too high. The RSAC evaluation system provides a standard for evaluating web site content. You can set Microsoft Internet Explorer (ie3.0 or later) to exclude sites that contain pornographic and violent content. In the preceding example, HTML is taken from the Microsoft homepage. In the Code (N 0 s 0 V 0 l 0), this site does not contain unhealthy content. The level is assessed by RSAC, the US entertainment Commission's rating agency. If you want to learn more about the level of the RSAC evaluation system, or you need to evaluate your website, RSAC site: http://www.rsac.org

8. Page-enter and page-exit (Entry and Exit)
Note: This is a special effect for page loading and calling.
Usage: <meta http-equiv = "Page-Enter" content = "blendtrans (duration= 0.5)">
<Meta http-equiv = "Page-Exit" content = "blendtrans (duration = 0.5)">
Note: blendtrans is a type of dynamic filter that produces a fade effect. Another dynamic filter, revealtrans, can also be used for page entry and exit effects:

<Meta http-equiv = "Page-Enter" content = "revealtrans (duration = x, transition = y)">
<Meta http-equiv = "Page-Exit" content = "revealtrans (duration = x, transition = y)">

Duration indicates the duration of the filter effect (unit: seconds)
Transition filter type. Which special effect is used? The value ranges from 0 to 23.

0 rectangular narrowing
1. rectangular enlargement
2 rounded down
3. Circular Expansion
4. Refresh from bottom to top
Refresh from top to bottom
6-left-right refresh
7. right-to-left refresh
8 vertical blinds
9 horizontal blinds
10 misplaced horizontal blinds
11 misplaced vertical blinds
Spread
Refresh from around 13 to the center
14. Refresh from center to left
15.
16 up to the middle
17 bottom right to top left
18 top right to bottom left
19 upper left to lower right
20 bottom left to top right
21 horizontal bars
22 vertical bars
23 or more 22 types of random selection

9. msthemecompatible (XP topic)
Determines whether to disable the XP topic in IE.
Usage: <meta http-equiv = "msthemecompatible" content = "yes">
Note: Turn off the XP blue stereo button system display style, which is very similar to Win2k.

10. IE6 (page builder)
Note: The Page Generator generator is IE6.
Usage: <meta http-equiv = "IE6" content = "generator">
Note: It is made of something similar to a factory manufacturer.

11. Content-script-type (script-related)
Note: This is the W3C specification recently, specifying the script type on the page.
Usage: <meta http-equiv = "content-script-type" content = "text/JavaScript">
Note:

★Name variable

Name indicates the webpage, corresponding to content (webpage content ), this allows search engines to search for and classify robots. (currently, almost all search engines use online robots to automatically search for Meta values to classify webpages ).
The value (name = "") of name specifies the type of information provided. Some values are defined. Such as description, keyword, and refresh. Other values, such as creationdate ),
Document ID (document number) and level (level.
The content of name specifies the actual content. For example, if the specified level (level) is value, the content may be beginner (Elementary), intermediate (intermediate), and advanced (advanced ).

1. Keywords)
Keywords list provided for search engines
Usage: <meta name = "keywords" content = "keyword 1, keyword 2, keyword 3, keyword 4 ,...... ">
Note: keywords are separated by commas. Meta is usually used to specify keywords used by search engines to improve the search quality. When several meta elements provide document language subordination information, the search engine uses the Lang feature to filter and display the search results through users' language preference. For example:
<Meta name = "kyewords" lang = "en" content = "vacation, Greece, sunshine">
<Meta name = "kyewords" lang = "FR" content = "vacances, GR è: Ce, Soleil">

2. Description)
Description: description is used to tell the search engine the main content of your website.
Usage: <meta name = "Description" content = "Brief introduction to your webpage">
Note:

3. Robots (robot wizard)
Note: robots is used to tell robots which pages need to be indexed and which pages do not need to be indexed. Content parameters include all, none, index, noindex, follow, and nofollow. The default value is all.
Usage: <meta name = "Robots" content = "All | none | index | noindex | follow | nofollow">
Note: Many search engines log on to the website by releasing a robot/spider search. These robot/spider will use some features of the Meta element to determine how to log on.

ALL: files will be retrieved, and links on the page can be queried;
None: the file will not be retrieved, and the link on the page cannot be queried; (same as "noindex, no follow)
Index: the file will be retrieved. (log on to robot/Spider)
Follow: links on the page can be queried;
Noindex: the file will not be retrieved, but the link on the page can be queried; (do not allow robot/Spider to log on)
Nofollow: files will not be retrieved, and links on the page can be queried. (Do not allow robot/Spider to search down the connection on this page)

4. Author (author)
Note: The author or production team of the webpage
Usage: <meta name = "author" content = "Michael, abc@sina.com">
Note: The content can be the name of you, your production team, or email.

5. Copyright)
Note: Copyright
Usage: <meta name = "Copyright" content = "this page is copyrighted by zerospace. All rights reserved ">
Note:

6. Generator (editor)
Notes: Editor instructions
Usage: <meta name = "generator" content = "pcdata | FrontPage |">
Note: content = "your editor"

7. Revisit-after (revisit)
Note:
Usage: <meta name = "revisit-after" content = "7 days">
Note:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.