Archived
more open graph
This commit is contained in:
@@ -30,6 +30,7 @@ const Meta: React.FC<MetaProps> = ({
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
|
||||
|
||||
{/* Open Graph / Facebook */}
|
||||
<meta property="og:type" content={type} />
|
||||
<meta property="og:url" content={url} />
|
||||
@@ -38,8 +39,9 @@ const Meta: React.FC<MetaProps> = ({
|
||||
<meta property="og:image" content={image} />
|
||||
<meta property="og:locale" content="your value" />
|
||||
<meta property="og:logo" content="your value" />
|
||||
<meta property="og:locale" content="" />
|
||||
<meta property="og:logo" content="" />
|
||||
|
||||
|
||||
{/* Twitter */}
|
||||
<meta property="twitter:card" content={image} />
|
||||
<meta property="twitter:url" content={url} />
|
||||
|
||||
@@ -26,7 +26,6 @@ const Home: React.FC<HomeProps> = ({ posts, recentPosts, tags }) => {
|
||||
<Layout>
|
||||
<Meta
|
||||
title="Confessions of Grace"
|
||||
description="Reformed Theology Blog"
|
||||
keywords="reformed theology, doctrines of grace, christianity, calvinism, theology"
|
||||
image="public/favicon.ico"
|
||||
url="https://www.confessionsofgrace.com/"
|
||||
|
||||
Reference in New Issue
Block a user