html meta 標籤

1、什麼是meta標籤?       html

       meta是html語言head區的一個輔助性標籤。它的功能仍是有必定的做用的,稍微細心一點的朋友都會看到幾乎全部的網頁裏,都包涵相似下面這段的html代碼:android

<head>
<meta http-equiv="content-Type" content="text/html; charset=gb2312">
</head>ios

        不少人認爲這些標籤沒用,可是搜索引擎的出世,就是證實它們存在的必要。運用好meta標籤,會給你帶來意想不到的效果,例如加入關鍵字會自動被大型搜索 網站自動蒐集;能夠設定頁面格式及刷新等等。 尤爲描述裏面的內容對一個網站要在google裏面取的好的排名都是有至關重要的做用的。web

2、meta標籤的組成chrome

     meta標籤由http-equiv屬性和name屬性組成,屬性不一樣參數不一樣,體現網頁功能天然也不一樣。數據庫

     一、name屬性(對SEO的做用比較大)windows

     name屬性主要用於描述網頁,與之對應的屬性值爲content,content中的內容主要是便於搜索引擎機器人查找信息和分類信息用的。瀏覽器

     meta標籤的name屬性語法格式是:<meta name="參數" content="具體的參數值"> 。緩存

其中name屬性主要有如下幾種參數:服務器

     A、Keywords(關鍵字)

     說明:keywords用來告訴搜索引擎你網頁的關鍵字是什麼。

     以本BLOG舉例:<meta name ="keywords" content=" SEO,SEO博客">

      B、description(網站內容描述)

     說明:description用來告訴搜索引擎你的網站主要內容。

     以本BLOG舉例:<meta name="description" content="SEO博客致力於提供一個SEO技術交流,SEO前景及發展方向的討論平臺.">

     C、robots(機器人嚮導)

     說明:robots用來告訴搜索機器人哪些頁面須要索引,哪些頁面不須要索引。

     content的參數有all,none,index,noindex,follow,nofollow。默認是all。

     舉例:<meta name="robots" content="none">

     D、author(做者)

     說明:標註網頁的做者

     舉例:<meta name="author" content"SEO">

    二、http-equiv屬性(一些保護網站措施)

     http-equiv顧名思義,至關於http的文件頭做用,它能夠向瀏覽器傳回一些有用的信息,以幫助正確和精確地顯示網頁內容,與之對應的屬性值爲content,content中的內容其實就是各個參數的變量值。

     meat標籤的http-equiv屬性語法格式是:<meta http-equiv="參數" content="參數變量值"> ;其中http-equiv屬性主要有如下幾種參數:

     A、Expires(期限)

     說明:能夠用於設定網頁的到期時間。一旦網頁過時,必須到服務器上從新傳輸。

     用法:<meta http-equiv="expires" content="Fri, 12 Jan 2001 18:18:18 GMT">

     注意:必須使用GMT的時間格式。

     B、Pragma(cache模式)

說明:禁止瀏覽器從本地計算機的緩存中訪問頁面內容。

     用法:<meta http-equiv="Pragma" content="no-cache">

     注意:這樣設定,訪問者將沒法脫機瀏覽。

     C、Refresh(刷新)

     說明:自動刷新並指向新頁面。

     用法:<meta http-equiv="Refresh" content="2;URL=http://www.root.net">

    注意:其中的2是指停留2秒鐘後自動刷新到URL網址。

     D、Set-Cookie(cookie設定)

    說明:若是網頁過時,那麼存盤的cookie將被刪除。

     用法:<meta http-equiv="Set-Cookie" content="cookievalue=xxx; expires=Friday, 12-Jan-2001 18:18:18 GMT; path=/">

     注意:必須使用GMT的時間格式。

     E、Window-target(顯示窗口的設定)

     說明:強制頁面在當前窗口以獨立頁面顯示。

     用法:<meta http-equiv="Window-target" content="_top">

     注意:用來防止別人在框架裏調用本身的頁面。

     F、content-Type(顯示字符集的設定)

     說明:設定頁面使用的字符集。

     用法:<meta http-equiv="content-Type" content="text/html; charset=gb2312">

    3、meta標籤的功能

     上面咱們介紹了meta標籤的一些基本組成,接着咱們再來一塊兒看看meta標籤的常見功能:

    1、幫助主頁被各大搜索引擎登陸

     meta標籤的一個很重要的功能就是設置關鍵字,來幫助你的主頁被各大搜索引擎登陸,提升網站的訪問量。在這個功能中,最重要的就是對Keywords和 description的設置。由於按照搜索引擎的工做原理,搜索引擎首先派出機器人自動檢索頁面中的keywords和decription,並將其加 入到本身的數據庫,而後再根據關鍵詞的密度將網站排序。所以,咱們必須設置好關鍵字,來提升頁面的搜索點擊率。下面咱們來舉一個例子供你們參考:

<meta name="keywords" content="SEO博客,SEO">
<meta name="description" content="SEOer的SEO博客,供你們討論SEO技術、SEO前景及SEO發展方向。">

    設置好這些關鍵字後,搜索引擎將會自動把這些關鍵字添加到數據庫中,並根據這些關鍵字的密度來進行合適的排序。

  2、定義頁面的使用語言

   這是meta標籤最多見的功能,在製做網頁時,咱們在純HTML代碼下都會看到它,它起的做用是定義你網頁的語言,當瀏覽者訪問你的網頁時,瀏覽器會自 動識別並設置網頁中的語言,若是你網頁設置的是GB碼,而瀏覽者沒有安裝GB碼,這時網頁只會呈現瀏覽者所設置的瀏覽器默認語言。一樣的,若是該網頁是英 語,那麼charset=en。這個針對不用的區域使用不用的編碼,通用編碼是charset=utf-8,下面就是一個具備表明性的例子:

  <meta http-equiv=″content-Type″ content=″text/html; charset=gb2312″〉

該代碼就表示將網頁的語言設置成國標碼。

  3、自動刷新並指向新的頁面

  若是你想使您的網頁在無人控制的狀況下,能自動在指定的時間內去訪問指定的網頁,就可使用meta標籤的自動刷新網頁的功能。下面咱們來看一段代碼:

  〈meta http-equiv=″refresh″ content=″10; URL=http://www.xa-seo.cn″〉

  這段代碼可使當前某一個網頁在10秒後自動轉到http://www.xa-seo.cn頁面中去,這就是meta的刷新做用,在content中,10表明設置的時間(單位爲秒),而URL就是在指定的時間後自動鏈接的網頁地址。

  4、實現網頁轉換時的動畫效果

  使用meta標籤,咱們還能夠在進入網頁或者離開網頁的一剎那實現動畫效果,咱們只要在頁面的html代碼中的<head></head>標籤之間添加以下代碼就能夠了:

<meta http-equiv="Page-Enter" content="revealTrans(duration=6.0, transition=30)">
<meta http-equiv="Page-Exit" content="revealTrans(duration=6.0, transition=30)">

一旦上述代碼被加到一個網頁中後,咱們再進出頁面時就會看到一些特殊效果,這個功能其實與FrontPage2000中的Format/Page Transition同樣,但咱們要注意的是所加網頁不能是一個Frame頁;

  5、網頁定級評價

   IE4.0以上版本的瀏覽器能夠防止瀏覽一些受限制的網站,而之因此瀏覽器會自動識別某些網站是否受限制,就是由於在網站meta標籤中已經設置好了該 網站的級別,而該級別的評定是由美國RSAC,即娛樂委員會的評級機構評定的,若是你須要評價本身的網站,能夠鏈接到網站

按要求提交表格,那麼RSAC會提供一段meta代碼給你,複製到本身網頁裏就能夠了。下面就是一段代碼的樣例:

 〈meta http-equiv=″PICS-Label″
 content=′(PICS-1.1 ″http://www.rsac.org/ratingsv01.html″
 l gen true comment ″RSACi North America Server″
 for ″http://www.rsac.org″
 on ″2001.08.16T08:15-0500″
 r (n 0 s 0 v 0 l 0))′〉

  6、控制頁面緩衝

   meta標籤能夠設置網頁到期的時間,也就是說,當你在Internet Explorer 瀏覽器中設置瀏覽網頁時首先查看本地緩衝裏的頁面,那麼當瀏覽某一網頁,而本地緩衝又有時,那麼瀏覽器會自動瀏覽緩衝區裏的頁面,直到meta中設置的時 間到期,這時候,瀏覽器纔會去取得新頁面。例以下面這段代碼就表示網頁的到期時間是2001年1月12日18時18分18秒。

  〈meta http-equiv=″expires″ content=″Friday, 12-Jan-2001 18:18:18 GMT″〉

  7、控制網頁顯示的窗口

  咱們還可使用meta標籤來控制網頁顯示的窗口,只要在網頁中加入下面的代碼就能夠了:<metahttp-equiv="window-target" content="_top">,這段代碼能夠防止網頁被別人做爲一個Frame調用。

 

 

