| > I want to create a rule that excludes all pages that
DON'T
> contain a word.
> It's easy enough to include but I want to exclude
> everything that doesn't meet the rule.
Just exclude everything first, then include the rule:
example to include ONLY thinks located on www.example.com
-* +www.example.com/*
| |