robots.txt Allow vs Disallow
Longest match wins. Allow can override Disallow for a more specific path.
Common causes
- Wrong order or path length.
- Expecting first match.
How to fix
- Longest matching rule wins.
- Put more specific first or understand order.
FAQ
- Which wins Allow or Disallow?
- Longest match.
- Order matter?
- Match length, not order.
Fix it now
Try in validator (prefill this example)