Agent Plugins Marketplace
← All plugins

aeo-geo-analyzer

v0.1.0

Analyzes any website's AEO (Answer Engine Optimization) and GEO (Generative Engine Optimization) performance — AI crawler access, llms.txt, on-page answerability, structured data, and third-party citation authority — and produces a scored report with prioritized recommendations.

Claude Code1 Skill

By Paul Hinz, The Linux Foundation2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install aeo-geo-analyzer for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install aeo-geo-analyzer@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/paulhinz/LF-Marketing-OS

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/aeo-geo-analyzer/.

Plugin files

plugins/aeo-geo-analyzer/
├── .claude-plugin/plugin.json
└── skills/analyze-aeo-geo/SKILL.md

Included Skills1

analyze-aeo-geoskills/analyze-aeo-geo/SKILL.md

Runs a full AEO/GEO (Answer Engine Optimization / Generative Engine Optimization) audit of a website and produces a scored report with prioritized recommendations. Use when the user says "run an AEO analysis", "GEO audit", "analyze [site] for AEO/GEO", "how does my site perform in AI search", "will ChatGPT/Claude/Perplexity cite my site", "check my llms.txt", or asks how visible a site or brand is to AI answer engines.

Plugin manifests1

plugins/aeo-geo-analyzer/.claude-plugin/plugin.json
{
  "name": "aeo-geo-analyzer",
  "version": "0.1.0",
  "description": "Analyzes any website's AEO (Answer Engine Optimization) and GEO (Generative Engine Optimization) performance — AI crawler access, llms.txt, on-page answerability, structured data, and third-party citation authority — and produces a scored report with prioritized recommendations.",
  "author": {
    "name": "Paul Hinz, The Linux Foundation"
  },
  "keywords": [
    "aeo",
    "geo",
    "seo",
    "ai-search",
    "llms-txt",
    "marketing"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[aeo-geo-analyzer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aeo-geo-analyzer)