ui: add index.html tags

This commit is contained in:
nick-delirium 2025-04-16 14:22:12 +02:00
parent a5c2c42b7b
commit faed3754ff
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -3,6 +3,20 @@
<head>
<title>OpenReplay</title>
<meta charset="utf-8" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="OpenReplay: Open-source Session Replay and Product Analytics" />
<meta property="og:description" content="Self-hosted session replay and product analytics built for developers. Free and open source." />
<meta property="og:image" content="https://openreplay.com/images/oss-share.jpg" />
<meta property="og:url" content="https://foss.openreplay.com" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="OpenReplay" />
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="OpenReplay: Open-source Session Replay for Developers" />
<meta name="twitter:description" content="Self-hosted session replay and product analytics built for developers. Free and open source." />
<meta name="twitter:image" content="https://openreplay.com/images/oss-share.jpg" />
<meta name="robots" content="noindex,nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="slack-app-id" content="AA5LEB34M" />