How to use Google to find anything related to cooking

LittleLilly

Veteran
Joined
6 Apr 2015
Local time
6:19 PM
Messages
12
Often times, I find myself searching for specific information related to a recipe or ingredient. This is a simple tutorial on how to use Google to find anything related to cooking on the internet or here on your favorite forum.

Searching for Something Specific on a Forum or Website
Ever noticed how the search function on most forums and websites is a little limited? Lucky for us, we can easily use the power of Google to get a much more expansive search.

Simply use the following search operator:
Code:
site:{        }{keyword}
8KuOMKz.jpg


See how in the picture above we are searching for our term, and only the results from this forum are returned. Now we can further refine our search by asking Google to restrict the results to posts that were made within a certain time frame or those that do not contain certain words.

Finding Other Pages and Websites that are Related
Suppose that we've found a website that has the kind of content that we've been searching for, but we'd like to see what else is out there. The following Google operator will allow us to search for other websites that are related:

i6WsTGU.jpg


This operator can also be used for specific pages within a site. I found an article on Wikipedia that talks about the World Wide web. When I search for related URLs;
Code:
related:www.wikipedia.org/wiki/World_Wide_Web
Google now returns a list of pages that are related to this webpage based on the keywords found in the article. This is especially useful when you have a webpage with a very broad title, but content that is very specialized.

Using Wildcards
Sometimes you're not completely sure what you're searching for. In these cases, we can place an asterisk in place of the missing term. For example, if I type in:
Code:
How to diagnose *
I will be presented with pages of search results on how to diagnose anything from autism to a faulty clothes dryer. You can use as many wildcards in a search string as you want.

Using Negative Keywords
Occasionally your search results will be littered with a recurring page or term that you don't want. For instance, when searching for medical related terms, sometimes you will get flooded with spammy offshore pharmacy sites. Instead of sifting through them all, simply run your search again, but this time you can add a minus symbol followed by the term you don't want:
Code:
statin drugs -pharmacy

Searching for Files
You can get a lot of free files on any given subject by using the file operator along with your search term:
Code:
statin drugs filetype:pdf
statin drugs filetype:ppt
statin drugs filetype:doc

Broad Match vs Phrase Match
I find that phrase match searches are the most useful search operative because they allow you to really pull much more specific results. Lets say we enter the search term
Code:
top 10 reasons for failure
The results we are presented with are the pages that contain some mixture of these terms within their content, but not necessarily pages that contain this exact phrase. This is what's called a broad match search, and Google tells us that it has found over 117 million pages. That's a lot of pages to sift through.
However, if we place the search string in quotation marks:
Code:
“top 10 reasons for failure”
We get only the pages that have this exact phrase, or a very close variation of it. And because our requested search term was so specific, Google only found 5 thousand matches.
 
Back
Top Bottom