Share via


WEB1029 - <meta name="keywords"> 標籤不在 <head> 標籤區段內

<meta name="keywords"> 標籤應該是 <head> 標籤的子項。

說明

每個網頁都應該有一組獨特的關鍵字,以描述網頁的內容。關鍵字應包含在 <head> 標籤區段中的單一 <meta name="keywords"> 標籤內。

詳細資料

搜尋引擎會使用 <meta name="keywords"> 標籤來識別與網頁內容相關的關鍵字。搜尋引擎可能會忽略不在 <head> 標籤內的 <meta name="keywords"> 標籤。

範例

以下範例顯示格式正確的 <meta name="description"><meta name="keywords"> 標籤;"Proseware"、"Proseware applications"、"Proseware utilities"、"Proseware tools" 和 "Proseware server tools" 會視為不同的詞彙。

<head>
    <title>Contact Proseware, Inc.</title>
    <meta name="description" content="Contact information for Proseware, Inc., including addresses, phone numbers, and email"/>
    <meta name="keywords" content="Proseware,Proseware applications,Proseware utilities,Proseware tools,Proseware server tools"/>
</head>

另請參閱

概念

SEO 的關鍵字規範
SEO 概念
搜尋引擎最佳化