Free Tool

Schema Markup Generator

Select a schema type, fill in the fields, and get valid JSON-LD markup ready to paste into your page. No signup required.

JSON-LD output
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Article Title",
  "description": "Article description",
  "author": {
    "@type": "Person",
    "name": "Author Name"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Publisher Name"
  },
  "datePublished": "2026-04-02"
}
</script>

Validate your schema

Paste into Google's Rich Results Test to verify it's valid before deploying.

Open Rich Results Test