18 Oct 2024

How can one effectively search for something on Google?

To effectively search for something on Google when it's not appearing in the results, you can use advanced search techniques to bypass algorithmic biases and refine your search. Here are some helpful methods:

  1. Exact Match with Quotes (""):
    If you want Google to show results containing the exact phrase, use double quotes. For example, instead of searching How to Make a Password Generator using JavaScript?, you can search "How to Make a Password Generator using JavaScript?". This ensures the exact phrase is searched for.

  2. Partial Query with Ellipsis:
    If you remember the start and end of a query but forget the middle part, use an ellipsis (...). For example, search start of query ... end of query. This will help you find results that match the parts you remember.

  3. Search for Specific File Types:
    If you're looking for results of a particular file type, like PDFs, use the filetype: operator. For example, to find PDF books, you could search filetype:pdf book on physics.

  4. Use Plus (+) or Minus (-) Operators:
    Although Google has reduced the effectiveness of the plus sign, you can still use it for increasing the relevance of certain keywords. The minus sign helps exclude terms from results. For example, JavaScript tutorials -jQuery will show results about JavaScript tutorials, excluding any mention of jQuery.

  5. Use OR for Alternatives:
    If you're looking for results that could include one term or another, use the OR operator. For example, searching JavaScript password generator OR creator will show results for either "generator" or "creator".

  6. Search Within a Specific Site:
    If you want to search within a particular website or domain, use the site: operator. For example, to search for articles on Knowivate's website about password generators, you could use JavaScript password generator site:knowivate.com.

These techniques will help you fine-tune your search and find the information you're looking for more easily.

You may also like

Why does every search engine give you different facts if they use the internet for source?

Why does every search engine give you different facts if they use th...

Continue reading

Optimising for SEO: The Basics

This blog post provides an overview of the basics of Search Engine O...

Continue reading

Developing a Language Translator with Python and Google Translate API

In this blog, we explore the process of developing a language transl...

Continue reading