Added legal, compliance and additional services

This commit is contained in:
2026-07-17 11:14:25 +02:00
parent bcb84f4de4
commit 788649e962
8 changed files with 851 additions and 26 deletions
+105 -4
View File
@@ -3,13 +3,114 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lite Charms</title>
<!-- SMTPJS direct mail client -->
<script src="https://smtpjs.com/v3/smtp.js" async></script>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- Primary SEO Metadata -->
<title>LiteCharms | Custom Web &amp; Mobile App Development &amp; IT Solutions | Midrand, South Africa</title>
<meta name="description" content="LiteCharms (PTY) Ltd is a leading custom software development and IT infrastructure planning agency in Midrand, South Africa. We engineer bespoke web, mobile, and desktop applications, paired with scalable corporate network and hardware rollout designs." />
<meta name="keywords" content="LiteCharms, LiteCharms PTY Ltd, software development Midrand, web design Johannesburg, mobile app development South Africa, custom software Gauteng, IT infrastructure planning, desktop app development, network rollout South Africa, IT consulting Noordwyk, app development agency South Africa, software company Midrand" />
<meta name="author" content="LiteCharms (PTY) Ltd" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://litecharms.co.za" />
<!-- Open Graph / Facebook / WhatsApp / LinkedIn -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://litecharms.co.za" />
<meta property="og:title" content="LiteCharms | Custom Web, Mobile App Development &amp; IT Solutions" />
<meta property="og:description" content="Bespoke software engineering and enterprise IT infrastructure rollout in Midrand, South Africa. Build responsive web platforms, mobile apps, and secure high-performance networks." />
<meta property="og:image" content="https://litecharms.co.za/assets/og-preview.png" />
<meta property="og:site_name" content="LiteCharms" />
<meta property="og:locale" content="en_ZA" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://litecharms.co.za" />
<meta name="twitter:title" content="LiteCharms | Custom Software &amp; IT Infrastructure Planning" />
<meta name="twitter:description" content="Bespoke software engineering and enterprise IT infrastructure rollout in Midrand, South Africa. Build responsive web platforms, mobile apps, and secure high-performance networks." />
<meta name="twitter:image" content="https://litecharms.co.za/assets/og-preview.png" />
<!-- Google / Search Engine JSON-LD Structured Data Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"@id": "https://litecharms.co.za/#organization",
"name": "LiteCharms (PTY) Ltd",
"url": "https://litecharms.co.za",
"logo": "https://litecharms.co.za/assets/logo.png",
"image": "https://litecharms.co.za/assets/og-preview.png",
"description": "LiteCharms (PTY) Ltd is a premier custom software development and IT infrastructure rollout agency based in Midrand, Gauteng, South Africa.",
"telephone": "+27872659463",
"email": "contact@litecharms.co.za",
"priceRange": "ZAR",
"address": {
"@type": "PostalAddress",
"streetAddress": "1633 Liebenburg Rd, Noordwyk",
"addressLocality": "Midrand",
"addressRegion": "Gauteng",
"postalCode": "1687",
"addressCountry": "ZA"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -25.9691,
"longitude": 28.1189
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "08:00",
"closes": "17:00"
},
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "IT &amp; Software Services Offered",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Web Design &amp; Development",
"description": "Bespoke web platforms built using modern architectures for maximum speed, security, and conversion rate."
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Mobile Application Engineering",
"description": "Stunning and powerful iOS &amp; Android apps optimized for app store discovery and user retention."
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Desktop Software Design",
"description": "Secure, fast, and multi-threaded desktop software built for Windows and macOS systems."
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "IT Infrastructure Planning &amp; Rollout",
"description": "Enterprise-grade design, network layout routing, storage strategy, and server architecture deployment."
}
}
]
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>