Last active
May 14, 2020 16:47
-
-
Save DZuz14/6ee3645d81715dfd1435628f43550a40 to your computer and use it in GitHub Desktop.
Meta Tags for Social Media etc.
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 name="description" content="" /> | |
<meta name="twitter:title" content="" /> | |
<meta name="twitter:description" content="" /> | |
<meta name="twitter:url" content="" /> | |
<meta name="twitter:image" content="" /> | |
<meta name="twitter:card" content="summary_large_image" /> | |
<meta name="twitter:site" content="@your_twitter_handle" /> | |
<meta property="og:title" content="" /> | |
<meta property="og:description" content="" /> | |
<meta property="og:url" content="" /> | |
<meta property="og:image" content="" /> | |
<meta property="og:site_name" content="yourwebsite.com" /> | |
<meta property="og:type" content="website" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment