-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (62 loc) · 2.85 KB
/
Copy pathindex.html
File metadata and controls
78 lines (62 loc) · 2.85 KB
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
77
78
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- 🔥 PRIMARY SEO -->
<title>pandarainwaterharvesting | Rainwater Harvesting System Dashboard</title>
<meta name="description" content="pandarainwaterharvesting is a smart rainwater harvesting dashboard to monitor water levels, usage, and storage efficiently. Built by Subramanyam Choda." />
<meta name="keywords" content="pandarainwaterharvesting, panda rain water harvesting, rainwater harvesting system, water management dashboard, smart water monitoring, IoT water system, Subramanyam Choda project,subramanyam choda,choda subramanyam" />
<meta name="author" content="Subramanyam Choda" />
<meta name="robots" content="index, follow" />
<!-- 📱 MOBILE -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 🔗 CANONICAL -->
<link rel="canonical" href="https://pandarainwaterharvesting.vercel.app/" />
<!-- ⭐ FAVICON -->
<link rel="icon" type="image/png" href="/logo.png" />
<!-- 🔍 GOOGLE VERIFICATION -->
<meta name="google-site-verification" content="XrU-qQtJTgou5XlH57zPCnwTQSDDPweZku9XV7fICII" />
<!-- 🌐 OPEN GRAPH -->
<meta property="og:title" content="pandarainwaterharvesting - Water Management Dashboard" />
<meta property="og:description" content="Monitor and manage rainwater harvesting system بسهولة with smart dashboard." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pandarainwaterharvesting.vercel.app/" />
<meta property="og:image" content="https://pandarainwaterharvesting.vercel.app/preview.png" />
<!-- 🐦 TWITTER -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="pandarainwaterharvesting" />
<meta name="twitter:description" content="Smart rainwater harvesting monitoring dashboard." />
<meta name="twitter:image" content="https://pandarainwaterharvesting.vercel.app/preview.png" />
<!-- 🧠 STRUCTURED DATA -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Panda Rainwater Harvesting",
"url": "https://pandarainwaterharvesting.vercel.app/",
"creator": {
"@type": "Person",
"name": "Subramanyam Choda"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Subramanyam Choda",
"alternateName": "Subbu",
"url": "https://subramanyamchoda.vercel.app",
"sameAs": [
"https://github.com/subramanyamchoda",
"https://linkedin.com/in/subramanyamchoda"
]
}
</script>
</head>
<body>
<!-- ⚛️ REACT APP -->
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>