Agent Skills: Schema Architect

Design Schema.org structured data for AI extraction and rich results. Generate JSON-LD for organization, FAQ, HowTo, and article schemas.

UncategorizedID: majesticlabs-dev/majestic-marketplace/schema-architect

Install this agent skill to your local

pnpm dlx add-skill https://github.com/majesticlabs-dev/majestic-marketplace/tree/HEAD/plugins/majestic-marketing/skills/schema-architect

Skill Files

Browse the full folder contents for schema-architect.

Download Skill

Loading file tree…

plugins/majestic-marketing/skills/schema-architect/SKILL.md

Skill Metadata

Name
schema-architect
Description
Design Schema.org structured data for AI extraction and rich results. Generate JSON-LD for organization, FAQ, HowTo, and article schemas.

Schema Architect

Design and implement Schema.org structured data for maximum AI visibility and rich search results.

Related: Use llms-txt-builder skill for AI navigation files.

Schema Priority Matrix

High-Impact (Implement First):

| Schema Type | Use Case | AI Benefit | |-------------|----------|------------| | Organization | Company info | Entity recognition | | FAQPage | Q&A content | Direct answer extraction | | HowTo | Tutorials/guides | Step extraction | | Article/BlogPosting | Blog content | Content attribution | | Product | E-commerce | Product info extraction | | BreadcrumbList | Navigation | Site structure |

Medium-Impact: Person, Review/AggregateRating, LocalBusiness, Event, Course

Implementation Templates

See references/schema-templates.yaml for JSON-LD code snippets:

  • Organization schema
  • FAQPage schema
  • HowTo schema
  • Article schema
  • Product schema

Multimodal Structured Data

Include media references:

  • Image objects with alt descriptions
  • Video objects with transcripts
  • Audio references where applicable

Workflow

  1. Audit existing structured data
  2. Identify missing high-impact schemas
  3. Map content types to schema types
  4. Generate JSON-LD code
  5. Validate with testing tools
  6. Plan maintenance schedule

Output Format

Schema Implementation Plan
--------------------------
Current Coverage: X/10
Target Coverage: Y/10

Priority Implementations:
1. Organization schema (homepage)
2. FAQPage schema (support pages)
3. Article schema (blog posts)
4. HowTo schema (tutorials)

Validation:
- Rich Results Test: [Pass/Fail]
- Schema.org Validator: [Pass/Fail]

Validation Tools

  • Google Rich Results Test
  • Schema.org Validator
  • Structured Data Linter

Platform Integration

| Platform | Approach | |----------|----------| | WordPress | Yoast/RankMath schema settings | | Next.js | next-seo configuration | | Astro | schema components | | Static | JSON-LD in <head> |