best-practices-badge icon indicating copy to clipboard operation
best-practices-badge copied to clipboard

Meta description

Open david-a-wheeler opened this issue 7 years ago • 1 comments

Investigate adding support for meta values, especially description, keywords, and maybe author. Example from W3schools:

  <meta name="description" content="Free Web tutorials">
  <meta name="keywords" content="HTML,CSS,XML,JavaScript">
  <meta name="author" content="John Doe">

The lack of a "description" for the root page, in particular, was noted by an SEO tool as a problem.

david-a-wheeler avatar Mar 14 '18 18:03 david-a-wheeler

While you’re at it, please add support for Twitter cards. Tweet https://landscape.cncf.io to see how it pulls an image, title and description via meta tags.

-- Dan Kohn [email protected] Executive Director, Cloud Native Computing Foundation https://www.cncf.io +1-415-233-1000 https://www.dankohn.com

On Mar 14, 2018, at 14:15, David A. Wheeler [email protected] wrote:

Investigate adding support for meta values, especially description, keywords, and maybe author. Example from W3schools:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

dankohn avatar Mar 15 '18 12:03 dankohn