Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
File size: 4,308 Bytes
61d29fc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="64x64" href="/communityone_logo_64.png" />
<link rel="icon" type="image/svg+xml" href="/communityone_logo.svg" />
<!-- Viewport and mobile optimization -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Open Navigator - AI-Powered Civic Engagement Platform</title>
<meta name="title" content="Open Navigator - AI-Powered Civic Engagement Platform" />
<meta name="description" content="Track 90,000+ jurisdictions, 1.8M nonprofits, and analyze meeting minutes with AI. The open path to everything local - policy tracking, advocacy, and civic engagement." />
<meta name="keywords" content="civic engagement, policy tracking, meeting minutes, nonprofit tracking, municipal government, advocacy, open data, local government, city council, oral health policy" />
<meta name="author" content="CommunityOne" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<!-- Canonical URL - update based on deployment -->
<link rel="canonical" href="https://www.communityone.com/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.communityone.com/" />
<meta property="og:title" content="Open Navigator - AI-Powered Civic Engagement Platform" />
<meta property="og:description" content="Track 90,000+ jurisdictions, 1.8M nonprofits, and analyze meeting minutes with AI. The open path to everything local." />
<meta property="og:image" content="https://www.communityone.com/communityone_logo.svg" />
<meta property="og:site_name" content="Open Navigator" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://www.communityone.com/" />
<meta name="twitter:title" content="Open Navigator - AI-Powered Civic Engagement Platform" />
<meta name="twitter:description" content="Track 90,000+ jurisdictions, 1.8M nonprofits, and analyze meeting minutes with AI. The open path to everything local." />
<meta name="twitter:image" content="https://www.communityone.com/communityone_logo.svg" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5EQV815915"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5EQV815915');
</script>
<!-- Structured Data (JSON-LD) for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Open Navigator",
"alternateName": "CommunityOne",
"url": "https://www.communityone.com",
"logo": "https://www.communityone.com/communityone_logo.svg",
"description": "AI-powered civic engagement platform tracking 90,000+ jurisdictions, 1.8M nonprofits, and analyzing meeting minutes for policy opportunities.",
"applicationCategory": "GovernmentApplication",
"operatingSystem": "Web Browser",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"creator": {
"@type": "Organization",
"name": "CommunityOne",
"url": "https://www.communityone.com"
},
"featureList": [
"Track 90,000+ jurisdictions",
"Monitor 1.8M nonprofit organizations",
"AI-powered meeting minutes analysis",
"Policy opportunity identification",
"Oral health policy tracking",
"Government accountability dashboard"
],
"audience": {
"@type": "Audience",
"audienceType": ["Policy Makers", "Advocates", "Developers", "Citizens"]
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
|