Skip to content

Commit

Permalink
optimize seo
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaWildCode committed Jun 19, 2024
1 parent b5878ab commit 83718a3
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,28 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>PROJET-POEC</title>
<title>HeartLink</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />

<!-- SEO Meta Tags -->
<meta
name="description"
content="HeartLink - Connecting hearts and minds. Join our community to share and grow together." />
<meta name="keywords" content="HeartLink, community, social network, connection, growth" />
<meta name="author" content="HeartLink Team" />

<!-- Open Graph Meta Tags -->
<meta property="og:title" content="HeartLink" />
<meta
property="og:description"
content="HeartLink - Connecting hearts and minds. Join our community to share and grow together." />
<meta property="og:image" content="public/background.svg" />
<meta property="og:url" content="https://heartlink.slghive.fr" />
<meta property="og:type" content="website" />
</head>
<body>
<app-root></app-root>
<app-root></app-root>
</body>
</html>

0 comments on commit 83718a3

Please sign in to comment.