文档没有元描述

<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 的在搜索结果中创建良好的标题和摘要 页面,了解更多技巧。

资源