Skip to content

Commit 9ab4d12

Browse files
authored
feat(homepage): improve site meta tags (#1076)
1 parent 954793f commit 9ab4d12

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

services/homepage/index.html

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
55
<link rel="icon" href="./public/favicon.ico" />
6+
67
<meta name="viewport" content="width=device-width, initial-scale=1" />
78
<meta name="theme-color" content="#000000" />
8-
<meta name="description" content="Meet" />
9+
<meta
10+
name="description"
11+
content="A platform for staying in touch with friends and family"
12+
/>
13+
914
<link rel="apple-touch-icon" href="./public/logo192.png" />
1015
<link rel="manifest" href="./public/manifest.json" />
1116

12-
<title>Meet</title>
17+
<title>Meet: Stay in touch</title>
1318

1419
<script type="module" src="./src/index.tsx"></script>
1520
</head>

0 commit comments

Comments
 (0)