بنقرة واحدة
rank-fix
Auto-fix all SEO/GEO/AEO findings in one command. Scan, fix, verify.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Auto-fix all SEO/GEO/AEO findings in one command. Scan, fix, verify.
التثبيت باستخدام 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.
Structured data management. Detect, validate, generate, and inject JSON-LD schema.
| name | rank-fix |
| description | Auto-fix all SEO/GEO/AEO findings in one command. Scan, fix, verify. |
Fix everything that can be automated in one pass.
Run all scanners to get current findings:
node ${CLAUDE_PLUGIN_ROOT}/tools/seo-scanner.mjs <dir>
node ${CLAUDE_PLUGIN_ROOT}/tools/geo-scanner.mjs <dir>
node ${CLAUDE_PLUGIN_ROOT}/tools/aeo-scanner.mjs <dir>
For each finding, apply automated fix:
File generation (create missing files):
node ${CLAUDE_PLUGIN_ROOT}/tools/robots-analyzer.mjs generate <dir> <url>node ${CLAUDE_PLUGIN_ROOT}/tools/sitemap-analyzer.mjs generate <dir> <url>node ${CLAUDE_PLUGIN_ROOT}/tools/llms-txt-generator.mjs <dir>node ${CLAUDE_PLUGIN_ROOT}/tools/schema-engine.mjs generate <type> --out=<path>HTML edits (use Edit tool):
robots.txt edits (use Edit tool):
Re-run all scanners. Report:
Save new scores via audit-history tool.