Created
August 31, 2015 09:27
-
-
Save zbryikt/d46257192661834b789a to your computer and use it in GitHub Desktop.
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
<html> | |
<head></head><title>Page Title. Maximum length 60-70 characters</title> | |
<meta name="description" content="Page description. No longer than 155 characters." /> | |
<!-- Twitter Card data --> | |
<meta name="twitter:card" content="summary"> | |
<meta name="twitter:site" content="@loadingio"> | |
<meta name="twitter:title" content="Page Title"> | |
<meta name="twitter:description" content="Page description less than 200 characters"> | |
<meta name="twitter:creator" content="@loadnigio | |
<-- Twitter Summary card images must be at least 120x120px --> | |
<meta name="twitter:image" content="http://loading.io/assets/img/avatar-2.jpg"> | |
<!-- Open Graph data --> | |
<meta property="og:title" content="Title Here" /> | |
<meta property="og:type" content="article" /> | |
<meta property="og:url" content="http://www.example.com/" /> | |
<meta property="og:image" content="http://loading.io/assets/img/avatar-2.jpg" /> | |
<meta property="og:description" content="Description Here" /> | |
<meta property="og:site_name" content="Site Name, i.e. Moz" /> | |
<meta property="fb:admins" content="Facebook numeric ID" /> | |
</head> | |
<body></body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment