CIPWE docs
Generated Files
What CIPWE can auto-generate and why it matters.
4 sections~7 min readPractical examples included
On this page
Output artifacts
The fix command creates practical files you can ship immediately.
- llms.txt
- structured-data.jsonld
- structured-data-snippet.html
- robots.txt
- sitemap.xml
- cipwe-report.md
Output path
Choose where generated assets are written.
cipwe fix https://example.com -o ./publicHow to apply generated files
Treat generated files as starting points and review before merge.
- Validate robots directives against crawler policy
- Ensure schema fields reflect real page intent
- Review canonical and sitemap URLs for correctness
Versioning and governance
Generated files should be committed and reviewed like any source artifact.
- Store outputs in source control
- Attach score change to each release
- Re-generate after major IA/content updates