-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (152 loc) · 6.13 KB
/
index.html
File metadata and controls
168 lines (152 loc) · 6.13 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Charset & Viewport -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Title & Branding -->
<title>WeBuilt_U | Connect · Engage · Grow</title>
<meta
name="description"
content="WeBuilt_U is a platform that helps brands and individuals connect, engage, and grow through impactful digital experiences, marketing, and collaborations."
/>
<meta name="author" content="WeBuiltU" />
<meta
name="keywords"
content="WeBuiltU, marketing, events, brand development, website development, influencer marketing, sponsorship management, growth platform, webuiltu, nk10nikhil"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="WeBuiltU | Connect · Engage · Grow" />
<meta
property="og:description"
content="A platform to connect, engage, and grow with like-minded individuals. Enhance your brand with marketing, events, and digital solutions."
/>
<meta property="og:image" content="/logo.jpg" />
<meta property="og:url" content="https://webuiltu.com" />
<meta property="og:site_name" content="WeBuiltU" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="WeBuiltU | Connect · Engage · Grow" />
<meta
name="twitter:description"
content="A platform to connect, engage, and grow. Join us to boost your brand, marketing, and collaborations."
/>
<meta name="twitter:image" content="/logo.jpg" />
<!-- Favicon & Manifest -->
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="theme-color" content="#0f172a" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- Canonical -->
<link rel="canonical" href="https://webuiltu.com" />
<!-- JSON-LD Structured Data -->
<!-- Organization -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "WeBuiltU",
"url": "https://webuiltu.com",
"logo": "https://webuiltu.com/logo.jpg",
"sameAs": [
"https://www.facebook.com/webuiltu",
"https://www.instagram.com/webuiltu",
"https://www.linkedin.com/company/webuiltu",
"https://twitter.com/webuiltu"
],
"description": "WeBuiltU helps brands and individuals connect, engage, and grow through impactful marketing, events, digital experiences, and collaborations.",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+91-7777048666",
"contactType": "customer support",
"areaServed": "IN",
"availableLanguage": ["English", "Hindi"]
}
}
</script>
<!-- Website with SearchAction -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "WeBuiltU",
"url": "https://webuiltu.com",
"potentialAction": {
"@type": "SearchAction",
"target": "https://webuiltu.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- Services Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"serviceType": "Event Organization",
"provider": { "@type": "Organization", "name": "WeBuiltU" },
"description": "Seamless planning and flawless execution of impactful events that leave lasting impressions."
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"serviceType": "Website Development",
"provider": { "@type": "Organization", "name": "WeBuiltU" },
"description": "High-performing, user-friendly websites tailored to elevate your brand’s digital presence."
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"serviceType": "Brand Development",
"provider": { "@type": "Organization", "name": "WeBuiltU" },
"description": "Distinctive brand identities that inspire trust and connect with your audience."
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"serviceType": "Sponsorship Management",
"provider": { "@type": "Organization", "name": "WeBuiltU" },
"description": "Strategic sponsorships that maximize exposure and deliver measurable value."
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"serviceType": "Influencer Collaborations",
"provider": { "@type": "Organization", "name": "WeBuiltU" },
"description": "Authentic influencer partnerships to amplify your message and engage new audiences."
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"serviceType": "Analytics & Insights",
"provider": { "@type": "Organization", "name": "WeBuiltU" },
"description": "Actionable data-driven insights to refine strategies and maximize growth."
}
</script>
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<!-- <script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script> -->
<script src="./script.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>