Skip to content

Instantly share code, notes, and snippets.

@hsquareweb
Created March 7, 2012 03:50
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 hsquareweb/1990823 to your computer and use it in GitHub Desktop.
Save hsquareweb/1990823 to your computer and use it in GitHub Desktop.
HTML: Head Meta Tags
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="title" content="HsquareWeb by Hassan Elhassan"/>
<meta name="description" content="I am a web designer and front-end web developer based in Arlington, VA, USA. I have been developing websites for the past 4 years, working on various projects based on ideas, themes, illustrations, existing foundations and from scratch."/>
<meta name="keywords" content="Hsquare web, hsquareweb, hsquare, web design, web developer, web design in washington dc, freelance web developer in virginia"/>
<meta name="author" content="Hassan Elhassan"/>
<meta name="robots" content="all"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, maximum-scale=1, minimum-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta property='og:locale' content='en_US'/>
<meta property='og:title' content='HsquareWeb | Hassan Elhassan'/>
<meta property='og:url' content='http://www.hsquareweb.com'/>
<meta property='og:site_name' content='HsquareWeb'/>
<meta property='og:type' content='website'/>
<meta property='og:image' content='http://www.hsquareweb.com/img/logo_icon.png'/>
<link rel="shortcut icon" href="/img/favicon.ico"/>
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/img/apple-touch-icon-ipad.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="/img/apple-touch-icon-iphone4.png"/>
<link rel="image_src" type="image/jpeg" href="http://www.hsquareweb.com/img/logo_icon.png"/>
<title>HsquareWeb | Hassan Elhassan</title>
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="js/fancybox/jquery.fancybox.css?v=2.0.4" media="screen" />
<script src="js/libs/modernizr-2.0.6.min.js"></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment