Tool · schema.org generator
Generate validJSON-LD schema.
Pick a type, fill in the fields, copy the JSON-LD. Drop into your <head>.
JSON-LD output
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "",
"description": "",
"author": {
"@type": "Person"
},
"datePublished": "",
"image": "",
"publisher": {
"@type": "Organization"
}
}
</script>Drop this inside <head> (or anywhere in the document — JSON-LD doesn't care about position). Validate with Google's Rich Results Test before shipping.