Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
feat: add a better SEO image
Browse files Browse the repository at this point in the history
For now, let’s use @riencoertjens’s photo of Dora because it’s painfully cute. For more Dora, go follow https://www.instagram.com/doraforscale/

close #143
  • Loading branch information
jlengstorf committed Jan 11, 2019
1 parent e3f8faa commit 860c8ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/components/shared/SiteMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,16 @@ export default () => (

<meta
property="og:image"
content={`${siteUrl}/android-chrome-512x512.png`}
content={`${siteUrl}/instagram-doraforscale.jpg`}
/>
<meta property="og:image:alt" content="Gatsby Store Logo" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta
property="og:image:alt"
content="Gatsby Socks using Dora for scale."
/>
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="686" />

<meta name="twitter:card" content="summary" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@gatsbyjs" />
</Helmet>
)}
Expand Down
Binary file added static/instagram-doraforscale.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 860c8ad

Please sign in to comment.