Files
gatehouse-ui/index.html
T
nexgen_mirrors 7be6415db1 feat(marketing): add Secuird marketing pages and rebrand
Add comprehensive marketing website with landing page, features, pricing,
demo, SSH certificates, and security pages. Update index.html with enhanced
SEO metadata, Open Graph tags, and structured data for the Secuird brand.
2026-03-20 22:17:33 +10:30

97 lines
4.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Secuird — Enterprise Identity & Access Management</title>
<meta name="title" content="Secuird — Enterprise Identity & Access Management" />
<meta name="description" content="Secuird unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO with Microsoft 365, Google Workspace, and GitHub without complex federation. Eliminate SSH key chaos with short-lived certificates tied to verified identities." />
<meta name="keywords" content="identity management, access management, SSO, single sign-on, SSH certificates, MFA, multi-factor authentication, OIDC, enterprise security, Microsoft 365, Google Workspace, GitHub authentication" />
<meta name="author" content="Secuird" />
<meta name="robots" content="index, follow" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/gatehouse-logo.svg" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://securd.com/" />
<meta property="og:title" content="Secuird — Enterprise Identity & Access Management" />
<meta property="og:description" content="Secuird unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO without complex federation. Eliminate SSH key chaos with short-lived certificates." />
<meta property="og:image" content="/og-image.png" />
<meta property="og:site_name" content="Secuird" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://securd.com/" />
<meta name="twitter:title" content="Secuird — Enterprise Identity & Access Management" />
<meta name="twitter:description" content="Secuird unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO without complex federation. Eliminate SSH key chaos with short-lived certificates." />
<meta name="twitter:image" content="/og-image.png" />
<meta name="twitter:site" content="@securd" />
<!-- Theme color -->
<meta name="theme-color" content="#36b9a6" />
<meta name="msapplication-TileColor" content="#36b9a6" />
<!-- Canonical URL -->
<link rel="canonical" href="https://securd.com/" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Secuird",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Web",
"description": "Enterprise identity and access management platform providing secure authentication, organization-level security policy, SSH certificate management, and OIDC-based Single Sign-On.",
"offers": {
"@type": "Offer",
"price": "29",
"priceCurrency": "USD",
"priceValidUntil": "2025-12-31"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "150"
},
"featureList": [
"Single Sign-On (SSO)",
"Multi-Factor Authentication (MFA)",
"SSH Certificate Authority",
"OIDC Provider",
"Organization Management",
"Audit Logging"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Secuird",
"url": "https://securd.com",
"logo": "https://securd.com/gatehouse-logo.svg",
"sameAs": [
"https://twitter.com/securd",
"https://github.com/securd"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "sales",
"email": "sales@securd.com"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>