Skip to content

Instantly share code, notes, and snippets.

@skopp
Last active August 29, 2020 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skopp/6306324 to your computer and use it in GitHub Desktop.
Save skopp/6306324 to your computer and use it in GitHub Desktop.
5 handy Google Search queries

5 Handy Google search techniques


these work with Google's search engine, may work with others but not tested

  1. "query" - Double quotes are used to search for a specific phrase. If you were to search for, let's say, halloween in Nebraska, not all the results will have that exact phrase. Instead, Google will treat those words as separate and show the results accordingly. However, if you do "halloween in Nebraska", only those results will show up that have the exact phrase.

  2. query -phrase - Use this to exclude something from the results. For example, if I were to search for Microsoft -Google, that means I need results that talk about Microsoft without any reference to Google.

  3. intitle:query - This can be used when you need to locate text in the title of an article. So doing a search for intitle:Windows 8 Start Screen will show the articles that have this phrase in their title.

  4. site:query - You may use this one when you want to restrict your search to a specific site. If you do site:guidingtech.com, it will only show posts from our blog. If you were to do gmail site:guidingtech.com, it will show the posts about Gmail on Guiding Tech.

  5. filetype: - This is for locating files. For instance, filetype:pdf will return results that contain PDF files.

Tip: All the above operators can also be used in conjunction with each other. For example, you could do "Gmail" -Firefox to find posts about Gmail that exclude references to Firefox. Try different mashups! Be creative!

src: Guiding Tech

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment