This chapter covers the core features and capabilities of Robots.txt Generator.
standard, strict, open, lockdown# Use a preset
python src/robots_txt_generator.py --preset standard --sitemap https://example.com/sitemap.xml
# From a config file
python src/robots_txt_generator.py --config examples/robots_config.json --output robots.txt
# Block AI crawlers + allow search engines
python src/robots_txt_generator.py --preset strict --sitemap https://example.com/sitemap.xml
# Staging/dev lockdown
python src/robots_txt_generator.py --preset lockdown --output robots.txt
# List available presets
python src/robots_txt_generator.py --list-presets
# List known crawlers
python src/robots_txt_generator.py --list-crawlersFollow this guide to get Robots.txt Generator up and running in your environment.
| Preset | Description |
|---|---|
standard | Allow everything, block admin paths |
strict | Block AI crawlers and SEO tools |
open | Allow all crawlers everywhere |
lockdown | Block everything (staging/dev) |
See examples/robots_config.json for a full example.
Get the full Robots.txt Generator and unlock everything.
Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.
Access all interactive tools with complete data, all workload profiles, and the full scenario library.
Downloadable source code, configuration files, and working examples from every chapter.
Free updates for life. Every new chapter, tool, and improvement included.