Schema Markup Generator
Build JSON-LD for article, organization, product, FAQ, how-to, and breadcrumb markup.
Choose schema types
Article
JSON-LD Output
- Article: headline is recommended.
- Article: author name is recommended.
How to validate
1) Paste the JSON-LD into your page inside a <script type="application/ld+json"> tag.
2) Test it using Google's Rich Results Test.
3) Make sure visible page content matches the schema.
4) Keep organization, canonical, and product data consistent.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Article",
"image": []
}
]
}
</script>Continue in Postly
Use Postly to turn structured pages into published content and track performance.