add basic SEO

This commit is contained in:
Matthias Kretschmann 2019-04-03 19:07:17 +02:00
parent e29b5ff1b6
commit 066f446e87
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 34 additions and 1 deletions

View File

@ -10,7 +10,40 @@
<meta name="theme-color" content="#141414" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Commons Marketplace</title>
<title>Commons</title>
<meta
content="A marketplace to find and publish open data sets in the Ocean Network."
name="description"
/>
<meta
content="https://commons.oceanprotocol.com/share.png"
name="image"
/>
<link href="https://commons.oceanprotocol.com" rel="canonical" />
<meta content="https://commons.oceanprotocol.com" property="og:url" />
<meta content="Commons" property="og:title" />
<meta
content="A marketplace to find and publish open data sets in the Ocean Network."
property="og:description"
/>
<meta
content="https://commons.oceanprotocol.com/share.png"
property="og:image"
/>
<meta content="summary_large_image" name="twitter:card" />
<meta content="@oceanprotocol" name="twitter:creator" />
<meta content="Commons" name="twitter:title" />
<meta
content="A marketplace to find and publish open data sets in the Ocean Network."
name="twitter:description"
/>
<meta
content="https://commons.oceanprotocol.com/share.png"
name="twitter:image"
/>
<style>
.loader {

BIN
client/public/share.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB