seo-aeo-analyst

Analyze Eleventy documentation sites for SEO and AI discoverability issues.

12|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/jikig-ai/soleur --skill seo-aeo-analyst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-aeo-analyst
Source: https://github.com/jikig-ai/soleur/tree/main/.openhands/skills/seo-aeo-analyst
Command: npx skills add https://github.com/jikig-ai/soleur --skill seo-aeo-analyst

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill audits Eleventy documentation sites to identify SEO and AEO (AI Engine Optimization) gaps that reduce search visibility and AI discoverability, turning scattered template and build-time issues into prioritized, actionable fixes.

Core Features & Use Cases

  • Structured Data Validation: Detects JSON-LD presence, schema.org types, common property omissions, and JS-only injections that hide schema from crawlers.
  • Meta & Social Tags Review: Verifies canonical links, Open Graph, and Twitter/X cards for per-page correctness.
  • AI Discoverability Checks: Ensures llms.txt availability, crawlable static content, and robots.txt rules that might block AI crawlers.
  • Sitemap & Content Quality: Confirms sitemap completeness, lastmod usage, heading hierarchy, descriptive links, and alt attributes.
  • Source-Level Performance Heuristics: Flags probable Core Web Vitals issues from templates and resource loading patterns.
  • Use Case: Run a full audit on an Eleventy docs site to produce a weighted SEO/AEO score, critical issue list, and file-specific remediation steps ready for targeted edits.

Quick Start

Analyze the Eleventy site source and built output to produce a prioritized SEO/AEO audit report.

Frequently Asked Questions about seo-aeo-analyst

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit an Eleventy documentation site for SEO and AI discoverability issues?

To run an Eleventy site audit for SEO and AEO, analyze source files including eleventy.config.js, templates, and _data, plus built output in _site, to produce a weighted score and prioritized issue list for targeted edits.

What is llms.txt and how does it improve AI discoverability for static sites?

AI discoverability checks verify llms.txt availability, ensure content is crawlable and static, and confirm robots.txt rules do not block AI crawlers from accessing Eleventy documentation.

How do I validate structured data and JSON-LD in Eleventy templates?

Structured data validation detects JSON-LD presence, checks schema.org types, identifies common property omissions, and flags JS-only injections that hide schema from crawlers in Eleventy templates.

Can I check Core Web Vitals heuristics from Eleventy source files?

Source-level performance heuristics flag probable Core Web Vitals issues by analyzing Eleventy templates and resource loading patterns to identify potential bottlenecks before deployment.

Why does my Eleventy built output fail meta tags and sitemap completeness checks?

Meta and social tags review verifies canonical links, Open Graph, and Twitter cards for per-page correctness, while sitemap checks confirm completeness and lastmod usage across Eleventy built output.