Added OpenGraph and other metadata to all pages

Added OpenGraph and other metadata to all pages compatible to jekyll for Google, Facebook and Twitter.
This commit is contained in:
Udit Patel 2020-08-06 11:39:36 +05:30 committed by GitHub
parent efd1e6e523
commit 8792ea469f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,26 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LBRY Foundation</title>
<!-- Primary Meta Tags -->
<title>Welcome to LBRY Foundation</title>
<meta name="title" content="Welcome to LBRY Foundation">
<meta name="description" content="The LBRY community invites everyone to join us in building a more free and open way to share content and information online.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://lbry.org/">
<meta property="og:title" content="Welcome to LBRY Foundation">
<meta property="og:description" content="The LBRY community invites everyone to join us in building a more free and open way to share content and information online.">
<meta property="og:image" content="{{ page.meta-image }}">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://lbry.org/">
<meta property="twitter:title" content="Welcome to LBRY Foundation">
<meta property="twitter:description" content="The LBRY community invites everyone to join us in building a more free and open way to share content and information online.">
<meta property="twitter:image" content="{{ page.meta-image }}">
<!-- TitleBar Icon -->
<link rel="icon" href="./img/small-logo.png" type="image/png" />
@ -29,7 +48,25 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>LBRY Foundation</title>
<!-- Primary Meta Tags -->
<title>{{ page.title }}</title>
<meta name="title" content="{{ page.title }}">
<meta name="description" content="{{ page.subhead }}">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://lbry.org/">
<meta property="og:title" content="{{ page.title }}">
<meta property="og:description" content="{{ page.subhead }}">
<meta property="og:image" content="{{ page.meta-image }}">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://lbry.org/">
<meta property="twitter:title" content="{{ page.title }}">
<meta property="twitter:description" content="{{ page.subhead }}">
<meta property="twitter:image" content="{{ page.meta-image }}">
<!-- TitleBar Icon -->
<link rel="shortcut icon" href="../img/small-logo.png" type="image/png">