Created
August 13, 2023 20:01
-
-
Save yppdr/5dba733fd44c26ddb258bba3cc4e81eb 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
| <title></title> | |
| <!-- general meta data --> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta name=robots content="index,follow"> | |
| <meta name="description" content="SHORT_DESCRIPTION"> | |
| <meta name="keywords" content=""> | |
| <meta name="author" content="NAME"> | |
| <link rel="canonical" href="URL"> | |
| <meta name="subject" content="WEBSITE PAGE SUBJECT"> | |
| <meta name="copyright" content="COPYRIGHT_HOLDERS"> | |
| <meta name="revised" content="REVISION_DATE"> | |
| <meta name='Classification' content='Business'> | |
| <meta name='url' content='URL'> | |
| <meta http-equiv='Expires' content='0'> | |
| <meta http-equiv='Pragma' content='no-cache'> | |
| <meta http-equiv='Cache-Control' content='no-cache'> | |
| <meta http-equiv='imagetoolbar' content='no'> | |
| <meta http-equiv='x-dns-prefetch-control' content='off'> | |
| <!-- Twitter Card data https://dev.twitter.com/cards/overview --> | |
| <meta name="twitter:card" content="summary"> | |
| <meta name="twitter:site" content="@TWITTER_ID"> | |
| <meta name="twitter:title" content="TITLE"> | |
| <meta name="twitter:description" content="DESCRIPTION"> | |
| <meta name="twitter:creator" content="@CREATOR"> | |
| <meta name="twitter:image" content="IMAGE_FOR_TWITTER_CARD"> | |
| <!-- Open Graph data http://ogp.me/ --> | |
| <meta property="og:title" content="TITLE" /> | |
| <meta property="og:type" content="article" /> | |
| <meta property="og:url" content="url" /> | |
| <meta property="og:image" content="IMAGE_TO_USE" /> | |
| <meta property="og:description" content="DESCRIPTION"> | |
| <meta property="og:site_name" content="SITE_NAME" /> | |
| <link rel="stylesheet" href=""> | |
| <!-- cross browser support --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment