aeo-geo-analyzer
v0.1.0Analyzes 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install aeo-geo-analyzer@agent-plugin-marketplacePaste 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-OSClone 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
├── .claude-plugin/plugin.json└── skills/analyze-aeo-geo/SKILL.md
Included Skills1
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
{
"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"
]
}For maintainers
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)