| Single Keyword |
Company_Name |
Returns each page containing the keyword
Company_Name |
| Multiple Keywords |
Company_Name corporation |
Returns each page containing
the keyword Company_Name AND the keyword corporation
anywhere within the document. Same as if you had typed: +Company_Name +corporation (see
Boolean) |
| Phrase |
"Company_Name corporation" |
Returns each page containing
the exact string in quotes, meaning only those pages where
Company_Name
is followed directly by corporation. |
| Boolean |
+corporation
-Company_Name
Company_Name OR corporation
|
Returns each page based on
the Boolean condition being met. A plus (+) preceding a keyword indicates that the
keyword MUST exist on the page. A minus (-) preceding a keyword
indicates that the keyword MUST NOT exist on the page. An OR separator returns
any page that contains either the keyword Company_Name, or the keyword corporation. The OR
separator MUST be all uppercase. |
Wildcard
(Partial Keywords) |
company_*
*_name
*_name* |
Returns each page where a
keyword exists that either starts with, ends with, or is contained within a particular
term. Therefore, the first example would return any page containing keywords
starting with log, such as Company_Name, or log,
or logic. The second example would return any page containing
keywords ending in ika such as Company_Name,
or troika, or paprika.
The third example would return any page containing keywords with log within
itself, such as prologic, or biology. |
| Title Search |
t:Company_Name |
Returns each page containing
the keyword Company_Name within the <TITLE> section of the
HTML. |
| URL Search |
u:product |
Search all indexed URLs
within a site including the domain name, directory path, and filename / extension. |