Best Practices
Use these recommendations when configuring Better Robots.txt through the current setup wizard.
Start With the Wizard Flow
- Choose a mode first, then review each numbered step instead of jumping straight to custom rules
- Use
Mode 1orMode 2if you want a safer starting point before making manual changes - Use
Mode 0: Customonly when you already know which modules you want to adjust
Keep the Basics Intact
- Keep the core WordPress protection rules enabled unless you have a specific reason to change them
- Keep CSS/JS and image allow rules enabled in
Resources & Assetsunless you have tested a different need - Make sure at least one valid sitemap source is configured in
Global Settings
Prefer Virtual Output Unless You Need a File
- Use
Virtualrobots.txt for most sites - Choose
Physical Fileonly when you specifically need a written file in the site root - If a physical
/robots.txtalready exists, resolve that conflict before relying on the virtual output
Use AI Controls Intentionally
- Leave AI training protection enabled unless you deliberately want to allow training crawlers
- Decide separately whether AI search engines should be blocked or allowed
- Use
/llms.txtonly when you want to publish a separate manual policy file and are prepared to write its contents yourself
Keep Store Rules Focused
- For WooCommerce sites, start with
Basic Cleanup - Move to
Advanced Cleanuponly when filter and parameter sprawl is a real issue - Re-check the preview after changing store-related rules because they can add a lot of output quickly
Use Custom Rules Carefully
- Add custom rules only for directives that are not already covered by the wizard
- Keep custom directives short and intentional
- Review the final preview after every custom rule change
Always Review Before Saving
- Use
Step 14 - Review & Saveto confirm the generated output - Check that the expected sitemap lines are present
- Check that the expected bot rules are present
- If
Consolidate User-agentsis enabled, confirm the final output still reads the way you expect
Remember What robots.txt Is For
robots.txthelps guide crawler behavior- it is not a security system
- do not rely on it to protect private content or admin access
Next
Use Examples for common configuration paths or Troubleshooting if the output is not behaving as expected.