TopRank Skills

Home / Claw Skills / Data Analysis / aeo-schema-validate
Official OpenClaw rules 36%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 aeo-schema-validate 技能。 若已安装,则直接安装 aeo-schema-validate 技能。

Overview

Skill Key
arberx/aeo-schema-validate
Author
arberx
Source Repo
openclaw/skills
Version
-
Source Path
skills/arberx/aeo-schema-validate
Latest Commit SHA
6a0e5af840349111a09e1bf01e4ad2301fe5b4a9

Extracted Content

SKILL.md excerpt

# 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

Related Claw Skills

openstockdata

stock-data-skill

★ 4

OpenClaw Skill for stock data analysis

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

capt-marbles

phantombuster

★ 0

Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.

caspian9

feishu-file-manager

★ 0

飞书云盘文件管理技能。用于读取、下载和管理飞书云盘中的文件。 当用户需要:访问飞书文件、下载文档、读取PDF/Word/PPT文件、分析飞书云盘内容时使用。 核心方法:使用 tenant_access_token 调用 Drive API 下载文件,解析内容返回给用户。

camopel

ddgs-search

★ 0

Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.

camopel

finviz-crawler

★ 0

Continuous financial news crawler for finviz.com with SQLite storage, article extraction, and query tool. Use when monitoring financial markets, building news digests, or needing a local financial news database. Runs as a background daemon or systemd service.