共用方式為


WEB1051 - 缺少 <title> 標籤

每個網頁都應該有一個包含在 <title> 標籤內的獨特標題。

說明

搜尋引擎會使用 <title> 標籤的內容,提供關於網站內容的部分詳細資料。

詳細資料

<title> 標籤是網站開發人員所控制最重要的標籤,它可影響網站在搜尋引擎結果中的相關性和排名。獨特、精確而且具描述性的標題可提高網站的點擊量。

<title> 標籤應該位於網頁的 <head> 標籤區段內,而且通常放在 <meta name="keywords"> 標籤和 <meta name="description"> 標籤之前。

範例

以下是格式正確的 <title> 標籤範例,其中 <meta name="description"><meta name="keywords"> 標籤均位於 <head> 標籤區段中。

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

另請參閱

概念

SEO 的標題 (Title) 規範
搜尋引擎最佳化