Free tool · schema

Schema generator

Paste your page content; get validator-ready JSON-LD for the most common schema types. Output is schema.org compliant and tested against Google's Rich Results Test.

Output JSON-LD
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Sample article title",
  "description": "A short description of the page content.",
  "url": "https://example.com/article",
  "author": {
    "@type": "Organization",
    "name": "Your brand"
  },
  "datePublished": "2026-05-27"
}
</script>