NanoSkill
Skill einreichen

AEO Audit Agent Skill

vononvoyage-ai1KGitHub-SterneGitHub

Run a comprehensive AI engine optimization audit with 16 foundational checks and 6 content quality dimensions. Boost citations from ChatGPT, Claude, and Google AI Overviews by up to 41%. Start free in seconds.

aeoSicherheitsprüfung bestanden
Ergebnisvorschau

Vollständige Demo

See an actionable AEO report about 22 checkpoints, score dashboard, framework-specific code fixes, and a verification plan.

Loslegen

Erste Aufgabe ausführen

  1. the step of aeo audit agent skill
    01

    Install

    Add the skill to your agent.

  2. the step of aeo audit agent skill
    02

    Connect Your Codebase

    Point the skill to your website repository or URL.

  3. the step of aeo audit agent skill
    03

    Get Your Optimization Report

    Receive a report showing your AEO score, failing checks, and exact code fixes to increase AI visibility.

Installationsbefehl

$ npx skills add https://github.com/onvoyage-ai/gtm-engineer-skills/tree/main/improve-aeo-geo

Installationssignale

Installationsaktivität

Überblick

AEO audit skills help website owners, marketers, and developers ensure their content is visible to AI-powered search engines. An AI engine optimization audit identifies and fixes technical and content issues that prevent AI agents like ChatGPT, Claude, and Google AI Overviews from citing your site. This skill automatically runs 16 foundational checks and 6 content quality dimensions to boost your visibility.

Unlike generic SEO tools, this skill is grounded in peer-reviewed research showing that simple changes—like adding quotations, statistics, and structured data—can increase AI visibility by up to 41%. It supports all major frameworks (Next.js, WordPress, Hugo, etc.) and delivers targeted code fixes, not just recommendations.

Content teams, SEO specialists, and solo developers use this skill to audit existing sites, optimize new content, and track their AEO score improvement over time. After implementing the changes, users can verify their score at aeo-audit.sh to measure the impact.

Wichtige Funktionen

Was ihn stark macht

  • 16 Foundational AI Visibility Checks

    Audit critical factors like bot access, text depth, metadata, structured data, and canonical URLs to ensure your site is crawlable by AI agents.

  • 6 GEO Content Quality Dimensions

    Evaluate answer readiness, quotability, evidence density, content depth, freshness, and structural clarity to maximize AI citation probability.

  • Framework-Aware Code Adjustments

    Detects Next.js, Nuxt, WordPress, Hugo, and more, then makes targeted code changes following best practices for each framework.

  • Actionable Score Improvement

    Prioritizes fixes and recommends verifying your score at aeo-audit.sh to track progress from 31 to 87+ points.

  • Research-Backed Recommendations

    Every check is grounded in peer-reviewed research showing up to +41% AI visibility when implemented.

Anwendungsfälle

Wann du ihn einsetzen solltest

  • Audit Your Site for AI Crawlers

    Content marketers and SEOs run a comprehensive AI engine audit to identify gaps in robot access, structured data, and content depth that affect AI visibility.

  • Optimize Content for Generative AI Citations

    Copywriters and editors improve answer readiness and quotability so ChatGPT and Perplexity are more likely to cite their articles.

  • Improve AI-Driven Referral Traffic

    Website owners boost their AEO score to capture the 87.4% of AI referral traffic driven by ChatGPT.

  • Maintain Freshness for AI Discovery

    Publishers ensure content is updated within 3 months to achieve up to 6 AI citations, aligning with research that AI prefers fresher sources.

SKILL.md

Improve Website AEO/GEO

The web is no longer read only by humans. AI agents — ChatGPT, Claude, Perplexity, Google AI Overviews — are now how millions of people discover information. These agents don't browse. They extract, parse, and decide in milliseconds whether your content is worth citing.

If your site isn't optimized for AI, you're invisible to a growing share of your audience.

This is an agent skill that audits your website's codebase and makes concrete improvements to boost your AEO (AI Engine Optimization) and GEO (Generative Engine Optimization) scores.

