All tools

Schema Markup Generator

Generate valid JSON-LD structured data for your pages.

Article Fields

Generated JSON-LD

How to use

Paste the generated JSON-LD inside a <script> tag in the <head> of your page:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article"
}…
</script>