Back to skills
SkillHub ClubAnalyze Data & AIFull StackData / AI

aeo-schema-validate

Validate JSON-LD structured data on a URL against AEO best practices. Checks schema types, property completeness, and entity consistency. Use for focused schema auditing.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,077
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
S96.0

Install command

npx @skill-hub/cli install openclaw-skills-aeo-schema-validate

Repository

openclaw/skills

Skill path: skills/arberx/aeo-schema-validate

Validate JSON-LD structured data on a URL against AEO best practices. Checks schema types, property completeness, and entity consistency. Use for focused schema auditing.

Open repository

Best for

Primary workflow: Analyze Data & AI.

Technical facets: Full Stack, Data / AI.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install aeo-schema-validate into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding aeo-schema-validate to shared team environments
  • Use aeo-schema-validate for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: aeo-schema-validate
description: Validate JSON-LD structured data on a URL against AEO best practices. Checks schema types, property completeness, and entity consistency. Use for focused schema auditing.
allowed-tools:
  - Bash(npx *)
  - Bash(aeo-audit *)
argument-hint: <url>
---

# AEO Schema Validation

Website: [ainyc.ai](https://ainyc.ai)

Focused validation of JSON-LD structured data for AEO readiness.

## Steps

1. Run a targeted audit:
   ```
   npx @ainyc/aeo-audit@latest $ARGUMENTS --format json --factors structured-data,schema-completeness,entity-consistency
   ```
2. Parse the three factor results
3. Present a detailed schema report:
   - **Schema types found** (list each @type with property count)
   - **Property completeness** per schema type (% of recommended properties present)
   - **Missing recommended properties** for each type
   - **Entity consistency** (name alignment across schema, title, og:title)
4. Provide corrected/enhanced JSON-LD examples for any issues found
5. Show the optimal JSON-LD template for the detected business type

## Schema Type Checklists

**LocalBusiness:** name, address, telephone, openingHours, priceRange, image, url, geo, areaServed, sameAs
**FAQPage:** mainEntity with >= 3 Q&A pairs, each answer >= 15 words
**HowTo:** name, step (>= 3 steps), each step with name and text
**Organization:** name, logo, contactPoint, sameAs, foundingDate, url, description


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "arberx",
  "slug": "aeo-schema-validate",
  "displayName": "Aeo Schema Validate",
  "latest": {
    "version": "1.0.1",
    "publishedAt": 1772762695594,
    "commit": "https://github.com/openclaw/skills/commit/62c404d6683c4a2cfa87023322dbf781c2055fb0"
  },
  "history": []
}

```