Skip to content

Commit 55dc974

Browse files
committed
Add additional html meta elements to post page
1 parent c832e33 commit 55dc974

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/templates/post.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,12 @@ export default function Template({ data }) {
5050
property="og:title"
5151
content={`${title} - ${siteMetadata.title}`}
5252
/>
53+
<meta property="description" content={excerpt} />
5354
<meta property="og:description" content={excerpt} />
5455

5556
<meta property="og:type" content="article" />
57+
<meta property="author" content="Kylee Tilley" />
58+
<meta property="keywords" content={tags.join(',')} />
5659
<meta property="article:author" content="Kylee Tilley" />
5760
</Helmet>
5861

0 commit comments

Comments
 (0)