Last active
August 29, 2015 14:17
-
-
Save kylejohnston/98c97e796e78a3d4075c to your computer and use it in GitHub Desktop.
Tips for better Google Searches
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Example: | |
| site:nytimes.com ~college "test scores" -SATs 2008…2010 | |
| - site: only searches pages of that site | |
| - ~college – will also search related words, such as 'higher education' or 'university' | |
| - "test scores" – searches for the exact phrase, not each of the words separately | |
| - -SATs – excludes this term from the search | |
| - 2008…2010 – shows all results from within the designated range | |
| [Source](https://twitter.com/MaxCRoser/status/556479678299791360/photo/1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment