Mega Dev Tools

JSON-LD Schema Builder

Create structured data for rich results (Product, Article, FAQ) using JSON-LD.

Schema Type

Select the type of structured data to generate

Article Details

Fill in the information for your Article schema

Generated JSON-LD

Structured data for your <head>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "",
  "image": [
    "https://example.com/photos/1x1/photo.jpg"
  ],
  "author": {
    "@type": "Person",
    "name": ""
  },
  "publisher": {
    "@type": "Organization",
    "name": "",
    "logo": {
      "@type": "ImageObject",
      "url": ""
    }
  },
  "datePublished": "2026-05-03"
}
</script>