-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (98 loc) · 4.87 KB
/
Copy pathindex.html
File metadata and controls
103 lines (98 loc) · 4.87 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
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" href="/logo.png" />
<link rel="apple-touch-icon" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#030305" />
<!-- Primary SEO Tags -->
<title>Upgradex Agency | Premium 3D Web Development, AI & Digital Growth</title>
<meta name="title" content="Upgradex Agency | Premium 3D Web Development, AI & Digital Growth" />
<meta name="description" content="Upgradex Agency builds high-performance 3D web applications, AI automation solutions, UI/UX designs, and digital growth ecosystems. Hire dedicated full-stack developers or launch your project today." />
<meta name="keywords" content="Web Development Agency, Website Development Company, Full Stack Developer, Hire a Developer, React Developer, Next.js Development, Web Design Agency, AI Development, Digital Agency, SEO Services, Upgradex Agency" />
<meta name="author" content="Upgradex Agency" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook / WhatsApp / LinkedIn -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://upgradexagency.in/" />
<meta property="og:site_name" content="Upgradex Agency" />
<meta property="og:title" content="Upgradex Agency | Premium 3D Web Development, AI & Digital Growth" />
<meta property="og:description" content="Turn ambitious ideas into high-performing digital products. Web Applications, 3D Experiences, AI Automation & Dedicated Developer Hiring." />
<meta property="og:image" content="https://upgradexagency.in/og-image.jpg" />
<meta property="og:image:secure_url" content="https://upgradexagency.in/og-image.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="UpgradeX Agency - Premium 3D Web Development & Digital Growth" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://upgradexagency.in/" />
<meta name="twitter:title" content="Upgradex Agency | Premium 3D Web Development, AI & Digital Growth" />
<meta name="twitter:description" content="Turn ambitious ideas into high-performing digital products. Web Applications, 3D Experiences, AI Automation & Dedicated Developer Hiring." />
<meta name="twitter:image" content="https://upgradexagency.in/og-image.jpg" />
<meta name="twitter:image:alt" content="UpgradeX Agency - Premium 3D Web Development & Digital Growth" />
<!-- 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&family=Outfit:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<!-- Schema.org JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "Upgradex Agency",
"url": "https://upgradexagency.in",
"logo": "https://upgradexagency.in/logo.png",
"image": "https://upgradexagency.in/og-image.jpg",
"description": "Upgradex Agency helps businesses, startups, entrepreneurs and creators build modern digital products, custom web apps, AI solutions, and hire skilled developers.",
"telephone": "+91-9876543210",
"email": "hello@upgradexagency.in",
"address": {
"@type": "PostalAddress",
"addressCountry": "IN"
},
"sameAs": [
"https://linkedin.com/company/upgradexagency",
"https://instagram.com/upgradexagency",
"https://github.com/upgradexagency"
],
"offers": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Website Development"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Web Applications & Full Stack Development"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Dedicated Developer Hiring"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "AI Solutions & Automation"
}
}
]
}
</script>
</head>
<body class="bg-[#030305] text-gray-100 antialiased selection:bg-gold/30 selection:text-gold-light">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>