| Text |
Containing |
I need to search to see if all pages on a site have their brand in the title. |
Exclude Title Containing “name of my brand” |
| Exactly Matching |
I have to find pages with specific linking anchor text. |
Include Incoming Link or ALT text Exactly Matching “anchor text” |
|
| Matching RegExp ( Java Regex) |
I need to select guide pages with titles containing “how to.” |
Include Title Matching RegExp “how to.*+guide” |
|
| Begins/Ends with |
I want to find out if a crawler found any pages on HTTP protocol on my secured site. |
Include URL Begins with “http://” |
|
Number (Element count and length in characters or pixels, link count…) |
Equals |
I need to select only pages redirected by a 302 status code. |
Include Status Code Equals “302” |
| Less Than |
I want to identify pages with one or no incoming links. |
Include Incoming Links Count Less than “2” |
|
| Greater Than |
I need to find pages that are deep in the site structure. |
Include Level Greater than “5” |
|