seo-aeo

Audit and fix SEO and AEO issues in Eleventy documentation sites.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) components.

What problem does it solve?

This Skill audits, repairs, and validates SEO and AEO (AI Engine Optimization) issues for Eleventy documentation sites, reducing the manual effort of checking metadata, bots access, sitemap integrity, structured data, and Content-Security-Policy script hashes.

Core Features & Use Cases

  • Comprehensive Audit: Runs an agent-powered analysis to identify critical SEO/AEO issues without making changes.
  • Automated Fixes: Applies targeted source-file fixes via guided agent tasks and rebuilds the site to verify changes.
  • CI Validation: Provides standalone validation scripts that check llms.txt, robots.txt bot access, sitemap lastmod entries, canonical/OG/Twitter tags, JSON-LD, and CSP inline script SHA-256 hashes.
  • Use Case: Use this Skill to verify a newly built Eleventy docs site in CI, ensure AI bots are not blocked, and confirm inline script hashes match the CSP meta tag.

Quick Start

Run seo-aeo audit to generate a structured SEO and AEO report for the Eleventy documentation site.

Frequently Asked Questions about seo-aeo

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 AEO issues?

To audit SEO and AEO for Eleventy documentation sites, run an agent-powered analysis that checks metadata, bot access, sitemaps, structured data, and CSP hashes. The audit generates a structured report identifying critical issues without modifying source files.

What is AEO and how does it relate to SEO for documentation sites?

AEO, or AI Engine Optimization, ensures documentation sites are accessible to AI crawlers and return optimized structured data. It relates to SEO by extending traditional search visibility to AI engines, verifying llms.txt files, robots.txt bot access, and JSON-LD structured data.

How do I validate Content-Security-Policy inline script hashes in CI?

To validate CSP inline script hashes in CI, use standalone python3 and shell validation scripts to check SHA-256 hashes against the CSP meta tag. This CI validation confirms built output security without requiring manual inspection of generated HTML.

Can I automatically fix SEO metadata and structured data in Eleventy source files?

Yes, you can apply automated fixes to Eleventy SEO metadata and structured data source files. Guided agent tasks apply targeted source-file remediation and rebuild the site to verify that canonical, OG, Twitter tags, and JSON-LD changes are correct.

Does this SEO audit require both the source and built output of the Eleventy site?

Yes, auditing Eleventy SEO and AEO requires access to both the site's source and built output. This dual access allows the python3 and shell scripts to validate source-side metadata fixes and verify the final rendered CSP hashes and sitemap entries.

Why are AI bots blocked from my Eleventy documentation site?

AI bots might be blocked due to restrictive robots.txt rules or missing llms.txt files. An AEO audit checks robots.txt bot access and llms.txt configuration to ensure AI engines can crawl and index your documentation content properly.