robots.txt Allow All
If you have no Disallow, everything is allowed. Explicit Allow: / is optional.
Common causes
- Redundant Allow: /.
- Confusion about default.
How to fix
- Default is allow; no need for Allow: /.
- Use Disallow only for what to block.
FAQ
- Default robots.txt?
- Allow all.
- Need Allow: /?
- No.
Fix it now
Try in validator (prefill this example)