HTML meta

有些人可能只知道SEO會有的meta

整理所有的meta 

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  
<!--網頁文件的編碼格式-->  
  
<meta http-equiv="Content-Language" content="zh-TW" />  
<!--網頁內容的語言-->  
  
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />  
<meta http-equiv="X-UA-Compatible" content="IE=9, IE=8, chrome=1" />  
<!--指定 IE 頁面呈現所使用的渲染引擎-->  
  
<meta http-equiv="X-Frame-Options" content="deny" />  
<!--限制頁面中Frame的使用方式-->  
<!--   sameorigin – 只允許來自同一個網域的頁面嵌入-->  
<!--   deny – 防止任何頁面的嵌入-->  
  
<meta http-equiv="Date" content="Wed, 16 Feb 2011 22:34:13 GMT" />  
<!--網頁內容的建立日期-->  
  
<meta http-equiv="Last-Modified" content="Mon, 03 Jan 2011 17:45:57 GMT" />  
<!--網頁內容的修改日期-->  
  
<meta http-equiv="Location" content="URL=http://www.w3schools.com" />  
<!--宣告此網頁的絕對制式資源位址-->  
  
<meta http-equiv="Set-Cookie" content="w3scookie=myContent;expires=Fri, 30 Dec 2011 12:00:00 GMT; path=http://www.w3schools.com" />  
<!--設定cookie,如果網頁過期,存盤的cookie將被刪除,需要注意的也是必須使用GMT時間格式-->  
  
<meta http-equiv="Windows-Target" content="_top" />  
<!--強制頁面在目前的視窗中以獨立頁面顯示,可以防止網頁被別人當作一個frame頁嵌入-->  
  
<meta http-equiv="Refresh" content="300" />  
<meta http-equiv="Refresh" content="10;URL=http://www.w3schools.com" />  
<!--定時讓網頁在指定的時間內重新整理,或是跳轉到指定頁面-->  
  
<meta http-equiv="Expires" content="Mon,12 May 2001 00:20:00 GMT" />  
<!--設定網頁內容暫存的到期時間-->  
  
<meta http-equiv="Pragma" content="no-cache" />  
<!--禁止瀏覽器從近端機的緩存中調閱頁面內容(僅 IE 適用)-->  
  
<meta http-equiv="cache-control" content="no-cache" />  
<!--瀏覽器的緩存控制-->  
<!--   public - 可放在公用的緩存區-->  
<!--   private - 只能放在私人的緩存區-->  
<!--   no-cache - 不許存放在緩存區-->  
<!--   no-store - 可以暫時存放緩存區,但是不許長存-->   
  
  
  
  
<meta name="KeyWords" lang="EN" content="key1,key2,key3" />  
<meta name="KeyWords" lang="zh-TW" content="關鍵字1,關鍵字2,關鍵字3" />  
<!--網頁內容的關鍵字-->  
  
<meta name="Abstract" content="內容摘要" />  
<!--網頁內容的摘要-->  
  
<meta name="Description" content="內容描述" />  
<!--網頁內容的描述-->  
  
<meta name="Generator" content="Aptana 2" />  
<!--製作網頁的工具名稱-->  
  
<meta name="Author" content="作者名稱" />  
<!--網頁製作者的名稱-->  
  
<meta name="Reply-To" content="abc@mail.com" />  
<!--聯繫人的 Email-->  
  
<meta name="Website" content="http://www.website.com/" />  
<!--網頁製作者的網站-->  
  
<meta name="owner" content="http://www.website.com/" />  
<!--定義所有者的網頁或網站-->  
  
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />  
<!--viewport的作用是告訴瀏覽器,目前裝置有多寬(或多高),以便在縮放時有個基準-->  
<!--   width - viewport的寬度(Number或 device-width)-->  
<!--   height - viewport的高度(Number或 device-height)-->  
<!--   initial-scale - 初始的縮放比例(0.25~5)-->  
<!--   minimum-scale - 允許用戶縮放到的最小比例(0.25~5)-->  
<!--   maximum-scale - 允許用戶縮放到的最大比例(0.25~5)-->  
<!--   user-scalable - 用戶是否可以手動縮放(1/0或yes/no)-->  
  
