Revision: 49847
Updated Code
at August 30, 2011 07:48 by Xacur
Updated Code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<title>Title</title>
<!-- Meta Information starts -->
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="robots" content="index,follow">
<meta name="copyright" content="">
<!-- Meta Information ends -->
<!-- Open graph starts -->
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<meta property="og:site_name" content="">
<meta property="fb:admins" content="USER_ID">
<meta property="og:description"
content="">
<!-- Open graph ends -->
<!-- Style Sheets starts -->
<!--[if IE]><![endif]-->
<link rel="stylesheet" type="text/css" media="all" href="style.css">
<!-- Style Sheets ends -->
<!-- Javascript starts -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Javascript ends -->
<!-- Google's analytics -->
<script>
var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.async = true;
g.src = '//www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
})(document, 'script');
</script>
<!-- Google analytics ends-->
</head>
<body>
<!-- Your content -->
</body>
</html>
Revision: 49846
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 31, 2011 04:49 by Xacur
Initial Code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<title>Title</title>
<!-- Meta Information starts -->
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="robots" content="index,follow" />
<meta name="copyright" content="" />
<!-- Meta Information ends -->
<!-- Open graph starts -->
<meta property="og:title" content=""/>
<meta property="og:type" content=""/>
<meta property="og:url" content=""/>
<meta property="og:image" content=""/>
<meta property="og:site_name" content=""/>
<meta property="fb:admins" content="USER_ID"/>
<meta property="og:description"
content=""/>
<!-- Open graph ends -->
<!-- Style Sheets starts -->
<!--[if IE]><![endif]-->
<link rel="stylesheet" type="text/css" media="all" href="style.css" />
<!-- Style Sheets ends -->
<!-- Javascript starts -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Javascript ends -->
<!-- Google's analytics -->
<script>
var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.async = true;
g.src = '//www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
})(document, 'script');
</script>
<!-- Google analytics ends-->
</head>
<body>
<!-- Your content -->
</body>
</html>
Initial URL
Initial Description
Initial Title
HTML5 head with Open Graph and Google Analytics
Initial Tags
facebook, html5
Initial Language
HTML