Google has become such an integral part of all our lives that we now use the verb “google” to refer to the action of using the search engine. By simply typing a few keywords, you can find anything from the closest grocery store to the latest breaking news.
But sometimes, the magic of Google fails to give us the results we are searching for. You try several different word combinations and go deep into the search results but still can’t find what you need.
But there may be a solution to this! Did you know that Google provides different options to refine your search to find exactly what you want from thousands of matches?
In this article, we will introduce you to some googling tips and tricks that will make your search results more efficient and effective. You may know some of these already; but we have some hidden gems you probably unaware of, until now.
Use quotation marks to match exact phrases
"search query"
You can use quotation marks around a word or a phrase you enter into the search box to get a list of results that contain the exact search term.
If you search ‘When to use Node.js’ (sans quotation marks), Google returns a set of results that contains all four or less of these words in any order.
But if you use quotation marks and search for “When to use Node.js” instead, Google gives priority to the results that contain this phrase exactly.
Use AND/OR operators
When typing an inquiry with two or more words into the search bar, the results may only contain a few of the listed words.
keyword1 and keyword2
If you want to search for pages that contain both of these terms, you can use the AND operator in between the two words to specify that both of them should be in search results.
keyword1 or keyword2
You can also use the OR operator to specify when you want the results to contain only one of the keywords.
Exclude certain terms using minus sign
keyword1 -ignore
If you want to exclude web pages that contain a certain phrase from your search results, use the minus sign to indicate this in the search term.
When you search the word, ‘Ruby’, on Google, you get results related to Ruby programming language and Ruby gemstone.
To exclude any results relating to the Ruby gemstone, you can search for ‘Ruby -gemstone’. Now, we get a list of results that are solely about the programming language.
Use wildcards in your search term
phrase * phrase
This trick is quite useful when looking for information and you are unsure of what exactly you are looking for. This trick is also useful for when you want to see how far down the Google algorithm rabbit hole you can go.
When you use an asterisk (*) in the search terms, this acts as a placeholder that Google automatically fills before delivering the results.
Let’s try the search term, ‘how to do * in Python‘, and see what Google decides to show us.
As you can see, the first three search results focus on three different things we can do with Python: doing math, commenting, and learning Python.
It’s an interesting way to allow Google to lead the way when you are unsure of the path you should take.
Find websites similar to another website
This is a method that will become a constant in your googling habits as soon as you start using it!
How many times have you wondered if there was a way to discover another website similar to one of your favorite? If your answer is at least more than one, then you will love this technique.
To search for websites similar to another website, simply use a search syntax like this:
related:[website_url]
For example, let’s search for websites that are similar to GitHub with this syntax.
We can see Bitbucket, Git, Stack Overflow, and SourceForge show up on the results page. We receive these results because they serve a similar purpose to GitHub: repository management and developer communities.
Search for a specific webpage using Google
keyword1 site:[website_url]
Did you know that you can search for a specific webpage using Google? With this feature, you can find articles, blog posts, and pages published on a particular site. This is particularly useful when the site doesn’t have an in-built search feature available.
Let’s search the Live Code Stream website using the keyword, machine learning.