HTML5

一、<meta http-equiv="X-UA-Compatible" content="IE=edge" /> 指示IE以目前可用的最高模式顯示內容  

二、<meta http-equiv="X-UA-Compatible" content="IE=Emulate IE7" />指示IE使用 <!DOCTYPE> 指令肯定如何呈現內容。標準模式指令以IE7 標準模式顯示,而 Quirks 模式指令以 IE5 模式顯示。

四、爲移動設備添加 viewport

XML/HTML Code複製內容到剪貼板
  1. <meta name ="viewport" content ="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">  
  2.     content 參數解釋:   
  3.     width       viewport 寬度(數值/device-width)   
  4.     height            viewport 高度(數值/device-height)   
  5.     initial-scale  初始縮放比例   
  6.     maximum-scale  最大縮放比例   
  7.     minimum-scale  最小縮放比例   
  8.     user-scalable  是否容許用戶縮放(yes/no)   
  9.     minimal-ui      iOS 7.1 beta 2 中新增屬性,能夠在頁面加載時最小化上下狀態欄。這是一個布爾值,能夠直接這樣寫:   
  10. <meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">  
  11.   

五、iOS 設備

XML/HTML Code複製內容到剪貼板
  1. <meta name="apple-mobile-web-app-title" content="標題">添加到主屏後的標題(iOS 6 新增)   
  2. <meta name="apple-mobile-web-app-capable" content="yes" />是否啓用 WebApp 全屏模式   
  3. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />設置狀態欄的背景顏色   
  4.     只有在 "apple-mobile-web-app-capable" content="yes" 時生效   
  5.     content 參數:   
  6.     default 默認值。   
  7.     black 狀態欄背景是黑色。   
  8.     black-translucent 狀態欄背景是黑色半透明。   
  9.     設置爲 default 或 black ,網頁內容從狀態欄底部開始。   
  10.     設置爲 black-translucent ,網頁內容充滿整個屏幕,頂部會被狀態欄遮擋。   
  11.   

六、iOS 圖標 rel 參數

XML/HTML Code複製內容到剪貼板
  1. apple-touch-icon 圖片自動處理成圓角和高光等效果。   
  2. apple-touch-icon-precomposed 禁止系統自動添加效果,直接顯示設計原圖。   
  3. <link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-57x57-precomposed.png" />iPhone 和 iTouch,默認 57x57 像素,必須有   
  4. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/apple-touch-icon-72x72-precomposed.png" />iPad,72x72 像素,能夠沒有,但推薦有   
  5. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch-icon-114x114-precomposed.png" />Retina iPhone 和 Retina iTouch,114x114 像素,能夠沒有,但推薦有   
  6. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144x144-precomposed.png" />Retina iPad,144x144 像素,能夠沒有,推薦你們使用   
  7. <meta name="apple-mobile-web-app-title" content="標題">title最好限制在六個中文長度內,超長的內容會被隱藏,添加到主屏後的標題(iOS 6 新增)   
  8.   

七、iOS 啓動畫面

XML/HTML Code複製內容到剪貼板
  1. iPad 的啓動畫面是不包括狀態欄區域的。   
  2. iPad 豎屏 768 x 1004(標準分辨率)   
  3. <link rel="apple-touch-startup-image" sizes="768x1004" href="/splash-screen-768x1004.png" />iPad 豎屏 1536x2008(Retina)   
  4. <link rel="apple-touch-startup-image" sizes="1536x2008" href="/splash-screen-1536x2008.png" />iPad 橫屏 1024x748(標準分辨率)   
  5. <link rel="apple-touch-startup-image" sizes="1024x748" href="/Default-Portrait-1024x748.png" />iPad 橫屏 2048x1496(Retina)   
  6. <link rel="apple-touch-startup-image" sizes="2048x1496" href="/splash-screen-2048x1496.png" />  
  7. iPhone 和 iPod touch 的啓動畫面是包含狀態欄區域的。   
  8. iPhone/iPod Touch 豎屏 320x480 (標準分辨率)   
  9. <link rel="apple-touch-startup-image" href="/splash-screen-320x480.png" />iPhone/iPod Touch 豎屏 640x960 (Retina)   
  10. <link rel="apple-touch-startup-image" sizes="640x960" href="/splash-screen-640x960.png" />iPhone 5/iPod Touch 5 豎屏 640x1136 (Retina)   
  11. <link rel="apple-touch-startup-image" sizes="640x1136" href="/splash-screen-640x1136.png" />  
  12. <link rel="apple-touch-startup-image" href="Startup.png" />  當用戶點擊主屏圖標打開 WebApp 時,系統會展現啓動畫面,在未設置狀況下系統會默認顯示該網站的首頁截圖,固然這個體驗不是很好   
  13.   

