Skip to content

Instantly share code, notes, and snippets.

@ashx3s
Last active October 31, 2023 19:27
Show Gist options
  • Save ashx3s/22502670afc429bb8d40d05930373f28 to your computer and use it in GitHub Desktop.
Save ashx3s/22502670afc429bb8d40d05930373f28 to your computer and use it in GitHub Desktop.
Google Power Search Notes

Google Power Searching

Effective searching involves a combination of these techniques. Put them together in a single search or run a few prep searches to make sure you're getting the right info. This is especially important for debugging when you might not fully understand what your query actually is.

Filtering Techniques

  1. define [define query term]: put define before a term that you don't understand to get a clear definition. Use this to optimize your search
  2. Check for current info using the Tools tab and changing the time frame range
  3. " " ["search exact spelling"] use quotes around particular words if you want them to be spelled exactly that way in the results.
  4. OR search for one thing or another thing (this pairs well with "")
  5. Media type tabs have extra features in tools that can further help (ie: color for images, duration for videos)

Advanced Techniques

  1. -invasivesearchterm put a - directly before the search term to remove invasive/unhelpful results. If it's a multi word term, you'd do this **-"invasive search term"
  2. +searchterm add more of a particular term with +. the quotes rule still applies
  3. site: search a particular site or domain. ie: [site:svelte.dev] or even [site:dev] to search by domain
  4. filetype:ext use this to search specific filetypes by replacing "ext" with the file type extension that you're looking for

Finding Content in Pages

  1. While you're searching: use intext:query term to look for pages with specific content in the pages (that's not necessarily in the description or keywords)
  2. After you've gone to a page: use CTRL-F or CMD-F to search for specific words
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment