Add schema.org for blog posts

This commit is contained in:
Moris Zen
2018-09-12 14:43:25 +02:00
parent 4fae11d05d
commit a73b400ebe
2 changed files with 77 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ class PostDefault extends Component {
const { data } = this.props
return (
<PageTransition>
<SEO siteTitle={data.wordpressPost.title} siteDescription="We are always on a lookout for exciting challenges. Feel free to contact us if you want to start something great or just have any questions" siteImage={data.wordpressPost.featured_media.source_url} siteUrl={`https://www.saburly.com/blog/${data.wordpressPost.slug}`} />
<SEO postSEO siteTitle={data.wordpressPost.title} siteDescription="We are always on a lookout for exciting challenges. Feel free to contact us if you want to start something great or just have any questions" siteImage={data.wordpressPost.featured_media.source_url} siteUrl={`https://www.saburly.com/blog/${data.wordpressPost.slug}`} />
<Helmet
link={[
{ rel: 'shortcut icon', type: 'image/png', href: `${favicon32}` },