<meta name="Robots" content="noodp,noydir" />  
<!--搜尋引擎檢索設定-->  
<!--   all - 內容將被檢索,且頁面上的連結可以被查詢-->  
<!--   none - 內容將不被檢索,且頁面上的連結不可以被查詢-->  
<!--   index - 內容將被檢索-->  
<!--   follow - 頁面上的連結可以被查詢-->  
<!--   noindex - 內容將不被檢索,但頁面上的連結可以被查詢-->  
<!--   nofollow - 內容將不被檢索,頁面上的連結可以被查詢-->  
  
<meta name="Googlebot" content="nofollow" />  
<!--針對 Google bot 的robots-->  
  
<meta name="baiduspider" content="nofollow" />  
<!--針對百度 bot 的robots-->  
  
<meta name="classification" content="Computer" />  
<!--告知搜索引擎網站(頁)應被列到哪個目錄下-->  
  
<meta name="copyright" content="2011© W3Schools.com" />  
<meta name="doc-rights" content="2011© W3Schools.com" />  
<!--網頁的版權聲明-->  
  
<meta name="Distribution" content="Taiwan" />  
<!--描述網站(頁)的發佈地-->  
<!--   web - 為全面互聯網-->  
<!--   intranet - 只為內部網路-->  
<!--   global - 全球性網頁-->  
<!--   local - 本地端網頁-->  
<!--   Intern use - 測試網頁-->  
  
<meta name="doc-class" content="Completed" />  
<!--指定文件的完成狀態-->  
<!--   Completed - 已完成-->  
<!--   Draft - 草稿-->  
<!--   Living Document - 動態文件-->  
<!--   Published - 發佈-->  
  
<meta name="DownloadOptions" content="noopen" />  
<!--控制下載對話匡上的按鈕顯示-->  
<!--   noopen - 隱藏[開啟]的按鈕-->  
<!--   nosave - 隱藏[儲存]的按鈕-->  
  
<meta name="name" content="My document" />  
<!--指定文件名稱-->  
  
<meta name="rating" content="" />  
<!--網頁內容分級-->  
<!--   14 years - 14歲以上-->  
<!--   general - 普通-->  
<!--   mature - 成年人-->  
<!--   restricted - 限制-->  
<!--   safe for kids - 孩童-->  
  
<meta name="resource-type" content="document" />  
<!--告知這個網頁的形式是文件-->  
  
<meta name="revisit-after" content="7 days">  
<!--搜尋引擎檢索器多久之後來造訪一次-->  
  
<meta name="其他" content="" />  
<!--你可以定義自己 meta 名稱與描述-->  
  
  
  
  
<!--[針對 IE 的設定]-->  
  
<meta name="MSSmartTagsPreventParsing" content="yes"/>  
<!--防止微軟頁面編輯軟體在頁面上自動添加標籤-->  
  
<meta http-equiv="imagetoolbar"  content="no"/>  
<!--關閉IE的圖片管理工具列-->  
  
<meta http-equiv="MSThemeCompatible" content="no" />  
<!--關閉XP的藍色立體按鈕系統顯示樣式-->  
  
<meta http-equiv="Pics-label" content="">  
<!--網頁等級升等職稱,在IE的internet選項中有一項內容設定,可以防止瀏覽一些受限制的網站,而網站的限制層級就是通過meta內容來設定的-->  
  
<meta http-equiv="Page-Enter" content="revealTrans(duration=10,transtion=50)">  
<meta http-equiv="Page-Exit" content="revealTrans(duration=20,transtion=6)">  
<!--設定IE進入和離開頁面時的特殊效果-->