blog-schema

Generate validated JSON-LD schema graphs for blog posts.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/deepakbunkar/claude-blog --skill blog-schema-deepakbunkar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-schema
Source: https://github.com/deepakbunkar/claude-blog/tree/main/skills/blog-schema
Command: npx skills add https://github.com/deepakbunkar/claude-blog --skill blog-schema-deepakbunkar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

JSON-LD schema creation for blog posts, including multi-type graphs (BlogPosting, Person, Organization, BreadcrumbList, FAQPage, ImageObject), to improve search visibility and AI readiness.

Core Features & Use Cases

  • Generates a single, graph-based JSON-LD block that validates against Google requirements and flags deprecated types.
  • Produces ready-to-embed <script type="application/ld+json"> blocks as well as standalone JSON for CMS pipelines.
  • Automatically extracts common post data (title, dates, author, images, FAQ) and constructs a linked data graph for robust SEO and AI citation.

Quick Start

Generate a single, ready-to-paste JSON-LD graph for your blog post.

Frequently Asked Questions about blog-schema

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate JSON-LD schema markup for a blog post?

JSON-LD schema markup for a blog post is generated by extracting title, author, dates, description, images, and FAQ content to produce a multi-type linked data graph, which is then output as a ready-to-embed script block or standalone JSON for CMS pipelines.

What is a multi-type graph for blog schema markup?

A multi-type graph for blog schema markup is a single JSON-LD block that interlinks multiple schema types. It satisfies the generation of BlogPosting, Person, Organization, BreadcrumbList, FAQPage, and ImageObject types to improve search visibility and AI citation readiness.

How do I validate structured data against Google requirements for rich results?

Validating structured data against Google requirements for rich results involves checking the generated JSON-LD block for compliance. The process validates the multi-type graph against Google's specific rules and actively flags any deprecated schema types.

Can I use this generated schema markup in my CMS pipelines?

Yes, you can use the generated schema markup in CMS pipelines. The process outputs ready-to-embed script tags for direct web page insertion, as well as standalone JSON data formats designed specifically for integration into automated CMS workflows.

Does blog schema markup support FAQ content for rich results?

Yes, blog schema markup supports FAQ content for rich results. The generation process automatically extracts FAQ content from your post and structures it within the FAQPage schema type as part of the complete JSON-LD graph.