Check your score at aeo-audit.sh — then use this skill to improve it.


Install

Clone the repo, then symlink or copy improve-aeo-geo/ into either ~/.codex/skills/ or ~/.claude/skills/. See the root README for installation examples.

Usage

Once installed, invoke the skill by name:

/improve-aeo-geo

Or reference it in conversation:

"Use the AEO skill to optimize this site" "Run the AEO/GEO audit on my codebase"

The skill will:

  1. Detect your framework (Next.js, Nuxt, Astro, SvelteKit, WordPress, Hugo, Jekyll, and more)
  2. Audit your code against 16 foundational checks and 6 content quality dimensions
  3. Make targeted code changes in priority order
  4. Recommend verifying your score at aeo-audit.sh

What It Checks

Foundational (16 checks, 134 points)

CheckPointsPass Criteria
AI bot access (robots.txt)129 AI crawlers not blocked
Text depth12250+ words per page
Page title1010+ characters
Meta description1050+ characters
Internal linking105+ internal links per page
Indexability10No noindex on public pages
llms.txt10Valid file at /.well-known/llms.txt
JSON-LD structured data8At least 1 JSON-LD block per page
Schema types8Recognized @type values
Canonical URL8rel="canonical" present
Single H18Exactly 1 <h1> per page
Open Graph8og:title + og:description
Image alt text880%+ images have alt
RSS feed8Discoverable RSS/Atom feed
Heading hierarchy6H1 → H2 → H3, no skips
AI meta tags6No nosnippet/noai/noimageai

GEO Content Quality (6 dimensions)

DimensionWhat It Measures
Answer ReadinessDirect answers in opening paragraphs
QuotabilitySelf-contained, extractable passages
Evidence DensityStatistics, sources, citations inline
Content DepthSubstantive, multi-faceted coverage
FreshnessPublication dates, update signals
Structural ClaritySemantic HTML, clean heading outline

Why This Matters — The Research

All claims are from peer-reviewed academic research or large-scale industry studies:

FindingSource
Adding quotations = +41% AI visibilityGEO Paper, KDD 2024 — Princeton, Georgia Tech, IIT Delhi, Allen AI
Adding statistics = +33% AI visibilitySame peer-reviewed paper
Citing sources = +28% AI visibilitySame paper; up to +115% for smaller sites
44.2% of ChatGPT citations come from first 30% of contentGrowth Memo, 2026 — 1.2M AI answers analyzed
Articles 2,900+ words = 5.1 citations vs. 3.2 for <800 wordsSE Ranking, 2025 — 2.3M pages studied
Pages with FAQ sections = 4.9 citations vs. 4.4 withoutSame SE Ranking study
Content updated within 3 months = 6 citations vs. 3.9 for 2+ yearsSame SE Ranking study
AI cites content 25.7% fresher than traditional searchAhrefs, 2025 — 17M citations
ChatGPT drives 87.4% of AI referral trafficConductor, 2025 — 13.7K domains

Supported Frameworks

The skill provides framework-specific code patterns for:

  • Next.js (App Router) — metadata exports, JSON-LD, robots.ts, sitemap.ts
  • Nuxt 3 — useSeoMeta, nuxt-schema-org
  • SvelteKit — svelte:head, JSON-LD injection
  • Astro — layout props, @astrojs/sitemap
  • Remix — meta function, link tags
  • WordPress — functions.php, Yoast/Rank Math integration
  • Hugo — partials, built-in RSS, template variables
  • Jekyll — jekyll-seo-tag, jekyll-feed gems
  • 11ty — Nunjucks templates, eleventy plugins
  • Plain HTML — direct tag implementation

Examples

  • Next.js Blog: 42 → 87/100
  • WordPress Business Site: 31 → 82/100

Contributing

See CONTRIBUTING.md for guidelines on adding new checks, frameworks, or research.

License

MIT — see LICENSE.

FAQ