Merge faed3754ff into 13e83fa774
This commit is contained in:
commit
a83110d760
4 changed files with 53 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" />
|
||||
|
|
|
|||
13
frontend/app/assets/meta.dedicated
Normal file
13
frontend/app/assets/meta.dedicated
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!-- Open Graph Meta Tags -->
|
||||
<meta property="og:title" content="OpenReplay Dedicated: Private Cloud Session Replay" />
|
||||
<meta property="og:description" content="Session replay and product analytics on your own dedicated instance. Hosted by us, fully isolated for you." />
|
||||
<meta property="og:image" content="https://openreplay.com/images/dedicated-share.jpg" />
|
||||
<meta property="og:url" content="https://dedicated.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 Dedicated: Private Cloud Session Replay" />
|
||||
<meta name="twitter:description" content="Session replay and product analytics on your own dedicated instance. Hosted by us, fully isolated for you." />
|
||||
<meta name="twitter:image" content="https://openreplay.com/images/dedicated-share.jpg" />
|
||||
13
frontend/app/assets/meta.ee
Normal file
13
frontend/app/assets/meta.ee
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!-- Open Graph Meta Tags -->
|
||||
<meta property="og:title" content="OpenReplay Enterprise: Self-Hosted Session Replay & Product Analytics" />
|
||||
<meta property="og:description" content="Full control over data and compliance. Deploy session replay and product analytics on your infrastructure." />
|
||||
<meta property="og:image" content="https://openreplay.com/images/enterprise-share.jpg" />
|
||||
<meta property="og:url" content="https://ee.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 Enterprise: Self-Hosted Session Replay & Product Analytics" />
|
||||
<meta name="twitter:description" content="Full control over data and compliance. Deploy session replay and product analytics on your infrastructure." />
|
||||
<meta name="twitter:image" content="https://openreplay.com/images/enterprise-share.jpg" />
|
||||
13
frontend/app/assets/meta.saas
Normal file
13
frontend/app/assets/meta.saas
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!-- Open Graph Meta Tags -->
|
||||
<meta property="og:title" content="OpenReplay Serverless: Session Replay & Product Analytics" />
|
||||
<meta property="og:description" content="See how users interact with your app. No setup required—start analyzing sessions instantly in the cloud." />
|
||||
<meta property="og:image" content="https://openreplay.com/images/cloud-share.jpg" />
|
||||
<meta property="og:url" content="https://app.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 Serverless: Session Replay & Product Analytics" />
|
||||
<meta name="twitter:description" content="See how users interact with your app. No setup required—start analyzing sessions instantly in the cloud." />
|
||||
<meta name="twitter:image" content="https://openreplay.com/images/cloud-share.jpg" />
|
||||
Loading…
Add table
Reference in a new issue