八、Windows 8

XML/HTML Code複製內容到剪貼板
  1. <meta name="msapplication-TileColor" content="#000"/> Windows 8 磁貼顏色   
  2. <meta name="msapplication-TileImage" content="icon.png"/>Windows 8 磁貼圖標   
  3.   

九、不經常使用的

XML/HTML Code複製內容到剪貼板
  1. <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml" />添加 RSS 訂閱   
  2. <link rel="shortcut icon" type="image/ico" href="/favicon.ico" />添加 favicon icon   
  3. <meta name="format-detection" content="telephone=no" />禁止數字識自動別爲電話號碼   
  4. <meta name="format-detection" content="email=no" />不讓android識別郵箱   
  5. <meta name="renderer" content="webkit">啓用360瀏覽器的極速模式(webkit)   
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">避免IE使用兼容模式   
  7. <meta name="HandheldFriendly" content="true">針對手持設備優化,主要是針對一些老的不識別viewport的瀏覽器,好比黑莓   
  8. <meta name="MobileOptimized" content="320">微軟的老式瀏覽器   
  9. <meta name="x5-orientation" content="portrait">QQ強制豎屏   
  10. <meta name="full-screen" content="yes">UC強制全屏   
  11. <meta name="x5-fullscreen" content="true">QQ強制全屏   
  12. <meta name="browsermode" content="application">UC應用模式   
  13. <meta name="x5-page-mode" content="app">QQ應用模式   
  14. <meta http-equiv="Cache-Control" content="no-siteapp" />禁止百度轉碼   
  15. <meta name="msapplication-tap-highlight" content="no">windows phone 點擊無高光   
  16. <meta name="keywords" content="" />  關鍵字   
  17. <meta name="description" content="" />  描述   
  18. <meta name="title" content="" />  標題   
  19. <meta name="author" content="-06" />  做者   
  20. <meta name="Copyright" content="" />  公司   
  21. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">   讓IE瀏覽器用最高級內核渲染頁面 還有用 Chrome 框架的頁面用webkit 內核    
  22. <meta name="apple-mobile-web-app-capable" content="yes">  IOS6全屏   
  23. <meta name="mobile-web-app-capable" content="yes">  Chrome高版本全屏   
  24. <meta name="renderer" content="webkit">  讓360雙核瀏覽器用webkit內核渲染頁面   
  25. <meta name="apple-itunes-app" content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=myURL"> 添加智能 App 廣告條 Smart App Banner(iOS 6+ Safari)   
  26.   

十、sns 社交標籤

XML/HTML Code複製內容到剪貼板
  1. <meta property="og:type" content="類型" />  
  2. <meta property="og:url" content="URL地址" />  
  3. <meta property="og:title" content="標題" />  
  4. <meta property="og:image" content="圖片" />  
  5. <meta property="og:description" content="描述" />  
  6.   

十一、條件註釋判斷IE瀏覽器

XML/HTML Code複製內容到剪貼板
    1. <!--[if IE]>條件註釋區分非IE瀏覽器   
    2. <!--[if lt IE 7 ]><html class="oldie ie ie6"> <![endif]-->     
    3. <!--[if IE 7 ]><html class="oldie ie ie7"> <![endif]-->     
    4. <!--[if IE 8 ]><html class="ie ie8"> <![endif]-->     
    5. <!--[if (gte IE 9)|!(IE)]><!--><html> <!--<![endif]-->  

    <!-- 聲明文檔使用的字符編碼 -->
    <meta charset='utf-8'>
    <!-- 優先使用 IE 最新版本和 Chrome -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    <!-- 頁面描述 -->
    <meta name="description" content="不超過150個字符"/>
    <!-- 頁面關鍵詞 -->
    <meta name="keywords" content=""/>
    <!-- 網頁做者 -->
    <meta name="author" content="name, email@gmail.com"/>
    <!-- 搜索引擎抓取 -->
    <meta name="robots" content="index,follow"/>
    <!-- 爲移動設備添加 viewport -->
    <meta name="viewport" content="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no">
    <!-- `width=device-width` 會致使 iPhone 5 添加到主屏後以 WebApp 全屏模式打開頁面時出現黑邊 http://bigc.at/ios-webapp-viewport-meta.orz -->
 
    <!-- iOS 設備 begin -->
    <meta name="apple-mobile-web-app-title" content="標題">
    <!-- 添加到主屏後的標題(iOS 6 新增) -->
    <meta name="apple-mobile-web-app-capable" content="yes"/>
    <!-- 是否啓用 WebApp 全屏模式,刪除蘋果默認的工具欄和菜單欄 -->
 
    <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"/>
    <!-- 忽略頁面中的數字識別爲電話,忽略email識別 -->
    <!-- 啓用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">
    <!-- 微軟的老式瀏覽器 -->
    <meta name="MobileOptimized" content="320">
    <!-- 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">
    <!-- windows phone 點擊無高光 -->
    <meta name="msapplication-tap-highlight" content="no">
    <!-- iOS 圖標 begin -->
    <link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-57x57-precomposed.png"/>
    <!-- iPhone 和 iTouch,默認 57x57 像素,必須有 -->
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch-icon-114x114-precomposed.png"/>
    <!-- Retina iPhone 和 Retina iTouch,114x114 像素,能夠沒有,但推薦有 -->
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144x144-precomposed.png"/>
    <!-- Retina iPad,144x144 像素,能夠沒有,但推薦有 -->
    <!-- iOS 圖標 end -->
 
    <!-- iOS 啓動畫面 begin -->
    <link rel="apple-touch-startup-image" sizes="768x1004" href="/splash-screen-768x1004.png"/>
    <!-- iPad 豎屏 768 x 1004(標準分辨率) -->
    <link rel="apple-touch-startup-image" sizes="1536x2008" href="/splash-screen-1536x2008.png"/>
    <!-- iPad 豎屏 1536x2008(Retina) -->
    <link rel="apple-touch-startup-image" sizes="1024x748" href="/Default-Portrait-1024x748.png"/>
    <!-- iPad 橫屏 1024x748(標準分辨率) -->
    <link rel="apple-touch-startup-image" sizes="2048x1496" href="/splash-screen-2048x1496.png"/>
    <!-- iPad 橫屏 2048x1496(Retina) -->
 
    <link rel="apple-touch-startup-image" href="/splash-screen-320x480.png"/>
    <!-- iPhone/iPod Touch 豎屏 320x480 (標準分辨率) -->
    <link rel="apple-touch-startup-image" sizes="640x960" href="/splash-screen-640x960.png"/>
    <!-- iPhone/iPod Touch 豎屏 640x960 (Retina) -->
    <link rel="apple-touch-startup-image" sizes="640x1136" href="/splash-screen-640x1136.png"/>
    <!-- iPhone 5/iPod Touch 5 豎屏 640x1136 (Retina) -->
    <!-- iOS 啓動畫面 end -->
 
    <!-- iOS 設備 end -->
    <meta name="msapplication-TileColor" content="#000"/>
    <!-- Windows 8 磁貼顏色 -->
    <meta name="msapplication-TileImage" content="icon.png"/>
    <!-- Windows 8 磁貼圖標 -->
 
    <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml"/>
    <!-- 添加 RSS 訂閱 -->
    <link rel="shortcut icon" type="image/ico" href="/favicon.ico"/>
    <!-- 添加 favicon icon -->

    <!-- sns 社交標籤 begin -->
    <!-- 參考微博API -->
    <meta property="og:type" content="類型" />
    <meta property="og:url" content="URL地址" />
    <meta property="og:title" content="標題" />
    <meta property="og:image" content="圖片" />
    <meta property="og:description" content="描述" />
    <!-- sns 社交標籤 end -->
相關文章
相關標籤/搜索