SEO Schema Generator

Generate SEO schema for your webpage in JSON+LD format.

<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "Article",
  "headline": "",
  "description": "",
  "image": {
    "@type": "ImageObject",
    "url": "",
  },
  "author": {
    "@type": "",
    "name": ""
  },
  "publisher": {
    "@type": "",
    "name": "",
    "logo": {
      "@type": "ImageObject",
      "url": "",
    }
  }
}
</script>