Schema Generator (JSON-LD)

Generate JSON-LD for Article, FAQ, Product, LocalBusiness, HowTo and 10 more. Validates against Google Rich Results.

JSON-LD
Google Test
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Your Complete Guide to SEO",
  "image": [
    "https://toolyo.io/og.png"
  ],
  "author": {
    "@type": "Person",
    "name": "Ahmad"
  },
  "publisher": {
    "@type": "Organization",
    "name": "toolyo.io",
    "logo": {
      "@type": "ImageObject",
      "url": "https://toolyo.io/logo.png"
    }
  },
  "datePublished": "2026-01-15",
  "dateModified": "2026-01-15",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://toolyo.io/blog/seo-guide"
  }
}
</script>

Frequently Asked Questions

What is JSON-LD good for?
Helps Google understand your content and unlocks Rich Results in search.
Where do I place the JSON-LD code?
Inside <head> or before </body>. Either works.
Can I use multiple Schemas on one page?
Yes. Article + FAQPage + Breadcrumb can coexist.
How do I validate Schema?
Use Google Rich Results Test or Schema.org Validator.

Related Tools