-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (62 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<meta
name="google-site-verification"
content="_qqpNgjbQH7J1QkjEvxjZ2CAfoRFogAcsITpK1Kp814"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="msapplication-config" content="browserconfig.xml" />
<meta
name="description"
content="माणुसकीचा गावगाडा is a Rural Economy-based E-Commerce platform aimed at empowering communities and fostering sustainable development through local products and services."
/>
<meta
name="keywords"
content="rural economy, e-commerce, community development, गावगाडा, स्थानिक उत्पादन, सामाजिक विकास, ग्रामीण अर्थव्यवस्था, ई-कॉमर्स, local economy, village products"
/>
<meta name="author" content="माणुसकीचा गावगाडा" />
<!-- Open Graph Meta Tags for Social Media -->
<meta
property="og:title"
content="माणुसकीचा गावगाडा - A Rural E-Commerce Platform"
/>
<meta
property="og:description"
content="Empowering rural communities through sustainable e-commerce practices and promoting locally-made products."
/>
<meta property="og:image" content="https://example.com/path-to-image.jpg" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://example.com" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="माणुसकीचा गावगाडा - A Rural E-Commerce Platform"
/>
<meta
name="twitter:description"
content="Empowering rural communities through sustainable e-commerce practices and promoting locally-made products."
/>
<meta
name="twitter:image"
content="https://example.com/path-to-image.jpg"
/>
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<!-- Page Title -->
<title>
माणुसकीचा गावगाडा | गावातील उत्पादनांसोबत प्रगती साधा! | Rural-Economy
E-Commerce
</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>