mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
- README: Title to "World Monitor v2", AI-powered description - index.html: Title "Global Situation with AI Insights" - All meta tags updated (og, twitter, JSON-LD) - Added AI keywords and features - Updated site.webmanifest with AI branding
100 lines
4.9 KiB
HTML
100 lines
4.9 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>World Monitor - Global Situation with AI Insights</title>
|
|
<meta name="title" content="World Monitor - Global Situation with AI Insights" />
|
|
<meta name="description" content="AI-powered real-time global intelligence dashboard with live news, markets, military tracking, infrastructure monitoring, and geopolitical data. OSINT in one view." />
|
|
<meta name="keywords" content="AI intelligence, AI-powered dashboard, global intelligence, geopolitical dashboard, world news, market data, military bases, nuclear facilities, undersea cables, conflict zones, real-time monitoring, situation awareness, OSINT, flight tracking, AIS ships, earthquake monitor, protest tracker, power outages, oil prices, government spending, polymarket predictions" />
|
|
<meta name="author" content="Elie Habib" />
|
|
<meta name="theme-color" content="#0a0f0a" />
|
|
<meta name="robots" content="index, follow" />
|
|
<link rel="canonical" href="https://worldmonitor.app/" />
|
|
|
|
<!-- Additional Search Discovery -->
|
|
<meta name="application-name" content="World Monitor" />
|
|
<meta name="subject" content="AI-Powered Global Intelligence and Situation Awareness" />
|
|
<meta name="classification" content="AI Intelligence Dashboard, OSINT Tool, News Aggregator" />
|
|
<meta name="coverage" content="Worldwide" />
|
|
<meta name="distribution" content="Global" />
|
|
<meta name="rating" content="General" />
|
|
|
|
<!-- Open Graph / Facebook -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://worldmonitor.app/" />
|
|
<meta property="og:title" content="World Monitor - Global Situation with AI Insights" />
|
|
<meta property="og:description" content="AI-powered real-time global intelligence dashboard with live news, markets, military tracking, infrastructure monitoring, and geopolitical data." />
|
|
<meta property="og:image" content="https://worldmonitor.app/favico/og-image.png" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<meta property="og:site_name" content="World Monitor" />
|
|
<meta property="og:locale" content="en_US" />
|
|
|
|
<!-- Twitter -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:url" content="https://worldmonitor.app/" />
|
|
<meta name="twitter:title" content="World Monitor - Global Situation with AI Insights" />
|
|
<meta name="twitter:description" content="AI-powered real-time global intelligence dashboard with live news, markets, military tracking, infrastructure monitoring, and geopolitical data." />
|
|
<meta name="twitter:image" content="https://worldmonitor.app/favico/og-image.png" />
|
|
<meta name="twitter:site" content="@worldmonitorapp" />
|
|
<meta name="twitter:creator" content="@eliehabib" />
|
|
|
|
<!-- JSON-LD Structured Data -->
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "WebApplication",
|
|
"name": "World Monitor",
|
|
"alternateName": "WorldMonitor",
|
|
"url": "https://worldmonitor.app/",
|
|
"description": "AI-powered real-time global intelligence dashboard with live news, markets, military tracking, infrastructure monitoring, and geopolitical data.",
|
|
"applicationCategory": "UtilitiesApplication",
|
|
"operatingSystem": "Web Browser",
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"price": "0",
|
|
"priceCurrency": "USD"
|
|
},
|
|
"author": {
|
|
"@type": "Person",
|
|
"name": "Elie Habib"
|
|
},
|
|
"featureList": [
|
|
"AI-powered intelligence synthesis",
|
|
"Real-time news aggregation",
|
|
"Stock market tracking",
|
|
"Military flight monitoring",
|
|
"Ship AIS tracking",
|
|
"Earthquake alerts",
|
|
"Protest tracking",
|
|
"Power outage monitoring",
|
|
"Oil price analytics",
|
|
"Government spending data",
|
|
"Prediction markets",
|
|
"Infrastructure monitoring",
|
|
"Geopolitical intelligence"
|
|
],
|
|
"screenshot": "https://worldmonitor.app/favico/og-image.png",
|
|
"keywords": "AI, OSINT, intelligence dashboard, geopolitical, real-time monitoring, situation awareness, AI-powered"
|
|
}
|
|
</script>
|
|
|
|
<!-- Favicons -->
|
|
<link rel="icon" type="image/x-icon" href="/favico/favicon.ico" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favico/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favico/favicon-16x16.png" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/favico/apple-touch-icon.png" />
|
|
<link rel="manifest" href="/favico/site.webmanifest" />
|
|
|
|
<!-- Styles -->
|
|
<link rel="stylesheet" href="/src/styles/main.css" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|