01、<!--頁面註解--> /*在註解寫關鍵字瀏覽器不顯示,但搜索引擎讀取的到*/
02、<html lang="zh-TW" xml:lang="zh-TW">
03、<head>
04、<title>頁面標題</title>/*在seo中是相當重要的一個元素*/
05、<meta http-equiv=Content-Language content=zh-TW>
06、<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
07、<meta name="keywords" content="關鍵字"> /*不超過三個權重才會高,且每頁關鍵字要不同*/
08、<meta name="description" content="網站描述">/*主要是出現在搜索頁的搜索結果*/
09、<link href="inc/css.css" type="text/css" rel="stylesheet">
10、</head>
11、<body>
12、<div>
13、<h1>頁面內容標題</h1> /*最重要的標籤僅次於<title>標籤權重*/
14、<h2>頁面相關性標題</h2> /*僅次於<h1>權重較低,<h3>~<h6>依序遞減*/
15、<h3>標題系列</h3>
16、<h4>標題系列</h4>
17、<h5>標題系列</h5>
18、<h6>標題系列</h6>
19、<img src="xxx.jpg" alt="圖片說明"> /*影像的替代文字,增加影像的匹配度*/
20、<a href="/" title="連結說明">連結詞</a> /*連結說明,也是一個頁面連結的seo重點*/
21、<strong>重點關鍵字強調</strong> /*標籤重要性僅次於<h1>*/
22、<b>關鍵字強調</b><u>關鍵字強調</u><i>關鍵字強調</i>
23、</div>
25、<div>
26、版權部分關鍵字強調 /*權重越來越高,底部版權區塊及接近版權區塊出現關鍵字,也是一種手法*/
27、</div>
28、</body>
29、</html>
0 Response to "HTML元素的關鍵字優化說明"
張貼留言