Skip to content

Commit 83718a3

Browse files
committed
optimize seo
1 parent b5878ab commit 83718a3

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

src/index.html

+18-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,28 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>PROJET-POEC</title>
5+
<title>HeartLink</title>
66
<base href="/" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link rel="icon" type="image/x-icon" href="favicon.ico" />
9+
10+
<!-- SEO Meta Tags -->
11+
<meta
12+
name="description"
13+
content="HeartLink - Connecting hearts and minds. Join our community to share and grow together." />
14+
<meta name="keywords" content="HeartLink, community, social network, connection, growth" />
15+
<meta name="author" content="HeartLink Team" />
16+
17+
<!-- Open Graph Meta Tags -->
18+
<meta property="og:title" content="HeartLink" />
19+
<meta
20+
property="og:description"
21+
content="HeartLink - Connecting hearts and minds. Join our community to share and grow together." />
22+
<meta property="og:image" content="public/background.svg" />
23+
<meta property="og:url" content="https://heartlink.slghive.fr" />
24+
<meta property="og:type" content="website" />
925
</head>
1026
<body>
11-
<app-root></app-root>
27+
<app-root></app-root>
1228
</body>
1329
</html>

0 commit comments

Comments
 (0)