All tools
SEO

Schema.org JSON-LD

Structured data snippets.

JSON-LD
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "How to Bake Sourdough",
  "description": "A complete beginner's guide to baking sourdough bread at home.",
  "image": [
    "https://example.com/sourdough.jpg"
  ],
  "author": {
    "@type": "Person",
    "name": "Jane Baker"
  },
  "datePublished": "2026-08-20"
}
</script>