|
5 | 5 | <meta charset="utf-8"> |
6 | 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
7 | 7 | <title>CodeSandbox: Online playground for React</title> |
| 8 | + <meta property="og:type" content="website"> |
| 9 | + <meta property="og:author" content='https://ivesvh.com'> |
8 | 10 | <meta property="og:title" content="CodeSandbox: Online playground for React"> |
9 | | - <meta property="og:description" content="CodeSandbox is an online editor with a focus on creating, sharing and importing new React projects."> |
10 | | - <meta property="og:image" content="https://codesandbox.io/static/img/logo.png"> |
11 | | - <meta name="description" content="CodeSandbox is an online editor with a focus on creating, sharing and importing new React projects."> |
| 11 | + <meta property="og:description" content="CodeSandbox is an online editor with a focus on creating, sharing and importing new React projects"> |
| 12 | + <meta property="og:image" content="https://codesandbox.io/static/img/banner.png"> |
| 13 | + <meta property="og:image:width" content="1200" /> |
| 14 | + <meta property="og:image:height" content="630" /> |
| 15 | + <meta property="twitter:card" content="summary_large_image" /> |
| 16 | + <meta property="twitter:site" content="@Ives13" /> |
| 17 | + <meta property="twitter:creator" content='@Ives13' /> |
| 18 | + <meta property="twitter:title" content="CodeSandbox" /> |
| 19 | + <meta property="twitter:description" content="An online React editor with a focus on creating, sharing and importing" /> |
| 20 | + <meta property="twitter:image:src" content="https://codesandbox.io/static/img/banner.png" /> |
| 21 | + <meta property="twitter:image:width" content="1200" /> |
| 22 | + <meta property="twitter:image:height" content="630" /> |
| 23 | + <meta name="description" content="CodeSandbox is an online editor with a focus on creating, sharing and importing new React projects"> |
12 | 24 | <meta name="keywords" content="react codesandbox editor code javascript playground sharing spa single page application web application frontend front end"> |
13 | 25 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
14 | 26 |
|
|
0 commit comments