Agent skill · Data & Analytics

seo-aeo-schema-generator

Generates valid JSON-LD structured data for 10 schema types with rich result eligibility validation and implementation-ready script blocks. Activate when the user wants to generate schema markup, JSON-LD, or structured data for any page.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill seo-aeo-schema-generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/seo-aeo-schema-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SEO-AEO Schema Generator ## Overview Generates implementation-ready JSON-LD schema markup for 10 schema types including FAQPage, Article, Product, HowTo, and BreadcrumbList. Validates all required fields against Google rich result eligibility rules, flags missing fields with exact fix instructions, and outputs one clean `<script>` block per schema type ready to paste into the page `<head>`. Part of the [SEO-AEO Engine](https://github.com/mrprewsh/seo-aeo-engine). ## When to Use This Skill - Use when adding structured data to a new landing page or blog post - Use when a page needs FAQ rich results or product star ratings in search - Use when validating existing schema for Google rich result eligibility - Use after the content-quality-auditor flags missing schema ## Supported Schema Types | Type | Rich Result Unlocked | |------|---------------------| | FAQPage | FAQ accordion in SERP — AEO critical | | Article | Article rich result, Top Stories | | Product | Price, availability, rating in SERP | | HowTo | Step-by-step rich result | | Review | Star rating in SERP | | AggregateRating | Star rating with review count | | BreadcrumbList | Breadcrumb path in SERP URL | | Organization | B

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Supported Schema Types
  4. How It Works
  5. Step 1: Recommend Schema Types
  6. Step 2: Use Built-In Schema Templates
  7. Step 3: Populate Fields
  8. Step 4: Validate
  9. Step 5: Output Script Blocks
  10. Examples
  11. Example: FAQPage Schema Output
  12. Best Practices
  13. Common Pitfalls
  14. Related Skills
More from agentic-awesome-skills
All skills →
About this skill
What does the seo-aeo-schema-generator skill do?

Generates valid JSON-LD structured data for 10 schema types with rich result eligibility validation and implementation-ready script blocks. Activate when the user wants to generate schema markup, JSON-LD, or structured data for any page.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill seo-aeo-schema-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going