-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (51 loc) · 2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/sinan.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Basic Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Sinan Gift Corner and Crafts offers premium Islamic dresses for boys and girls, along with a variety of Islamic craft items. Based in Bangladesh, we provide quality and tradition in every product."
/>
<meta
name="keywords"
content="Islamic dresses, boys Islamic clothing, girls Islamic clothing, Islamic crafts, Bangladesh, Sinan Gift Corner and Crafts"
/>
<meta name="author" content="Sinan Gift Corner and Crafts" />
<meta name="robots" content="index, follow" />
<!-- Open Graph Meta Tags for Social Sharing -->
<meta property="og:title" content="Sinan Gift Corner and Crafts" />
<meta
property="og:description"
content="Explore our collection of Islamic dresses and craft items at Sinan Gift Corner and Crafts. Celebrate tradition with quality products from Bangladesh."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.yourwebsite.com" />
<meta
property="og:image"
content="https://www.yourwebsite.com/path-to-image.jpg"
/>
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Sinan Gift Corner and Crafts" />
<meta
name="twitter:description"
content="Discover premium Islamic clothing and crafts at Sinan Gift Corner and Crafts, based in Bangladesh."
/>
<meta
name="twitter:image"
content="https://www.yourwebsite.com/path-to-image.jpg"
/>
<!-- Canonical URL -->
<link rel="canonical" href="https://www.yourwebsite.com" />
<title>Sinan Gift Corner</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>