meta propertys for social network posts

This commit is contained in:
ogerly 2022-02-05 09:18:16 +01:00
parent 3d0451a3b8
commit bf3e97f1db
2 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -24,6 +24,8 @@
<meta name="keywords" lang="en" content="Basic income, active, wallet, exchange, gift, monetary system, alternative, decay">
<meta name="author" content="Bernd Hückstädt - Gradido-Akademie">
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow">
<link rel="icon" type="image/png" sizes="96x96" href="<%= webpackConfig.output.publicPath %>favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
@ -31,6 +33,17 @@
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<meta property="og:title" content="Gradido Akademie" />
<meta property="og:type" content="Wallet" />
<meta property="og:url" content="https://gdd.gradido.net" />
<meta property="og:image" content="https://gdd.gradido.net/img/gradido-wallet-650-400.jpg" />
<meta name="twitter:title" content="Gradido Akademie">
<meta name="twitter:description" content="Wallet">
<meta name="twitter:image" content="https://gdd.gradido.net/img/gradido-wallet-650-400.jpg">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div class="wrapper" id="app">