Skip to content

Commit 90d223c

Browse files
Merge pull request #7 from positif-dev/seo
update index.html meta tags
2 parents 8b13aa9 + 6825878 commit 90d223c

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

public/index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,20 @@
55
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<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." />
811
<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" />
1022
<!--
1123
manifest.json provides metadata used when your web app is installed on a
1224
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/

0 commit comments

Comments
 (0)