<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#6f9ddc">
<!-- 頁面的編碼方式 -->
<meta charset="utf-8">
<!-- 優(yōu)先使用最新版本 IE 和 Chrome -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- 搜索引擎優(yōu)化,頁面關(guān)鍵詞,每個(gè)網(wǎng)頁應(yīng)具有描述該網(wǎng)頁內(nèi)容的一組唯一的關(guān)鍵字 -->
<meta name="keywords" content="">
<!-- 搜索引擎優(yōu)化,頁面描述,每個(gè)網(wǎng)頁都應(yīng)有一個(gè)不超過 150 個(gè)字符且能準(zhǔn)確反映網(wǎng)頁內(nèi)容的描述標(biāo)簽 -->
<meta name="description" content="">
<!-- 優(yōu)化移動(dòng)瀏覽器的顯示,縮放比例默認(rèn)為1,不允許手動(dòng)縮放。如果不是響應(yīng)式網(wǎng)站,不要使用initial-scale或者禁用縮放。 -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- 使用 webkit 內(nèi)核渲染網(wǎng)站 -->
<meta name="renderer" content="webkit">
<!-- 禁止百度轉(zhuǎn)碼 -->
<meta http-equiv="Cache-Control" content="no-siteapp">
<!-- 添加到主屏后的圖標(biāo) -->
<!-- <link rel="icon" type="image/png" href="assets/i/favicon.png"> -->
<!-- 添加到主屏后-啟用 WebApp 全屏模式(Android) -->
<!-- <meta name="mobile-web-app-capable" content="yes"> -->
<!-- 添加到主屏后的圖標(biāo)(Android) -->
<!-- <link rel="icon" sizes="192x192" href="assets/i/app-icon72x72@2x.png"> -->
<!-- 添加到主屏后-啟用 WebApp 全屏模式(iOS) -->
<!-- <meta name="apple-mobile-web-app-capable" content="yes"> -->
<!-- 添加到主屏后-設(shè)置狀態(tài)欄的背景顏色(iOS) -->
<!-- <meta name="apple-mobile-web-app-status-bar-style" content="black"> -->
<!-- 添加到主屏后的標(biāo)題(iOS) -->
<!-- <meta name="apple-mobile-web-app-title" content="南航辦公自動(dòng)化" /> -->
<!-- 添加到主屏后的圖標(biāo)(iOS) -->
<!-- <link rel="apple-touch-icon-precomposed" href="assets/i/app-icon72x72@2x.png"> -->
<!-- 添加到主屏后的圖標(biāo)(win8) -->
<!-- <meta name="msapplication-TileImage" content="assets/i/app-icon72x72@2x.png"> -->
<!-- 添加到主屏后-設(shè)置狀態(tài)欄的背景顏色(win8) -->
<!-- <meta name="msapplication-TileColor" content="#0e90d2"> -->
<!-- 關(guān)閉移動(dòng)端手機(jī)號(hào)碼識(shí)別(iOS) -->
<meta name="format-detection" content="telephone=no">
<!-- 關(guān)閉移動(dòng)端郵箱識(shí)別(Android) -->
<meta name="format-detection" content="email=no">
以上這篇一些有用的meta設(shè)置方法(必看)就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持腳本之家。
原文地址:http://www.cnblogs.com/jiekk/p/5695031.html