Tags provide metadata about HTML documents. The metadata is not displayed on the page, but is machine-readable. It can be used by browsers (how content is displayed or pages are reloaded), search engines (keywords), or other web services.
Required attributes
Attributes | Value | describe |
---|---|---|
content | some text | Define meta-information related to http-equiv or name attributes |
Optional attributes
Attributes | Value | describe |
---|---|---|
http-equiv | content-type / expire / refresh / set-cookie | Associate the content attribute to the HTTP header. |
name | author / description / keywords / generator / revised / others | Associate the content attribute to a name. |
content | some text | Defines the format used to translate content attribute values. |
Referring to the document
Page Keywords, each web page should have a unique set of keywords that describe the content of the web page.
Use descriptive and representative keywords and phrases that people are likely to search for, and accurately describe the information provided on the web page. Mark content that is too short and search engines may not consider it relevant. Also tags should not exceed 874 characters.
<meta>
Page Description Each web page should have a description tag that is no longer than 150 characters and accurately reflects the content of the web page.
<meta>
Search engine indexing method, robotterms is a set of values separated by commas (,), and usually has the following values : none, noindex, nofollow, all, index and follow. Make sure to use the nofollow and noindex attribute values correctly.
<meta>
Page redirection and refresh: The number in the content represents the time (seconds), that is, how long it takes to refresh. If you add a URL, it will redirect to the specified web page (search engines can automatically detect it, and it can easily be regarded as misleading by the engine and punished).
<meta>
Other
<meta> <meta> <meta> <meta>
viewport: Can optimize the display of mobile browsers. If the website is not responsive, do not use initial-scale or disable scaling.
The viewport width of most 4.7-5-inch devices is set to 360px; the 5.5-inch device is set to 400px; the iphone6 is set to 375px; the iphone6 plus is set to 414px.
<meta>
width: width (number / device-width) (range from 200 to 10,000, default is 980 pixels)
: Disguise app, offline application.
<meta>
: Only takes effect when WebApp full-screen mode is turned on. The value of content is default | black | black-translucent.
<meta>
<meta>
<meta>
<meta>
<meta>
<meta>
<meta>
<meta>
<meta>
<meta>
<meta>
<meta>
<meta>
<meta>
##
<meta>
<meta> <meta> <meta> <meta>
<meta>
2. 360极速浏览器、遨游浏览器:Webkit内核(极速模式)
禁止浏览器从本地计算机的缓存中访问页面内容:这样设定,访问者将无法脱机浏览。
<meta>
Windows 8
<meta> <meta>
站点适配:主要用于PC-手机页的对应关系。
<meta>
转码申明:用百度打开网页可能会对其进行转码(比如贴广告),避免转码可添加如下meta
<meta>
The above is the detailed content of Summary of some commonly used metas. For more information, please follow other related articles on the PHP Chinese website!