<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Your Blog Post Title",
  "description": "A short summary of your blog post, ideally 150–160 characters.",
  "articleBody": "A more detailed excerpt or overview of your blog post content.",
  "author": {
    "@type": "Person",
    "name": "Author's Full Name",
    "jobTitle": "Author’s Job Title",
    "worksFor": {
      "@type": "Organization",
      "name": "Organization Name"
    }
  },
  "datePublished": "YYYY-MM-DD",
  "keywords": ["Keyword1", "Keyword2", "Keyword3"],
  "articleSection": ["Primary Topic", "Secondary Category"],
  "publisher": {
    "@type": "Organization",
    "name": "Organization Name",
    "logo": {
      "@type": "ImageObject",
      "url": "https://yourdomain.com/path-to-logo.jpg"
    }
  },
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://yourdomain.com/blog/your-post-url-slug"
  }
}
</script>