-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (70 loc) · 3.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<meta
name="title"
content="Meta Magnet: Fueling Your Web Presence with Intelligent Metadata"
/>
<meta
name="description"
content="Meta Magnet is where innovation meets metadata. Our mission is to empower website owners, marketers, and developers with the knowledge and tools to leverage metadata effectively. Elevate your digital strategy, enhance user experience, and magnetize your online presence with us"
/>
<meta
name="keywords"
content="
Metadata Optimization,Web Metadata Strategies,SEO Metadata Techniques,Enhanced Web Visibility,Data Enrichment Solutions,Website SEO Enhancement,Metadata Mastery,Metadata, Web Metadata"
/>
<meta name="language" content="English" />
<meta name="author" content="Shariar Hasan" />
<meta name="robots" content="index,follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--For Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://metamagnet.netlify.app/" />
<meta
property="og:title"
content="Meta Magnet: Fueling Your Web Presence with Intelligent Metadata"
/>
<meta
property="og:description"
content="Meta Magnet is where innovation meets metadata. Our mission is to empower website owners, marketers, and developers with the knowledge and tools to leverage metadata effectively. Elevate your digital strategy, enhance user experience, and magnetize your online presence with us"
/>
<meta property="og:image" content="https://i.ibb.co/rH715Qb/logo.png" />
<!--For Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://metamagnet.netlify.app/" />
<meta
property="twitter:title"
content="Meta Magnet: Fueling Your Web Presence with Intelligent Metadata"
/>
<meta
property="twitter:description"
content="Meta Magnet is where innovation meets metadata. Our mission is to empower website owners, marketers, and developers with the knowledge and tools to leverage metadata effectively. Elevate your digital strategy, enhance user experience, and magnetize your online presence with us"
/>
<meta
property="twitter:image"
content="https://i.ibb.co/rH715Qb/logo.png"
/>
<!--This Meta Tags are Generated with https://metamagnet.netlify.app -->
<link
rel="shortcut icon"
href="favicon.png"
type="image/x-icon"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<title>Meta Magnet</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>