In a previous blog entry, I introduced 2 Google advanced operators, (aka hacks) site:, and inurl:
I use those 2 hacks quite a bit to quickly find what I want via Google.
There are 2 more hacks that may come in handy. intitle: and filetype:
intitle: specifies keywords that you want included in the title of a web page.
filetype: defines the specific file extension, e.g., filetype:php will only return documents that have the file extension of php.
You can mix the hacks in a query, e.g.,
inurl:softwarejourney filetype:html
You can use boolean operators to narrow your search, e.g., use the not operator ("-"). E.g., -filetype:php
No comments:
Post a Comment