Created
May 5, 2019 14:13
-
-
Save charisTheo/93ba01100a90e39cc43df43a8f77100d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <meta http-equiv="x-ua-compatible" content="ie=edge"> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <meta name=viewport content="width=device-width, initial-scale=1"> | |
| <meta name="description" content="Page description. No longer than 155 characters." /> | |
| <meta name="author" content="www.github.com/<USERNAME>"> | |
| <meta name="theme-color" content="#ffffff"> | |
| <!-- Twitter Card data --> | |
| <meta name="twitter:card" content="summary"> | |
| <meta name="twitter:site" content="@publisher_handle"> | |
| <meta name="twitter:title" content="Page Title"> | |
| <meta name="twitter:description" content="Page description less than 200 characters"> | |
| <meta name="twitter:creator" content="@author_handle"> | |
| <-- Twitter Summary card images must be at least 120x120px --> | |
| <meta name="twitter:image" content="https://www.example.com/image.jpg"> | |
| <!-- Open Graph data --> | |
| <meta property="og:title" content="Title Here" /> | |
| <meta property="og:type" content="article" /> | |
| <meta property="og:url" content="https://www.example.com/" /> | |
| <meta property="og:image" content="https://example.com/image.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" /> | |
| <link rel="canonical" href="https://example.com/" /> | |
| <link rel="manifest" href="/manifest.json"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment