Add meta tags for embeds on privacy policy

This commit is contained in:
BBaoVanC 2021-09-18 22:22:21 -05:00
parent 973b445d1f
commit 7a6aad0436
1 changed files with 19 additions and 0 deletions

View File

@ -3,6 +3,25 @@
<head>
<title>boba.best Privacy policy</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="title" content="boba.best Privacy Policy" />
<meta name="description" content="The Matrix protocol is designed with your privacy and data sovereignty in mind. Because it is a decentralised, federated service with cryptographically-validated message integrity, there are a few important things to know before you use the Service." />
<meta name="keywords" content="boba.best, privacy, policy" />
<meta property="og:title" content="boba.best Privacy Policy" />
<meta property="og:description" content="The Matrix protocol is designed with your privacy and data sovereignty in mind. Because it is a decentralised, federated service with cryptographically-validated message integrity, there are a few important things to know before you use the Service." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://matrix.boba.best/_matrix/consent" />
<meta property="og:image" content="https://boba.best/img/boba_mochi.gif"/>
<meta property="og:site_name" content="boba.best" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="https://boba.best/img/boba_mochi.gif"/>
<meta name="twitter:title" content="boba.best Privacy Policy" />
<meta name="twitter:description" content="The Matrix protocol is designed with your privacy and data sovereignty in mind. Because it is a decentralised, federated service with cryptographically-validated message integrity, there are a few important things to know before you use the Service." />
<meta itemprop="title" content="boba.best Privacy Policy" />
<meta itemprop="description" content="The Matrix protocol is designed with your privacy and data sovereignty in mind. Because it is a decentralised, federated service with cryptographically-validated message integrity, there are a few important things to know before you use the Service." />
<style>
body {
margin: 100px auto;