Skip to content

Commit a55a23f

Browse files
committed
feat: add proper og image for social media
1 parent 7c8ffed commit a55a23f

File tree

4 files changed

+36
-14
lines changed

4 files changed

+36
-14
lines changed

apps/web/app.html

+18-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,24 @@
66
<title>Epic Zeit</title>
77
<meta name="description" content="Epic way to sync timezones among colleagues, friends, and family across the globe.">
88

9+
<meta name="robots" content="index,follow"/>
10+
<meta name="googlebot" content="index,follow"/>
11+
12+
<meta property="og:type" content="website">
13+
<meta property="og:url" content="https://epiczeit.com"/>
14+
<meta property="og:title" content="Epic Zeit - The most beautiful time zones"/>
15+
<meta property="og:description" content="Epic way to sync timezones among colleagues, friends, and family across the globe."/>
16+
<meta property="og:image" content="/og/og-preview.png">
17+
18+
<meta property="twitter:domain" content="epiczeit.com">
19+
<meta property="twitter:url" content="https://epiczeit.com">
20+
<meta property="twitter:card" content="summary_large_image">
21+
<meta property="twitter:title" content="Epic Zeit - The most beautiful time zones">
22+
<meta property="twitter:description" content="Epic way to sync timezones among colleagues, friends, and family across the globe.">
23+
<meta property="twitter:image" content="/og/og-preview.png">
24+
925
<link rel="manifest" href="/manifest.json">
26+
1027
<meta name="mobile-web-app-capable" content="yes">
1128
<meta name="apple-mobile-web-app-capable" content="yes">
1229
<meta name="msapplication-starturl" content="/">
@@ -24,9 +41,7 @@
2441

2542
<link rel="stylesheet" href="/clock-picker.css">
2643

27-
<meta name="robots" content="index,follow">
28-
29-
<!-- <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/APP_ID">-->
44+
<link rel="chrome-webstore-item" href="https://chromewebstore.google.com/detail/epic-zeit/ojockpaakeelhbjhjmidndbbkimpdldn">
3045
</head>
3146

3247
<body>

apps/web/index.html

+9-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@
1111

1212
<meta property="og:type" content="website">
1313
<meta property="og:url" content="https://epiczeit.com"/>
14-
<meta property="og:title" content="Epic Zeit - Beautiful time zones"/>
14+
<meta property="og:title" content="Epic Zeit - The most beautiful time zones"/>
1515
<meta property="og:description" content="Epic way to sync timezones among colleagues, friends, and family across the globe."/>
16-
<meta property="og:image" content="./home/assets/new/png/demo_1.png">
16+
<meta property="og:image" content="/og/og-preview.png">
1717

18-
<meta property="twitter:card" content="summary">
19-
<meta property="twitter:title" content="Epic Zeit - Beautiful time zones">
18+
<meta property="twitter:domain" content="epiczeit.com">
19+
<meta property="twitter:url" content="https://epiczeit.com">
20+
<meta property="twitter:card" content="summary_large_image">
21+
<meta property="twitter:title" content="Epic Zeit - The most beautiful time zones">
2022
<meta property="twitter:description" content="Epic way to sync timezones among colleagues, friends, and family across the globe.">
21-
<meta property="twitter:image" content="./home/assets/new/png/demo_1.png">
23+
<meta property="twitter:image" content="/og/og-preview.png">
2224

2325
<link rel="manifest" href="/manifest.json">
2426

@@ -37,6 +39,8 @@
3739
<link rel="preload" as="image" href="./home/assets/new/avif/chrome-ios.avif">
3840
<link rel="stylesheet" href="./home/style.css" type="text/css"/>
3941

42+
<link rel="chrome-webstore-item" href="https://chromewebstore.google.com/detail/epic-zeit/ojockpaakeelhbjhjmidndbbkimpdldn">
43+
4044
<style>
4145
body {
4246
background-image: url(/stars.svg);

apps/web/privacy.html

+9-6
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@
1111

1212
<meta property="og:type" content="website">
1313
<meta property="og:url" content="https://epiczeit.com"/>
14-
<meta property="og:title" content="Epic Zeit - Beautiful time zones"/>
14+
<meta property="og:title" content="Epic Zeit - The most beautiful time zones"/>
1515
<meta property="og:description" content="Epic way to sync timezones among colleagues, friends, and family across the globe."/>
16-
<meta property="og:image" content="/assets/localhost_1.png">
16+
<meta property="og:image" content="/og/og-preview.png">
1717

18-
<meta property="twitter:card" content="summary">
19-
<meta property="twitter:title" content="Epic Zeit - Beautiful time zones">
18+
<meta property="twitter:domain" content="epiczeit.com">
19+
<meta property="twitter:url" content="https://epiczeit.com">
20+
<meta property="twitter:card" content="summary_large_image">
21+
<meta property="twitter:title" content="Epic Zeit - The most beautiful time zones">
2022
<meta property="twitter:description" content="Epic way to sync timezones among colleagues, friends, and family across the globe.">
21-
<meta property="twitter:image" content="assets/localhost_1.png">
23+
<meta property="twitter:image" content="/og/og-preview.png">
2224

2325
<link rel="manifest" href="/manifest.json">
2426

@@ -33,7 +35,8 @@
3335
<meta name="theme-color" content="#262626">
3436

3537
<link rel="stylesheet" href="./privacy/style.css" type="text/css"/>
36-
<script src="https://cdn.tailwindcss.com"></script>
38+
39+
<link rel="chrome-webstore-item" href="https://chromewebstore.google.com/detail/epic-zeit/ojockpaakeelhbjhjmidndbbkimpdldn">
3740

3841
<style>
3942
body {

apps/web/public/og/og-preview.png

42.6 KB
Loading

0 commit comments

Comments
 (0)