En

aeo

A one-stop website SEO and quality auditing tool, supporting multiple audit modes and providing remediation suggestions.

Install & Use

Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:

Help me install this AI Skill: aeo.
It is used for: A one-stop website SEO and quality auditing tool, supporting multiple audit modes and providing remediation suggestions.
Full Skill content: https://321skill.com/skills/aeo-x-2/raw/index.md
Read that page and install it.

The prompt includes a link to the full Skill content. You can also view the full content.

This Skill addresses the challenges of poor SEO performance, accumulating technical debt, and the difficulty in quantitatively assessing content quality during website development and operations. In practice, developers often need to manually inspect page meta tags, structured data, performance metrics, and compare differences across environments or versions—a process that is both tedious and prone to oversights. AEO consolidates these issues into a single command-line tool through automated auditing, delivering comprehensive diagnostic reports.

Usage is straightforward: simply run the command npx @ainyc/aeo-audit@1 "<url>" in your terminal. You can then add various mode flags (e.g., --sitemap, --fix, --schema) to perform sitemap audits, automatically fix issues, validate JSON-LD data, and more, with detailed scores, issue lists, and optimization suggestions output in JSON format.

It is particularly well-suited for teams or individuals who need to continuously monitor website health and improve search engine visibility. Developers, SEO specialists, and product managers—especially those using static site generators, working with preview branches, or requiring competitive benchmarking—can integrate it into their CI/CD pipelines to ensure that no SEO or performance regressions are introduced with each code change.

It is recommended to use this tool for scanning before project launches, during feature branch merges, or on a regular schedule (e.g., weekly). Note that it primarily relies on the accessibility of the target URL. For local or private preview environments, the --allow-local flag must be explicitly used, and its parameter security guidelines should be strictly followed to avoid command injection risks.

Key Features

Unlike traditional single-function SEO tools (e.g., those that only check meta tags), AEO integrates multiple workflows—including auditing, remediation, schema validation, llms.txt generation, platform detection, and regression comparison—into one tool. It can also handle specific auditing needs for preview branches or local environments using flags like `--rewrite-sitemap-origin`.

Limitations

The tool primarily runs in a Node.js environment (via npx), requires network access to the target site, and certain advanced features (such as auditing local previews) require explicit enabling of security flags.

FAQ

How do I audit a website on a local development server?

Use the `--allow-local` flag, for example: `npx @ainyc/aeo-audit@1 "http://localhost:3000" --allow-local`.

How can I audit only the recently changed pages on a site?

Combine the `--sitemap`, `--changed`, and `--base` flags, for example: `--sitemap --changed --base main`. This allows for targeted auditing by comparing Git branch differences.

Installation guide for AI assistants

If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:

Visit https://321skill.com/skills/aeo-x-2/raw/index.md to read the original Skill definition (Markdown format) for aeo, and install it according to the instructions.