Created
March 12, 2015 23:13
-
-
Save andrewstobbe/9289f25e49649216c535 to your computer and use it in GitHub Desktop.
Meta tags for html head
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<!--[if IE]><meta http-equiv="x-ua-compatible" content="IE=9" /><![endif]--> | |
<meta name="handheldfriendly" content="true" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
<meta name="author" content="" /> | |
<meta name='revisit-after' content='2 days' /> | |
<meta name="robots" content="index,follow" /> | |
<!-- ios meta --> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<meta name="apple-mobile-web-app-title" content="" /> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | |
<!-- og meta --> | |
<meta property="og:title" content=""/> | |
<meta property="og:type" content="website"/> | |
<meta property="og:image" content="assets/ico/Custom.png"/> | |
<meta property="og:site_name" content=""/> | |
<meta property="og:description" content=""/> | |
<!-- dc meta --> | |
<meta name="dcterms.title" content="" /> | |
<meta name="dcterms.creator" content="" /> | |
<meta name="dcterms.subject" content="" /> | |
<meta name="dcterms.description" content="" /> | |
<meta name="dcterms.audience" content="all" /> | |
<meta name="dcterms.language" content="en" /> | |
<meta name="dcterms.coverage" content="" /> | |
<meta name="dcterms.rights" content="All Rights Reserved" /> | |
<!-- geo meta --> | |
<meta name="geo.placename" content="" /> | |
<meta name="geo.region" content="" /> | |
<meta name="geo.position" content="" /> | |
<!-- ICBM (intercontinental ballistic missile) address --> | |
<meta name="ICBM" content="37.0625,-95.677068" /> | |
<!-- site verifications --> | |
<meta name="google-site-verification" content="" /> | |
<meta property="fb:app_id" content=""/> | |
<!-- favicon and touch icons --> | |
<link href="assets/ico/favicon.ico" rel="shortcut icon" /> | |
<!-- microsoft --> | |
<meta name="msapplication-TileColor" content="#" /> | |
<meta name="msapplication-TileImage" content="assets/ico/[email protected]" /> | |
<!-- apple --> | |
<link href="assets/ico/[email protected]" rel="apple-touch-icon-precomposed" /> | |
<link href="assets/ico/[email protected]" rel="apple-touch-icon-precomposed" sizes="152x152" /> | |
<link href="assets/ico/[email protected]" rel="apple-touch-icon-precomposed" sizes="144x144" /> | |
<link href="assets/ico/[email protected]" rel="apple-touch-icon-precomposed" sizes="120x120" /> | |
<link href="assets/ico/[email protected]" rel="apple-touch-icon-precomposed" sizes="114x114" /> | |
<link href="assets/ico/Icon-72.png" rel="apple-touch-icon-precomposed" sizes="72x72" /> | |
<link href="assets/ico/Icon.png" rel="apple-touch-icon-precomposed" /> | |
<!-- other --> | |
<link href="assets/ico/favIcon_48x48.ico" type="image/x-icon" rel="shortcut icon" /> | |
<link href="assets/ico/favIcon_16x16.ico" type="image/x-icon" rel="shortcut icon" sizes="16x16" /> | |
<link href="assets/ico/favIcon_32x32.ico" type="image/x-icon" rel="shortcut icon" sizes="32x32" /> | |
<link href="assets/ico/favIcon_48x48.ico" type="image/x-icon" rel="shortcut icon" sizes="48x48" /> | |
<!--[if lt IE 9]> | |
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | |
<![endif]--> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment