文件缺少中繼說明

<meta name="description"> 元素可提供網頁內容的摘要 。優質獨特的中繼資料 說明能夠讓網頁顯示更相關的內容,進而提高搜尋排名 流量

Lighthouse 中繼說明稽核失敗方式

Lighthouse 標記頁面 不使用中繼說明:

Lighthouse 稽核,顯示文件沒有中繼說明

如果發生下列情況,稽核作業會失敗:

  • 您的網頁沒有 <meta name=description> 元素。
  • <meta name=description> 元素的 content 屬性為空白。

Lighthouse 不會評估說明的品質。

如何新增中繼說明

為每個網頁的 <head> 加入 <meta name=description> 元素:

<meta name="description" content="Put your description here.">

如果可以,請在說明中加入清楚標記的資訊。例如:

<meta name="description" content="Author: A.N. Author,
    Illustrator: P. Picture, Category: Books, Price: $17.99,
    Length: 784 pages">

中繼說明最佳做法

  • 為每個網頁使用獨一無二的說明。
  • 說明應簡明扼要。避免使用模糊的說明,例如「首頁」。
  • 請避免濫填關鍵字。 這對於使用者毫無助益,且搜尋引擎可能會將該網頁標示為垃圾內容。
  • 說明不一定要完整的句子。就能含有 資料。

以下是一些良好和不佳說明的範例:

錯誤做法
<meta name="description" content="A donut recipe.">

太模糊了,

正確做法
<meta
  name="description"
  content="Mary's simple recipe for maple bacon donuts
           makes a sticky, sweet treat with just a hint
           of salt that you'll keep coming back for.">

敘述性但簡明扼要。

請參閱 Google 的在搜尋結果中建立良好的標題和網頁摘要 頁面取得更多提示

資源