My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

How would you improve this meta structure, and why?

Steven Ventimiglia's photo
Steven Ventimiglia
·Mar 9, 2018
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> 
<title>Untitled Web Site</title>
<meta name="description" content="Description goes here." />
<meta name="keywords" content="untitled, website, keywords" />
<meta name="author" content="Hashnode Evangelists" />
<link rel="canonical" href="https://untitleddomainname.com" />
<link rel="shortcut icon" href="https://untitleddomainname.com/favicon.ico?v=1" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link href="assets/css/style.css?v=1" rel="stylesheet" type="text/css" media="screen" />

NOTE: For now, lets ignore the addition of __<meta property="og:*" /> and __<meta name="twitter:*" /> tags.