Add meta tags for embeds on privacy policy
This commit is contained in:
parent
973b445d1f
commit
7a6aad0436
@ -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;
|
||||
|
Reference in New Issue
Block a user