A page description is an HTML metadata content type that is placed in the page head and used by search engines and advertises the content of your page.

 

Your page description is very important. It is often displayed below your page title in search engine results.  It also displays when you post a link to the page.

 

Page descriptions should accurately describe your content and should encourage people to click on your page link. The recommended length of page descriptions is 50-160 characters.

 

<head> 
  <!-- Title: Max 50-60 character including spaces --> 
  <title>HTML Attributes - Introduction to HTML | LAMP Post</title> 
  <!-- Page Description: Recommended length is 50–160 characters --> 
  <meta name="description" content="HTML attributes are used to modify HTML elements. Find out more in LAMP Post's Introduction to HTML."> 
</head>