Schema Markup Generator

Configuration
Select a schema type and fill in the details.
JSON-LD Output Valid
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "",
  "image": [
    ""
  ],
  "author": {
    "@type": "Person",
    "name": ""
  },
  "publisher": {
    "@type": "Organization",
    "name": ""
  }
}
</script>