Skip to content

Commit

Permalink
Merge pull request #10 from kohei-m-88/patch-1
Browse files Browse the repository at this point in the history
Update SEO.js
  • Loading branch information
timlrx authored Mar 26, 2021
2 parents e4add7f + de367a5 commit 72c099c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/SEO.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export const BlogSeo = ({ title, summary, date, lastmod, url, tags, images = []
/>
<ArticleJsonLd
authorName={siteMetadata.author}
dateModified={publishedAt}
datePublished={modifiedAt}
dateModified={modifiedAt}
datePublished={publishedAt}
description={summary}
images={featuredImages}
publisherName={siteMetadata.author}
Expand Down

1 comment on commit 72c099c

@vercel
Copy link

@vercel vercel bot commented on 72c099c Mar 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.