sw-fe/index.html

93 lines
4.1 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="description" content="SocioWire maps local news, events, deals, and social posts in real time. Explore whats happening around you." />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://sociowire.com/" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/logo.png" />
<link rel="apple-touch-icon" href="/logo.png" />
<link rel="shortcut icon" type="image/png" href="/logo.png" />
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Meta pour partage (logo + titre + description) -->
<meta property="og:title" content="SocioWire.com - Wired to life" />
<meta property="og:description" content="Local news, events, market deals & friends on the map." />
<meta property="og:image" content="https://sociowire.com/logo.png" />
<meta property="og:url" content="https://sociowire.com" />
<meta property="og:type" content="website" />
<meta name="facebook-domain-verification" content="o4iph92mh9fgqx58sn1b77ia08h8cp" />
<meta name="msvalidate.01" content="FF2D1A70EEA0A84AAF58B82A8E33F686" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SocioWire.com - Wired to life" />
<meta name="twitter:description" content="Local news, events, market deals & friends on the map." />
<meta name="twitter:image" content="https://sociowire.com/logo.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "SocioWire",
"url": "https://sociowire.com/",
"description": "SocioWire maps local news, events, deals, and social posts in real time.",
"potentialAction": {
"@type": "SearchAction",
"target": "https://sociowire.com/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "SocioWire",
"url": "https://sociowire.com",
"logo": "https://sociowire.com/logo.png",
"sameAs": []
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{ "@type": "SiteNavigationElement", "name": "Live Map", "url": "https://sociowire.com/#map" },
{ "@type": "SiteNavigationElement", "name": "SocioWall", "url": "https://sociowire.com/#wall" },
{ "@type": "SiteNavigationElement", "name": "Islands", "url": "https://sociowire.com/#islands" },
{ "@type": "SiteNavigationElement", "name": "About", "url": "https://sociowire.com/about.html" },
{ "@type": "SiteNavigationElement", "name": "Contact", "url": "https://sociowire.com/contact.html" },
{ "@type": "SiteNavigationElement", "name": "Privacy", "url": "https://sociowire.com/privacy.html" }
]
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QT0P53R99H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QT0P53R99H');
</script>
<!-- Titre de la page -->
<title>SocioWire.com - Wired to life</title>
<style>.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}</style>
</head>
<body>
<h1 class="sr-only">SocioWire - Local News, Events, Deals and Social Posts on a Live Map</h1>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>