site:
If you include [site:] in your query, the results
are restricted to those websites in the given domain.
For instance,
[help site:www.hersheygifts.com]
finds pages about help within www.hersheygiftscom.
[help site:com]
finds pages about help within .com URLs.
Note: There can be no space between the "site:" and the domain.
allintitle:
If you start a query with [allintitle:], the
results are restricted to documents with all of the
query words in the document's HTML title. For
example, [allintitle: Reese's recipes] only
returns documents that have both "Reese's" and "recipes" in the HTML title.
intitle:
If you include [intitle:] in your query, the
search is restricted to results with documents
containing that word in the HTML title. For example,
[intitle:Reese's recipes] returns documents
that mention the word "Reese's" in their
HTML title, and mention the word "recipes"
anywhere in the document either in the title or
anywhere else in the document.
Note: There can be no space between the
"intitle:" and the following word.
Putting [intitle:] in front of every word
in your query is equivalent to putting
[allintitle:] at the front of your query.
For example, [intitle:Reese's intitle:recipes]
is the same as [allintitle: Reese's recipes].
allinurl:
If you start a query with [allinurl:],
the search is restricted to results with all of the
query words in the URL. For example, [allinurl:
products kisses] returns only documents that have
both "products" and "kisses" in the URL.
Note: [allinurl:] works on words,
not URL components. In particular, it ignores
punctuation. Thus, [allinurl: discover/milton]
restricts the results to page with the words
"discover" and "milton" in the URL, but
doesn't require that they be separated by a slash
within that URL, that they be adjacent, or that
they be in that particular word order. There is
currently no way to enforce these constraints.
inurl:
If you include [inurl:] in your query,
the results are restricted to documents containing
that word in the URL. For example, [inurl:products
kisses] returns documents that mention the word
"products" in their URL and mention the word
"kisses" anywhere in the document either
in the URL or anywhere else in the document.
Note: There can be no space between the
"inurl:" and the following word.
Note: [inurl:] works on words, not
URL components. In particular, it ignores punctuation.
Thus, in the query [inurl:discover/milton], the
inurl: operator affects only the word
"discover," which is the single word following
the inurl: operator, and does not affect the
word "milton." The query [inurl:discover
inurl:milton] can be used to require both
"discover" and "milton" to be in the URL.
Putting [inurl:] in front of every word in
your query is equivalent to putting [allinurl:]
at the front of your query. For example,
[inurl:products inurl:kisses] is the same as
[allinurl: products kisses].