Skip to content

Instantly share code, notes, and snippets.

@clintmilner
Last active September 1, 2018 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clintmilner/898d37830d903710b49d5e344e41249a to your computer and use it in GitHub Desktop.
Save clintmilner/898d37830d903710b49d5e344e41249a to your computer and use it in GitHub Desktop.
Website <HEAD></HEAD> Boilerplate
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>SITE TITLE</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="WEB PAGE DESCRIPTION"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="SOCIAL NETWORKING WEB PAGE DESCRIPTION"/>
<meta property="og:description" content="SEO WEB PAGE DESCRIPTION"/>
<meta property="og:url" content="https://site.io/"/>
<meta property="og:site_name" content="WEB SITE NAME"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:description" content="SOCIAL NETWORK DESCRIPTION LONG"/>
<meta name="twitter:title" content="SOCIAL NETWORK TITLE"/>
<meta name="twitter:site" content="@twitter_user_name"/>
<meta name="twitter:image" content="URL TO IMAGE POSTER FOR SOCIAL NETWORK"/>
<meta name="twitter:creator" content="@twitter_user_name"/>
<link rel="canonical" href="https://site.io/"/>
<link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com'/>
<link rel='dns-prefetch' href='//fonts.googleapis.com'/>
<link rel='dns-prefetch' href='//use.fontawesome.com'/>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment