Schema Markup Generator
Fill a form, get paste-ready JSON-LD — with Google’s requirements checked as you type.
How it worksFields
Article fields
Blog posts and news stories — headline, image and dates drive eligibility.
Required flags follow Google's Article requirements (opens in a new tab)
JSON-LD
Output
Format
All 4 required properties present
Paste the whole block inside your page's <head>. Google reads it from the <body> too.
<script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "How to Reduce Cart Abandonment: 12 Tactics That Work","description": "Twelve practical tactics for recovering abandoned carts, from exit-intent offers to payment-page trust signals.","image": "https://example.com/images/cart-abandonment-cover.jpg","url": "https://example.com/blog/cart-abandonment","mainEntityOfPage": {"@type": "WebPage","@id": "https://example.com/blog/cart-abandonment"},"datePublished": "2026-07-01","dateModified": "2026-07-20","author": {"@type": "Person","name": "Asha Verma","url": "https://example.com/authors/asha-verma"},"publisher": {"@type": "Organization","name": "Example Insights","logo": {"@type": "ImageObject","url": "https://example.com/logo.png"}}}</script>
Valid Article markup4/4Google-required properties9properties emitted900charactersBuilt in your browser — your page data is never uploaded

