Created
April 6, 2016 07:35
-
-
Save hsleonis/b5bc9df3948279853b81a4152872861d to your computer and use it in GitHub Desktop.
The <meta> tag provides metadata about the HTML document
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
| Ref.: http://www.w3schools.com/tags/tag_meta.asp | |
| <!-- for Google --> | |
| <meta name="description" content="" /> | |
| <meta name="keywords" content="" /> | |
| <meta name="generator" content="" /> | |
| <meta name="author" content="" /> | |
| <meta name="copyright" content="" /> | |
| <meta name="application-name" content="" /> | |
| <!-- for Facebook --> | |
| <meta property="og:title" content="" /> | |
| <meta property="og:type" content="article" /> | |
| <meta property="og:image" content="" /> | |
| <meta property="og:url" content="" /> | |
| <meta property="og:description" content="" /> | |
| <!-- for Twitter --> | |
| <meta name="twitter:card" content="summary" /> | |
| <meta name="twitter:title" content="" /> | |
| <meta name="twitter:description" content="" /> | |
| <meta name="twitter:image" content="" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment