En

aeo

An all-in-one website SEO and performance auditing tool, supporting multiple audit modes and automated fixes.

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: An all-in-one website SEO and performance auditing tool, supporting multiple audit modes and automated fixes.
Full Skill content: https://321skill.com/skills/aeo-x-11/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 challenge faced by website developers and operators who need to manually integrate multiple tools, navigate cumbersome processes, and struggle with continuous monitoring for SEO optimization, performance auditing, and compliance checks. In practical development, teams often need to assess the SEO impact of new features, check the quality of branch previews, or verify if static sites meet search engine optimization standards. Manual operations are time-consuming and prone to missing critical issues.

Usage is straightforward: simply run an npx command in the terminal, specifying the target URL and the desired audit mode (e.g., audit, fix, schema). You'll then receive a detailed JSON report containing scores, issue lists, and optimization suggestions. For issues requiring fixes, you can directly run the fix mode to automatically apply code changes. The tool supports various input sources, including live URLs, local static file output directories, and even batch page auditing via sitemaps.

It is ideal for front-end developers, full-stack developers, and DevOps teams who need to continuously maintain website quality. It's particularly suited for projects already using CI/CD pipelines that want to automatically catch SEO or performance regressions before code merges. For e-commerce operators and content creators, regularly auditing the site with this tool ensures content is well-indexed by search engines, improving visibility.

It is recommended to integrate this tool into your CI/CD pipeline for automated audits after each new feature release or content update. Note that it primarily focuses on technical SEO audits (e.g., meta tags, structured data, page performance). For strategic SEO elements like content quality and backlink building, other tools and methods are still required. When auditing local or private previews, be sure to use flags like --allow-local and --rewrite-sitemap-origin to ensure proper access.

Key Features

Unlike traditional single-function SEO checkers (e.g., Lighthouse), AEO integrates multiple modes—audit, fix, monitor, platform detection, and regression comparison—into one tool. It also supports specialized audits for local development servers, static build outputs, and private preview branches, creating a closed loop from problem detection to automated fixes.

Limitations

The tool primarily relies on a Node.js environment and requires npx installation. Some advanced features, such as deep integration with specific CI platforms, may require additional configuration.

FAQ

How do I audit a website in local development?

Use the command `npx @ainyc/aeo-audit@1 "http://localhost:3000" --allow-local`. You can also add flags like `--sitemap` and `--rewrite-sitemap-origin` as needed.

Can I compare audit results between the current version and a previous version?

Yes, using the `compare` mode. Provide a previously saved JSON report as a baseline to compare with the current report. The tool will output regression determinations and exit codes, making it easy to integrate into CI workflows.

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-11/raw/index.md to read the original Skill definition (Markdown format) for aeo, and install it according to the instructions.