ui: add index.html tags
This commit is contained in:
parent
a5c2c42b7b
commit
faed3754ff
1 changed files with 14 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue