Skip to content

Instantly share code, notes, and snippets.

@imranomari
Created June 2, 2014 12:18
Show Gist options
  • Save imranomari/f5b4f58fa2e182794ec5 to your computer and use it in GitHub Desktop.
Save imranomari/f5b4f58fa2e182794ec5 to your computer and use it in GitHub Desktop.
HtmlDoc
<!DOCTYPE html>
<html lang="en" class="no-js" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, width=device-width, initial-scale=1">
<title>[PageTitle]</title>
<!-- SEO Meta -->
<link rel="canonical" href="[PageUrl]" />
<meta name="author" content="[PageAuthor]" />
<meta name="description" content="[pageDescription]">
<!-- end SEO Meta -->
<!-- facebook open graph -->
<meta property="og:type" content="website" />
<meta property="og:locale" content="ar_AR" />
<meta property="og:locale:alternate" content="ar_AR" />
<meta property="og:site_name" content="[PageTitle]"/>
<meta property="og:url" content="[PageUrl]"/>
<meta property="og:title" content="[PageTitle]" />
<meta property="og:image" content="[PageImage]"/>
<meta property="og:description" content="[pageDescription]" />
<!-- end facebook open graph -->
<!-- twitter cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@[PageAuthorTwitter]">
<meta name="twitter:creator" content="@[PageAuthorTwitter]">
<meta name="twitter:title" content="[PageTitle]">
<meta name="twitter:image:src" content="[PageImage]">
<meta name="twitter:description" content="[pageDescription]">
<!-- end twitter cards -->
<!-- Schema MicroData (Google+,Google, Yahoo, Bing,) -->
<meta itemprop="name" content="[PageTitle]" />
<meta itemprop="url" content="[PageUrl]" />
<meta itemprop="author" content="[PageAuthor]"/>
<meta itemprop="image" content="[PageImage]" />
<meta itemprop="description" content="[pageDescription]" />
<!-- End Schema MicroData -->
<script src="assets/js/vendor/modernizr-2.8.0.min.js"></script>
<!-- Begin Styles-->
<link rel="stylesheet" href="assets/css/style.css">
<!-- End Styles -->
</head>
<body>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment