Skip to content

Instantly share code, notes, and snippets.

@wecodelaravel
Forked from patrickcoombe/yoast-homepage
Created May 7, 2019 01:28
Show Gist options
  • Save wecodelaravel/e4d6d8bc2994a0bb33942d6c26559522 to your computer and use it in GitHub Desktop.
Save wecodelaravel/e4d6d8bc2994a0bb33942d6c26559522 to your computer and use it in GitHub Desktop.
Yoast Homepage
<script type = 'application/ld+json' class = 'yoast-schema-graph yoast-schema-graph--main'> {
"@context": "https://schema.org",
"@graph": [{
"@type": "Organization",
"@id": "https://yoast.com/#organization",
"name": "Yoast",
"url": "https://yoast.com/",
"sameAs": ["https://www.facebook.com/yoast", "https://www.instagram.com/yoast/", "https://www.linkedin.com/company/1414157/", "https://www.youtube.com/yoast", "https://www.pinterest.com/yoast/", "https://en.wikipedia.org/wiki/Yoast", "https://twitter.com/yoast"],
"logo": {
"@type": "ImageObject",
"@id": "https://yoast.com/#logo",
"url": "https://yoast.com/app/uploads/2015/09/Yoast-Logo-Icon-120x120.png",
"caption": "Yoast"
},
"image": {
"@id": "https://yoast.com/#logo"
}
}, {
"@type": "WebSite",
"@id": "https://yoast.com/#website",
"url": "https://yoast.com/",
"name": "Yoast",
"publisher": {
"@id": "https://yoast.com/#organization"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://yoast.com/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
}, {
"@type": "WebPage",
"@id": "https://yoast.com/#webpage",
"url": "https://yoast.com/",
"inLanguage": "en-US",
"name": "SEO for everyone &bull; Yoast",
"isPartOf": {
"@id": "https://yoast.com/#website"
},
"about": {
"@id": "https://yoast.com/#organization"
},
"datePublished": "2015-09-14T08:13:22+00:00",
"dateModified": "2019-03-28T12:46:37+00:00",
"description": "Yoast helps you with your website optimization, whether it be through our widely used SEO software or our online SEO courses: we're here to help.",
"video": [{
"@id": "https://yoast.com/#video"
}]
}]
} < /script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment