Adding current files to the repo
This commit is contained in:
65
index.html
Normal file
65
index.html
Normal file
@@ -0,0 +1,65 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>OpenXpert Solutions (OXS) - Leading ERP, E-Commerce, RMM & AMC IT Provider in UAE</title>
|
||||
<meta name="description" content="OXS delivers secure ERP systems, high-performance e-commerce sites, RMM monitoring, and AMC IT support across Dubai & UAE. Premium technology for future-ready businesses." />
|
||||
<meta name="author" content="OpenXpert Solutions (OXS)" />
|
||||
<meta name="keywords" content="OpenXpert Solutions, OXS, OXS IT Solutions, OXS UAE, IT solutions company Dubai, ERP software provider UAE, ERP implementation Dubai, Custom e-commerce development, RMM remote monitoring services, AMC annual maintenance contracts, Managed IT support Dubai, IT infrastructure experts, Business automation UAE, Digital transformation Dubai, Software development UAE, Professional website designers, Cybersecurity-focused IT company, Cloud-based ERP systems, Secure enterprise platforms" />
|
||||
<link rel="canonical" href="https://openxpert.solutions" />
|
||||
|
||||
<meta property="og:title" content="OpenXpert Solutions (OXS) - Leading IT Solutions Provider UAE" />
|
||||
<meta property="og:description" content="Transforming businesses through innovative technology. Expert ERP systems, custom e-commerce, RMM services, AMC support, and premium web development across Dubai & UAE." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@OpenXpertSolutions" />
|
||||
<meta name="twitter:title" content="OpenXpert Solutions (OXS) - Enterprise IT Solutions UAE" />
|
||||
<meta name="twitter:description" content="Leading provider of enterprise digital solutions, ERP systems, and custom web development in Dubai & UAE." />
|
||||
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
|
||||
|
||||
<!-- Organization Schema -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "OpenXpert Solutions",
|
||||
"alternateName": "OXS",
|
||||
"url": "https://openxpert.solutions",
|
||||
"logo": "https://openxpert.solutions/logo.png",
|
||||
"description": "Leading IT solutions provider in UAE specializing in ERP systems, custom e-commerce development, RMM services, and AMC support.",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressCountry": "AE",
|
||||
"addressRegion": "Dubai"
|
||||
},
|
||||
"sameAs": [
|
||||
"https://twitter.com/OpenXpertSolutions",
|
||||
"https://linkedin.com/company/openxpert-solutions"
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Website Schema with SearchAction -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "OpenXpert Solutions",
|
||||
"url": "https://openxpert.solutions",
|
||||
"potentialAction": {
|
||||
"@type": "SearchAction",
|
||||
"target": "https://openxpert.solutions/search?q={search_term_string}",
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user