<!DOCTYPE html> H5標(biāo)準(zhǔn)聲明,使用 HTML5 doctype,不區(qū)分大小寫
<head lang="en"> 標(biāo)準(zhǔn)的 lang 屬性寫法
<meta charset="utf-8"> 聲明文檔使用的字符編碼
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> 優(yōu)先使用 IE 最新版本和 Chrome
<meta name="description" content="不超過150個(gè)字符"/> 頁面描述
<meta name="keywords" content="/> 頁面關(guān)鍵詞
<meta name="author" content="name, email@gmail.com"/> 網(wǎng)頁作者
<meta name="robots" content="index,follow"/> 搜索引擎抓取
<meta name="viewport" content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no"> 為移動(dòng)設(shè)備添加 viewport
<meta name="apple-mobile-web-app-title" content="標(biāo)題"> iOS 設(shè)備 begin
<meta name="apple-mobile-web-app-capable" content="yes"/> 添加到主屏后的標(biāo)題(iOS 6 新增)是否啟用 WebApp 全屏模式,刪除蘋果默認(rèn)的工具欄和菜單欄
<meta name="apple-itunes-app" content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=myURL">添加智能 App 廣告條 Smart App Banner(iOS 6+ Safari)
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="format-detection" content="telphone=no, email=no"/> 設(shè)置蘋果工具欄顏色
<meta name="renderer" content="webkit"> 啟用360瀏覽器的極速模式(webkit)
<meta http-equiv="X-UA-Compatible" content="IE=edge"> 避免IE使用兼容模式
<meta http-equiv="Cache-Control" content="no-siteapp" /> 不讓百度轉(zhuǎn)碼
<meta name="HandheldFriendly" content="true"> 針對(duì)手持設(shè)備優(yōu)化,主要是針對(duì)一些老的不識(shí)別viewport的瀏覽器,比如黑莓
<meta name="MobileOptimized" content="320"> 微軟的老式瀏覽器
<meta name="screen-orientation" content="portrait"> uc強(qiáng)制豎屏
<meta name="x5-orientation" content="portrait"> QQ強(qiáng)制豎屏
<meta name="full-screen" content="yes"> UC強(qiáng)制全屏
<meta name="x5-fullscreen" content="true"> QQ強(qiáng)制全屏
<meta name="browsermode" content="application"> UC應(yīng)用模式
<meta name="x5-page-mode" content="app"> QQ應(yīng)用模式
<meta name="msapplication-tap-highlight" content="no"> windows phone 點(diǎn)擊無高光設(shè)置頁面不緩存
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
Meta 標(biāo)簽整理
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。
相關(guān)閱讀更多精彩內(nèi)容
- 所有的瀏覽器都支持 標(biāo)簽,它提供有關(guān)頁面的元信息,比如作者、日期和時(shí)間、網(wǎng)頁描述、關(guān)鍵詞、頁面刷新等,該標(biāo)簽位于文...
- < meta > 元素概要標(biāo)簽提供關(guān)于HTML文檔的元數(shù)據(jù)。元數(shù)據(jù)不會(huì)顯示在頁面上,但是對(duì)于機(jī)器是可讀的。它可用于...
- 原文鏈接:http://caibaojian.com/mobile-meta.html 移動(dòng)前端開發(fā)中添加一些we...
- 基本標(biāo)簽 聲明文檔使用的字符編碼 聲明文檔的兼容模式 SEO優(yōu)化 頁面描述 頁面關(guān)鍵詞 定義網(wǎng)頁作者 定義網(wǎng)頁搜索...
- 其實(shí)這些東西大概在一年前就搞出來了,看了很多有關(guān)的文章,現(xiàn)在分享出來,如果對(duì)你有些幫助,我還是挺開心的。因?yàn)槔锩嬗?..