blog-schema

Generates and validates JSON-LD schema markup for blog posts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires , and includes scripts (resource) components.

What problem does it solve?

This skill automatically generates and validates comprehensive JSON-LD structured data for blog posts, helping improve search engine indexing and rich snippet generation.

Core Features & Use Cases

  • Automatic JSON-LD Generation: Automatically creates JSON-LD schema markup for BlogPosting, Person, Organization, BreadcrumbList, FAQPage, and ImageObject.
  • Validation: Validates against Google's schema markup requirements and issues warnings about deprecated types.
  • Customization: Offers configuration for title, description, dates, and author information.
  • Use Case: Perfect for adding structured data to blog content, improving SEO and search snippet appearance.

Quick Start

Run the 'blog-schema' skill with the file path of your blog post content to generate the JSON-LD schema markup.

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?▼

To generate JSON-LD schema markup, provide the file path of your blog post content. The skill automatically creates structured data for BlogPosting, Person, Organization, BreadcrumbList, FAQPage, and ImageObject.

What is JSON-LD structured data and how does it improve SEO?▼

JSON-LD structured data is a format for structured data markup that helps search engines index blog posts and generate rich snippets. It automates validation against Google's requirements to improve search appearance.

Can I customize the blog schema fields like title, description, and author?▼

Yes, you can customize blog schema fields. It offers configuration options for title, description, dates, and author information to ensure the structured data matches your specific blog post metadata.

How do I validate structured data against Google's schema markup requirements?▼

You validate structured data by running the skill, which checks your JSON-LD schema markup against Google's schema markup requirements. It also issues warnings about deprecated types to ensure compliance.

What schema types are supported for creating rich snippets?▼

Supported schema types for creating rich snippets include BlogPosting, Person, Organization, BreadcrumbList, FAQPage, and ImageObject. These cover the core entities needed for comprehensive blog structured data.