| name | aeo-generate |
| description | Use when previewing optional llms.txt proposal files, candidate JSON-LD, or crawler-control suggestions for a website build |
AEO Generate — Optional Discovery Artifacts
Generate reviewable candidate artifacts. These files do not guarantee crawling, indexing, search features, visibility, or citation.
Workflow
-
Identify an authorized static build directory.
-
Preview without writing:
npx aeoptimize generate <directory> --dry-run
-
Review every output:
llms.txt and llms-full.txt are experiments based on a proposal.
- Candidate
Article or BreadcrumbList JSON-LD must match visible content.
- Crawler rules have service-specific meanings; an allow rule is not an outcome guarantee.
-
Write only after the user approves the exact directory:
npx aeoptimize generate <directory>
Boundaries
- Never overwrite an existing artifact without confirmation and a recoverable copy.
- Never infer
FAQPage from question headings.
- Never add
<link rel="llms-txt"> as if it were a standardized discovery mechanism.
- Never auto-apply
robots.txt suggestions.
- Validate structured data against current primary documentation before deployment.