Meta範例+註解

由 andy 發表於 二月 10, 2011 / 1 則評論

對於Meta觀念已經有瞭解,想迅速查詢常用的標籤寫法直接參考下方:
<!–
Meta主要屬性分為 Name 和 http-equiv, Name is describe Web ! Name屬性主要用於描述網頁
如關鍵字,頁面內容.
–>
 
<!– Name 屬性–>
<meta name="author" content="ZongYan.You">
<meta name="description" content="網站簡述">
<meta name=”keywords” Lang=”EN” content=”Webkeyword” />
<meta name=”keywords” Lang=”zh-TW” content=”關鍵字” />
<meta name="generator" content="Notepad(網站開發工具)">
<meta name="copyright" content="網頁著作權屬">
<meta name="distribution" content="Taiwan(網站發佈地)">
<meta name="resource-type" content="document網頁格式">
<meta name=”revisit-after” content=”7 days” /><!– 搜尋引擎多久檢索一次 –>
 
<meta name="robots" content="all">
<!–
設定為 all:HTML 檔案將被檢索,且頁面上的鏈結可以被查詢。
設定為 none:HTML 檔案將不被檢索,且頁面上的鏈結不可以被查詢。
設定為 index:HTML 檔案將被檢索。
設定為 follow:HTML 檔案頁面上的鏈結可以被查詢。
設定為 noindex:HTML 檔案將不被檢索,但頁面上的鏈結可以被查詢。
設定為 nofollow:HTML 檔案將不被檢索,頁面上的鏈結可以被查詢。
–>
<!–宣告網頁編碼 –>
<meta http-equiv="content-type"  content="text/html; charset=utf-8">
<!–宣告網頁語系 –>
<meta http-equiv="Content-Language" content="zh-TW">
<!–設定為5秒 導向某頁面或更新頁面 –>
<meta http-equiv=”refresh” content=”5″; Url=”http://localhost”>
<!–設定網頁到期時間 Content 設為0代表不暫存該網頁 –>
<meta http-equiv="Expires" content="Mon,12 May 2001 00:20:00 GMT">
<!–設定禁止瀏覽器從本機的暫存閱讀頁面內容,設定後離開網頁就無法從Cache中再取出 –>
<meta http-equiv="Pragma" content="no-cache">
<!–Cookie設定,如果網頁過期,存檔的cookie將被刪除。使用GMT時間格式 –>
<meta http-equiv="set-cookie" content="Mon,12 May 2001 00:20:00 GMT">
</head>

 

關於作者

喜愛閱讀心理學與程式,資訊技術相關書籍,電影偏愛血淋淋,需要動腦的懸疑解謎,災難科幻類型.平時運動:游泳,慢跑等...最愛的一句話: Divide and Conquer! 無法掌握現在,如何談及未來!目前職業是程式設計師.

評論

  1. Ping Plourd 說: 2011/05/29

    This is such a great resource that you are providing and you give it away for free. I enjoy seeing websites that understand the value of providing a prime resource for free. I truly loved reading your post. Thanks!

發表評論

*