원클릭으로
rank-schema
Structured data management. Detect, validate, generate, and inject JSON-LD schema.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Structured data management. Detect, validate, generate, and inject JSON-LD schema.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Full SEO/GEO/AEO/Citability/Content/Performance/Vertical/Security audit with auto-fix. Scans, reports, fixes, and verifies.
Main orchestrator for claude-rank SEO/GEO/AEO toolkit. Routes to specialized sub-skills.
AI search optimization audit. Optimize content for ChatGPT, Perplexity, Google AI Overviews.
Answer engine optimization. Optimize for featured snippets, voice search, People Also Ask.
Auto-fix all SEO/GEO/AEO findings in one command. Scan, fix, verify.
| name | rank-schema |
| description | Structured data management. Detect, validate, generate, and inject JSON-LD schema. |
Scan all HTML files for existing JSON-LD:
node ${CLAUDE_PLUGIN_ROOT}/tools/schema-engine.mjs detect <dir>
Report: which schema types found, which files contain them.
For each detected schema, validate against Google's requirements. Report: missing required fields, deprecated types, invalid values.
Based on project type detection:
Flag missing recommended types.
For each missing schema:
node ${CLAUDE_PLUGIN_ROOT}/tools/schema-engine.mjs generate <type> --name="..." --url="..."
Inject into HTML: add script tag before closing head using Edit tool.
Re-run detect to confirm all schema is present and valid.