65 lines
2.6 KiB
HTML
65 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<meta name="description" content="SocioWire maps local news, events, deals, and social posts in real time. Explore what’s happening around you." />
|
||
<meta name="robots" content="index, follow" />
|
||
<link rel="canonical" href="https://sociowire.com/" />
|
||
|
||
<!-- Favicon -->
|
||
<link rel="icon" href="/favicon.ico" />
|
||
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.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/icons/og-image.png" />
|
||
<meta property="og:url" content="https://sociowire.com" />
|
||
<meta property="og:type" content="website" />
|
||
<meta name="facebook-domain-verification" content="o4iph92mh9fgqx58sn1b77ia08h8cp" />
|
||
|
||
<!-- 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://www.sociowire.com/icons/og-image.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>
|
||
|
||
<!-- 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>
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.jsx"></script>
|
||
</body>
|
||
</html>
|