{"id":48486308,"url":"https://github.com/dexuwang627-cloud/aeoptimize","last_synced_at":"2026-04-07T10:00:59.788Z","repository":{"id":349708981,"uuid":"1203553557","full_name":"dexuwang627-cloud/aeoptimize","owner":"dexuwang627-cloud","description":"CLI toolkit + Claude Code skills that transform SEO-optimized websites into AI-search-ready content","archived":false,"fork":false,"pushed_at":"2026-04-07T08:10:05.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-07T08:28:11.323Z","etag":null,"topics":["aeo","ai-search","ai-seo","answer-engine-optimization","claude-code-skill","generative-engine-optimization","json-ld","llms-txt","seo","structured-data"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dexuwang627-cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-07T06:28:03.000Z","updated_at":"2026-04-07T08:10:12.000Z","dependencies_parsed_at":"2026-04-07T10:00:43.484Z","dependency_job_id":null,"html_url":"https://github.com/dexuwang627-cloud/aeoptimize","commit_stats":null,"previous_names":["dexuwang627-cloud/aeoptimize"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dexuwang627-cloud/aeoptimize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexuwang627-cloud%2Faeoptimize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexuwang627-cloud%2Faeoptimize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexuwang627-cloud%2Faeoptimize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexuwang627-cloud%2Faeoptimize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dexuwang627-cloud","download_url":"https://codeload.github.com/dexuwang627-cloud/aeoptimize/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dexuwang627-cloud%2Faeoptimize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31508282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aeo","ai-search","ai-seo","answer-engine-optimization","claude-code-skill","generative-engine-optimization","json-ld","llms-txt","seo","structured-data"],"created_at":"2026-04-07T10:00:37.265Z","updated_at":"2026-04-07T10:00:59.741Z","avatar_url":"https://github.com/dexuwang627-cloud.png","language":"TypeScript","readme":"# aeoptimize\n\n[![npm version](https://img.shields.io/npm/v/aeoptimize.svg)](https://www.npmjs.com/package/aeoptimize)\n[![license](https://img.shields.io/npm/l/aeoptimize.svg)](https://github.com/dexuwang627-cloud/aeoptimize/blob/main/LICENSE)\n\n**CLI toolkit + Claude Code skills that transform SEO-optimized websites into AI-search-ready content.**\n\nAI search engines (ChatGPT, Perplexity, Google AI Overview) don't rank pages — they **cite** content. `aeoptimize` helps you make your content citable.\n\n```bash\nnpx aeoptimize scan your-site.com\n```\n\n```\nAEO Readability Report\nScore: 61/100  AI Readability: Good\n\n  Structure        ██████████████░░░░░░ 18/25\n  Citability       ████████████░░░░░░░░ 16/25\n  Schema           ███████░░░░░░░░░░░░░  7/20\n  AI Metadata      ███████░░░░░░░░░░░░░  8/15\n  Content Density  ███████████████░░░░░ 12/15\n\nTop Suggestions:\n  → Add FAQ section with question-format headings\n  → Add AI-relevant schema types\n  → Create and link an llms.txt file\n```\n\n## Features\n\n### Scan — AI Readability Audit\n\n17 rules across 5 dimensions, 0-100 score. Zero cost, offline capable, deterministic.\n\n```bash\nnpx aeoptimize scan https://example.com          # Remote URL\nnpx aeoptimize scan ./dist --dir                   # Local directory\nnpx aeoptimize scan ./dist --dir --json            # Machine-readable\n```\n\n| Dimension | Max | What it measures |\n|-----------|-----|------------------|\n| **Structure** | 25 | Heading hierarchy, paragraph length, FAQ presence |\n| **Citability** | 25 | Self-contained statements, data/stats, definitions |\n| **Schema** | 20 | JSON-LD presence, completeness, AI-relevant types |\n| **AI Metadata** | 15 | llms.txt, robots.txt AI config, meta description |\n| **Content Density** | 15 | Content vs boilerplate, keyword stuffing detection |\n\n### Multi-AI Scoring\n\nScore with multiple AI engines simultaneously. Detects `gemini` and `copilot` CLIs, dispatches parallel scoring, merges with rule engine.\n\n```bash\nnpx aeoptimize scan https://example.com --multi-ai\n```\n\n```\nScore: 72/100 (Rule Engine: 61 | AI Consensus: 83)\n\n  Rule Engine      ████████████░░░░░░░░ 61/100\n  Claude           ████████████████░░░░ 85/100\n  Gemini           ████████████████░░░░ 81/100\n\nAI Insights:\n  Claude:  \"FAQ section lacks schema markup\"\n  Gemini:  \"Missing llms.txt reduces discoverability\"\n```\n\n| Scenario | Weighting |\n|----------|-----------|\n| Rule engine + 2+ AIs | 50% rules + 50% AI average |\n| Rule engine + 1 AI | 60% rules + 40% AI |\n| Rule engine only | 100% rules |\n\n### Generate — AI Infrastructure Files\n\n```bash\nnpx aeoptimize generate ./dist --dry-run           # Preview\nnpx aeoptimize generate ./dist                    # Write files\n```\n\nGenerates:\n- **llms.txt** — Machine-readable site summary ([llmstxt.org](https://llmstxt.org) standard)\n- **llms-full.txt** — Full content for deep AI consumption\n- **JSON-LD schemas** — Article, FAQPage, BreadcrumbList\n- **robots.txt suggestions** — AI crawler allow/deny rules\n\n### Transform — AI Content Restructuring (Claude Code Skill)\n\nUses your existing Claude subscription — zero extra cost:\n\n- Split long paragraphs into citable statements\n- Extract implicit Q\u0026A into FAQ schema\n- Remove keyword stuffing\n- Fix dangling references (\"This...\", \"It...\", \"They...\")\n- Inject structured data\n\n## Claude Code Skills\n\n```bash\nclaude plugin marketplace add dexuwang627-cloud/aeoptimize\n```\n\n- `/aeo-scan` — Interactive audit with multi-AI scoring\n- `/aeo-generate` — Guided file generation with preview\n- `/aeo-transform` — AI-powered content restructuring\n\n## Why AEO?\n\n| | SEO | AEO |\n|---|---|---|\n| **Goal** | Rank higher | Get cited |\n| **Audience** | Search crawler | Language model |\n| **Key metric** | Position | Citation accuracy |\n| **Content style** | Keyword-rich | Self-contained, structured |\n| **Structured data** | Nice to have | Essential |\n\n67% of users now get their first answer from AI. If your content can't be extracted and cited, it's invisible.\n\n## Help\n\n```bash\nnpx aeoptimize --help            # All commands\nnpx aeoptimize scan --help       # Scan options\nnpx aeoptimize generate --help   # Generate options\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexuwang627-cloud%2Faeoptimize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdexuwang627-cloud%2Faeoptimize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdexuwang627-cloud%2Faeoptimize/lists"}