You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
nao-web-ui/index.html

89 lines
4.1 KiB

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>NAO - Build and manage your professional network</title>
<meta name="title" content="NAO - Build and manage your professional network" />
<meta name="description" content="A modern platform to import, organize, and grow your professional network. Connect with LinkedIn, manage contacts, and expand your reach with QR invitations." />
<meta name="keywords" content="networking, professional network, contact management, LinkedIn integration, QR codes, social connections, career growth" />
<meta name="author" content="NAO" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<!-- Theme and PWA -->
<meta name="theme-color" content="#1976d2" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="NAO" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nao-pnm-ui.pages.dev/" />
<meta property="og:title" content="NAO - Build and manage your professional network" />
<meta property="og:description" content="A modern platform to import, organize, and grow your professional network. Connect with LinkedIn, manage contacts, and expand your reach with QR invitations." />
<meta property="og:image" content="https://nao-pnm-ui.pages.dev/og-image.svg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="NAO" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://nao-pnm-ui.pages.dev/" />
<meta property="twitter:title" content="NAO - Build and manage your professional network" />
<meta property="twitter:description" content="A modern platform to import, organize, and grow your professional network. Connect with LinkedIn, manage contacts, and expand your reach with QR invitations." />
<meta property="twitter:image" content="https://nao-pnm-ui.pages.dev/og-image.svg" />
<meta property="twitter:image:alt" content="NAO - Professional networking made simple" />
<!-- Additional Meta Tags -->
<meta name="application-name" content="NAO" />
<meta name="category" content="social" />
<meta name="coverage" content="worldwide" />
<meta name="distribution" content="global" />
<meta name="rating" content="general" />
<meta name="revisit-after" content="1 days" />
<!-- Canonical URL -->
<link rel="canonical" href="https://nao-pnm-ui.pages.dev/" />
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Preconnect for performance -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "NAO",
"description": "A modern platform to import, organize, and grow your professional network",
"url": "https://nao-pnm-ui.pages.dev/",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"LinkedIn integration",
"Contact management",
"QR code invitations",
"Professional networking"
],
"screenshot": "https://nao-pnm-ui.pages.dev/og-image.svg"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>