|
5 | 5 | <link rel="icon" href="%PUBLIC_URL%/favicon.png" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 7 | <meta name="theme-color" content="#000000" /> |
| 8 | + |
| 9 | + <meta name = "title" content = "positif.dev"/> |
| 10 | + <meta name="description" content="podcast simple tentang teknologi informasi. sebuah podcast seputar teknologi, dunia software engineering, karir, dan lain-lain." /> |
8 | 11 | <meta name="author" content="Devin Ryan Riota, Clavin June" /> |
9 | | - <meta name="description" content="podcast simple tentang teknologi informasi" /> |
| 12 | + <meta property="og:type" content="website" /> |
| 13 | + <meta property="og:url" content="https://positif.dev" /> |
| 14 | + <meta property="og:title" content="positif.dev - podcast simple tentang teknologi informasi" /> |
| 15 | + <meta property="og:description" content="podcast simple tentang teknologi informasi. sebuah podcast seputar teknologi, dunia software engineering, karir, dan lain-lain." /> |
| 16 | + <meta property="og:image" content="https://positif.dev/logo.png" /> |
| 17 | + <meta property="twitter:card" content="summary_large_image" /> |
| 18 | + <meta property="twitter:url" content="https://positif.dev" /> |
| 19 | + <meta property="twitter:title" content="positif.dev - podcast simple tentang teknologi informasi" /> |
| 20 | + <meta property="twitter:description" content="podcast simple tentang teknologi informasi. sebuah podcast seputar teknologi, dunia software engineering, karir, dan lain-lain." /> |
| 21 | + <meta property="twitter:image" content="https://positif.dev/logo.png" /> |
10 | 22 | <!-- |
11 | 23 | manifest.json provides metadata used when your web app is installed on a |
12 | 24 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
|
0 commit comments