Files
techzaa-frontend/index.html
T

84 lines
2.8 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Mobile Responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary SEO -->
<title>TechZaa | AI Powered Tech Solutions & Digital Innovation</title>
<meta
name="description"
content="TechZaa is an AI-powered technology company delivering modern web development, digital transformation, and innovative software solutions for startups and enterprises."
/>
<meta
name="keywords"
content="TechZaa, AI tech solutions, web development, software development, digital transformation, startup technology solutions, AI powered applications"
/>
<meta name="author" content="TechZaa" />
<meta name="robots" content="index, follow" />
<!-- Canonical URL -->
<link rel="canonical" href="https://techzaa.vercel.app" />
<!-- Favicon -->
<link rel="icon" href="/favicon.ico" />
<!-- Theme Color -->
<meta name="theme-color" content="#0f172a" />
<!-- Open Graph (Facebook / LinkedIn) -->
<meta property="og:type" content="website" />
<meta property="og:title" content="TechZaa | AI Powered Tech Solutions" />
<meta
property="og:description"
content="TechZaa helps startups and enterprises transform their ideas into powerful digital products using cutting-edge technology."
/>
<meta property="og:url" content="https://techzaa.vercel.app" />
<meta
property="og:image"
content="https://techzaa.vercel.app/assets/logo-dIE0tUFz.webp"
/>
<meta property="og:site_name" content="TechZaa" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="TechZaa | AI Powered Tech Solutions" />
<meta
name="twitter:description"
content="Innovative AI-powered digital solutions for startups and enterprises."
/>
<meta
name="twitter:image"
content="https://techzaa.vercel.app/assets/logo-dIE0tUFz.webp"
/>
<!-- Structured Data (SEO Boost) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TechZaa",
"url": "https://techzaa.vercel.app",
"logo": "https://techzaa.vercel.app/assets/logo-dIE0tUFz.webp",
"description": "TechZaa is an AI-powered technology company delivering innovative digital solutions, modern web applications, and scalable software systems.",
"sameAs": [
"https://www.linkedin.com/company/techzaa",
"https://www.facebook.com/share/1BCvfe5Frc/"
]
}
</script>
</head>
<body>
<div id="root"></div>
<!-- Vite Entry -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>