Meta description
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.
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.