blog-schema

Generate validated JSON-LD schema markup for blog posts.

1.6k|277|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/AgriciDaniel/claude-blog --skill blog-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-schema
Source: https://github.com/AgriciDaniel/claude-blog/tree/main/skills/blog-schema
Command: npx skills add https://github.com/AgriciDaniel/claude-blog --skill blog-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates complete and validated JSON-LD schema markup for blog posts and related entities, enabling consistent structured data for SEO, AI citation extraction, and accessibility.

Core Features & Use Cases

  • Generates BlogPosting, Person, Organization, BreadcrumbList, FAQPage, and ImageObject schemas in a single @graph.
  • Validates against Google requirements, flags deprecated types, and ensures all IDs and URLs are absolute.
  • Useful for content teams, SEOs, and developers when publishing blog content or auditing existing pages.

Quick Start

Create or update a blog post and run the schema generator to produce a ready-to-paste JSON-LD block.

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 structured data for blogs is created by reading content to extract titles, authors, dates, and images, then validating the output against Google guidelines to produce a crawlable @graph block with stable IDs and absolute URLs.

What is the best way to ensure my blog's structured data meets Google guidelines?

The best way to ensure your blog's structured data meets Google guidelines is to validate the JSON-LD markup against current requirements, use absolute URLs, apply stable IDs, and actively warn against deprecated schema types during generation.

How do I create a complete @graph block with BlogPosting and BreadcrumbList schemas?

You create a complete @graph block by reading blog content to extract metadata, then cross-referencing BlogPosting, Person, Organization, BreadcrumbList, and ImageObject entities within a single validated JSON-LD output block.

Can I use this schema generator for a site audit of existing blog content?

Yes, you can use this schema generator for site audits by running it on existing blog content to ensure complete, crawlable structured data that meets Google guidelines and flags any deprecated schema types.

Does the generated blog schema include FAQPage and ImageObject markup?

Yes, the generated blog schema includes FAQPage and ImageObject markup, alongside BlogPosting, Person, Organization, and BreadcrumbList schemas, all structured within a single JSON-LD @graph block.