feat: add Open Graph and Twitter social sharing metadata to index.html and include og-image.png.

This commit is contained in:
cogwheel0
2025-11-29 16:49:02 +05:30
parent 79b9c82fb5
commit e85963d0f8
2 changed files with 14 additions and 0 deletions

View File

@@ -7,6 +7,20 @@
<title>Conduit — Your AI, Everywhere</title>
<meta name="description"
content="Conduit is an open-source, cross-platform mobile application for Open-WebUI. A native mobile experience for your self-hosted AI infrastructure.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://conduit.cogwheel.app/">
<meta property="og:title" content="Conduit — Your AI, Everywhere">
<meta property="og:description" content="The native mobile client for Open-WebUI. Beautiful, fast, and secure.">
<meta property="og:image" content="https://conduit.cogwheel.app/og-image.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://conduit.cogwheel.app/">
<meta property="twitter:title" content="Conduit — Your AI, Everywhere">
<meta property="twitter:description" content="The native mobile client for Open-WebUI. Beautiful, fast, and secure.">
<meta property="twitter:image" content="https://conduit.cogwheel.app/og-image.png">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

BIN
docs/og-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 KiB