-
-
Save H-ymt/81f303af7feeacc4d6a3c0cfe58d1d9e to your computer and use it in GitHub Desktop.
よく使用する<head>タグ内の記述
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
| <!-- Favicon --> | |
| <link rel="icon" href="/favicon.ico" /> | |
| <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> | |
| <!-- OGP --> | |
| <meta property="og:url" content="ページのURLを絶対パスで入力" /> | |
| <meta property="og:type" content="website" /> | |
| <meta property="og:title" content="ページのタイトルを入力" /> | |
| <meta property="og:description" content="ページの説明文を入力" /> | |
| <meta property="og:site_name" content="サイト名を入力" /> | |
| <meta property="og:image" content="サムネイル画像のURLを絶対パスで入力" /> | |
| <!-- Twitter --> | |
| <meta name="twitter:card" content="summary_large_image" /> | |
| <meta name="twitter:site" content="@アカウント名を入力" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment