geoforge-cli
v0.1.2
Published
Generate AI-ready optimization files for websites, including robots.txt, sitemaps, and AI manifests
Maintainers
Readme
GEOforge CLI
Generate AI-ready optimization files for websites, including robots.txt, sitemaps, and AI manifests.
Installation
npm install -g geoforge-cliUsage
# Basic usage
geoforge https://example.com
# With options
geoforge https://example.com --allow-training --no-humans --compression maximum
# Custom output directory
geoforge https://example.com --output ./my-ai-filesOptions
| Option | Description | Default |
|--------|-------------|---------|
| --allow-training | Allow AI training on content | false |
| --no-humans | Skip humans.txt generation | true |
| --no-sitemap | Skip sitemap.xml generation | true |
| --no-ai-txt | Skip ai.txt generation | true |
| --no-security-txt | Skip security.txt generation | true |
| --no-manifest | Skip manifest.json generation | true |
| --no-ads | Skip ads.txt and app-ads.txt generation | true |
| --compression <level> | ZIP compression level (none, standard, maximum) | standard |
| --output <dir> | Output directory | geoforge-output |
Generated Files
robots.txt- AI crawler directives and policiessitemap.xml- Enhanced XML sitemap with AI metadatahumans.txt- Human-readable site information.well-known/ai.txt- AI interaction guidelines.well-known/security.txt- Security contact informationmanifest.json- Progressive Web App manifestbrowserconfig.xml- Microsoft tile configurationads.txt- Authorized digital sellersapp-ads.txt- Mobile app advertisinggeoforge.json- Detailed website analysis report
Examples
Basic analysis:
geoforge https://metaphase.techSelective file generation:
geoforge https://farmers.gov --no-humans --no-ai-txt --compression maximumAllow AI training:
geoforge https://example.com --allow-trainingLicense
MIT
