Skip to content
Learn Measure Blog Case studies About
On this page
  • How the Lighthouse meta description audit fails
  • How to add a meta description
  • Meta description best practices
  • Resources

Document does not have a meta description

May 2, 2019 — Updated Apr 8, 2021
Available in: Español, 日本語, 한국어, Português, Русский, 中文, English
Appears in: SEO audits
On this page
  • How the Lighthouse meta description audit fails
  • How to add a meta description
  • Meta description best practices
  • Resources

The <meta name="description"> element provides a summary of a page's content that search engines include in search results. A high-quality, unique meta description makes your page appear more relevant and can increase your search traffic.

How the Lighthouse meta description audit fails #

Lighthouse flags pages without a meta description:

Lighthouse audit showing the document doesn't have a meta description

The audit fails if:

  • Your page doesn't have a <meta name=description> element.
  • The content attribute of the <meta name=description> element is empty.

Lighthouse doesn't evaluate the quality of your description.

Each SEO audit is weighted equally in the Lighthouse SEO Score, except for the manual Structured data is valid audit. Learn more in the Lighthouse Scoring Guide.

How to add a meta description #

Add a <meta name=description> element to the <head> of each of your pages:

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

If appropriate, include clearly tagged facts in the descriptions. For example:

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

Meta description best practices #

  • Use a unique description for each page.
  • Make descriptions clear and concise. Avoid vague descriptions like "Home."
  • Avoid keyword stuffing. It doesn't help users, and search engines may mark the page as spam.
  • Descriptions don't have to be complete sentences; they can contain structured data.

Here are examples of good and bad descriptions:

Don't

<meta name="description" content="A donut recipe.">

Too vague.

Do

<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."
>

Descriptive yet concise.

See Google's Create good titles and snippets in Search Results page for more tips.

Resources #

  • Source code for Document does not have a meta description audit
  • Create good titles and snippets in Search Results
  • Irrelevant keywords
Last updated: Apr 8, 2021 — Improve article
Return to all articles
Share
subscribe

Contribute

  • File a bug
  • View source

Related content

  • developer.chrome.com
  • Chrome updates
  • Web Fundamentals
  • Case studies
  • Podcasts
  • Shows

Connect

  • Twitter
  • YouTube
  • Google Developers
  • Chrome
  • Firebase
  • Google Cloud Platform
  • All products
  • Terms & Privacy
  • Community Guidelines

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies.