前端SEOhtml
<meta name="viewport" content="">
說明:屏幕的縮放前端
<meta name="format-detection" content="telephone=no">
說明:忽略頁面中的數字識別爲電話號碼
<meta name="format-detection" content="email=no"/>
ios
說明:忽略頁面中的郵箱格式爲郵箱web
<meta name="author" contect="name, xxx@163.com" />chrome
<!-- 優先使用 IE 最新版本和 Chrome -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>瀏覽器
<!-- 頁面描述 -->
<meta name="description" content="不超過150個字符"/>app
<!-- 頁面關鍵詞 -->
<meta name="keywords" content=""/>框架
<!-- 搜索引擎抓取 -->
<meta name="robots" content="index,follow"/>工具
<!-- 啓用360瀏覽器的極速模式(webkit) -->
<meta name="renderer" content="webkit">佈局
<!-- 避免IE使用兼容模式 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- 不讓百度轉碼 -->
<meta http-equiv="Cache-Control" content="no-siteapp" />
<!-- 針對手持設備優化,主要是針對一些老的不識別viewport的瀏覽器,好比黑莓 -->
<meta name="HandheldFriendly" content="true">
<!-- uc強制豎屏 -->
<meta name="screen-orientation" content="portrait">
<!-- QQ強制豎屏 -->
<meta name="x5-orientation" content="portrait">
<!-- UC強制全屏 -->
<meta name="full-screen" content="yes">
<!-- QQ強制全屏 -->
<meta name="x5-fullscreen" content="true">
<!-- UC應用模式 -->
<meta name="browsermode" content="application">
<!-- QQ應用模式 -->
<meta name="x5-page-mode" content="app">
<!-- 添加 RSS 訂閱 -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml"/>
<!-- 添加 favicon icon -->
<link rel="shortcut icon" type="image/ico" href="/favicon.ico"/>