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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arberx/aeo-schema-validateAEO Schema Validation
Website: ainyc.ai
Focused validation of JSON-LD structured data for AEO readiness.
Steps
- Run a targeted audit:
npx @ainyc/aeo-audit@latest $ARGUMENTS --format json --factors structured-data,schema-completeness,entity-consistency - Parse the three factor results
- 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)
- Provide corrected/enhanced JSON-LD examples for any issues found
- 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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-arberx-aeo-schema-validate": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
compliance-officer
Reviews marketing content against FTC, HIPAA, GDPR, SEC 482, SEC Marketing, CCPA, COPPA, and CAN-SPAM — 208 specific laws with URLs.
aeo
Run AEO audits, fix site issues, validate schema, generate llms.txt, and compare sites.
canonry
Open-source AEO monitoring CLI. Track how AI answer engines cite your domain across ChatGPT, Gemini, Claude, and Perplexity.
aeo-audit
Run AEO audits, fix site issues, validate schema, generate llms.txt, and compare sites.