forces words to be included in search results. Useful with stop words that otherwise will be discarded
prevents a search term to show in results, for example searching for doughnut -cream can help you to avoid creamy doughnuts
returns documents with one of the given terms, like doughnut OR donut. You can also use | instead of OR: doughnut | donut
using quotes forces google to search for the exact phrase (including stop words), try “doughnut at midnight” and doughnut at midnight (actually, using quotes is similar, but not equals, to doughnut-at-midnight … it would be interesting to know what is the exact difference in SERP)
allow to search also for synonyms of the given word. searching for doughnut ~tips finds also pages with the word help or guide etc.
means every word. try “doughnuts with *”
Used to search in a range of numbers, “2..20 doughnuts” will find pages containing “I eat 3 doughnuts a day” and “I’ll never eat more than 15 doughnuts in a month”
This operators can be combined to create advanced queries, for example “I eat 1..100 doughnut OR doughnuts OR donut OR donuts each *”
Returns documents modified in the given time interval. Dates should be entered in julian format (so geeky, but a bit unusable).
Using doughnuts daterange:2454091-2454101 you can find who talked about doughnuts in the last ten days of 2006
returns links to documents with the given file type.
For example searching for doughnuts filetype:java will find portable and object-oriented doughnuts.
Currently officially supported file types are pdf, ps, wk1, wk2, wk3, wk4, wk5, wki, wks, wku, lwp, mw, xls, ppt, doc, wks, wps, wdb, wri, rtf, swf, ans, txt, but other are supported as well, like xml, cpp, java etc.
restricts the results to the given domain. site:mapelli.info will find all indexed page on www.mapelli.info, while site:mapelli.info doughnuts will find all doughnuts-related pages on www.mapelli.info .
update: you can use the site operator also to find your supplemental results using this query:site:www.mapelli.info *** -sljktf. (taken from an intresting article about Google Supplemental Index Results by Aaron Wall)
shows the cached version of given webpage. Other words in the query will be highlighted in the returned page, try cache:www.mapelli.info doughnuts
lists webpages that link to the given webpage. link:http://en.wikipedia.org/wiki/Doughnut will list webpages with links pointing to wikipedia’s voice for Doughnut
returns pages that google somehow thiks are related to the given page. Not always accurate.
returns some informations about the given web page. Typically website and description.
returns the definition of a given word. Try define:doughnuts (in case you are an alien and you don’t know what a Doughnut is
)
search in residential phone book. sample: phonebook:smith Los Angeles
returns stock info: try stocks:goog
weather informations for the given city. weather:los angeles
returns all movies related to the search term given. Sample: movie:doughnuts
You can also find movies by locations: movie:nyc , movie 10015
you can search for flights inside USA using the airport code (does not work for every airport). sample:jfk lax
Search for documents with the given words in their title. allintitle:doughnuts chocolate will find all the documents with title containing ‘doughnuts’ and ‘chocolate’. This operator cannot be combined with others.
Search for documents with the first word after the intitle operator in their title. intitle:doughnuts chocolate will find all the documents with title containing ‘doughnuts’ and talking about chocolate. Note that the word ‘chocolate’ is not necessarily in the title.
Search for documents with the given words in their text. allintext:doughnuts chocolate will find all the documents with text containing ‘doughnuts’ and ‘chocolate’.This operator cannot be combined with others.
Search for documents with the first word after the intext operator in their text. intext:doughnuts chocolate will find all the documents with text containing ‘doughnuts’ and talking about chocolate. Note that the word ‘chocolate’ is not necessarily in the text
Search for documents with the given words in their url. allinurl:doughnuts chocolate will find all the documents with url containing ‘doughnuts’ and ‘chocolate’. This operator cannot be combined with others.
Search for documents with the first word after the inurl operator in their url. inurl:doughnuts chocolatewill find all the documents with url containing ‘doughnuts’ and talking about chocolate. Note that the word ‘chocolate’ is not necessarily in the text
Search for documents with the given words in an anchor. allinurl:doughnuts chocolate will find all the documents with anchor text containing ‘doughnuts’ and ‘chocolate’. This operator cannot be combined with others.
Search for documents with the first word after the operator in an anchor. inanchor:doughnuts chocolatewill find all the documents with anchor containing ‘doughnuts’ and talking about chocolate. Note that the word ‘chocolate’ is not necessarily in an anchor.
you can use Google as a calculator, using standard symbols, for example
3+2 returns 5
4-1 returns 3
6*8 returns 48
15/5 returns 3
3^2 returns 9 (3 raised to power 2)
5%2 returns 1 (the remainder after division)
sqrt(49) returns 7, if you need non-square roots you can use for example 3th root of 27.
google calculator supports various trigonometic functions, expecting a radians value, that can be expressed also using the pi constant: sin(pi/2), tan (2/3*pi)
returns natural (base e) logarithm: ln(e^5)
returns base 10 logarithm: log(100)
returns n factorial: 3!
Numbers can be entered also in hexadecimal, octal and binary base, using 0x, 0o and 0b prefixes, for example 5 +0xf+0b1001
Google supports a lot of conversion tools, here is a small guide:
you can convert radians to degrees: pi/2 in degrees or convert degrees into radians: 90 degrees in radians
you can convert to each of the given bases: 16 in hex , 16 in octal, 16 in binary, 0×11 in decimal
you can also use 2007 in roman numerals (in case you’re building a temple and you need to know how to write the year on it)
you can use 100miles in km , 1m in mm, but also 200000 km in light-second etc.
just some samples:
100mph in kph
1 month in seconds
280 kelvin in celsius
50 fahrenheit in celsius
3 € in $ or 3 euros in dollars
I love this…
3 teaspoons in oz
1 cup + 1 tablespoon in teaspoon
There are a lot of others possible conversions, just try!
Article Sources: http://www.mapelli.info/ultimate-google-search-tips-guide http://www.googleguide.com/advanced_operators_reference.html
I suggest to use screenshots to make it more visual in nature.