Google has long been known as the go-to search engine for finding information on the internet. With its expansive database and user-friendly interface, it’s no wonder that Google is used by millions of people every day. However, if you want to take your search capabilities to the next level, you can use Google’s advanced search features. Advanced search allows you to specify specific criteria that must be met in order for a result to appear. For example, you can specify that results must be from a specific website or from a certain category of websites. You can also limit your search to specific dates or keywords. To use advanced search, first open Google Search and type in the keyword or phrase you want to find information about. Then, click on the magnifying glass icon located in the top right corner of the screen. This will open up a list of results that match your criteria. To find a specific result, simply click on it. Advanced search is an invaluable tool for finding exactly what you’re looking for on the internet. If you don’t know how to use it yet, don’t worry – there are plenty of tutorials available online that will teach you everything you need to know about using Google’s advanced search features ..


It is easy to get more results than you need or want when conducting an online search, but what do you do (or use) if you really want to limit the parameters of the search? Today’s SuperUser Q&A post has the answers to a confused reader’s request for help.

Today’s Question & Answer session comes to us courtesy of SuperUser—a subdivision of Stack Exchange, a community-driven grouping of Q&A web sites.

The Question

SuperUser reader Ayusman needs help in conducting a Google search with a specific set of criteria:

What protocol would Ayusman need to use to add ftp:// to his search criteria?

Criteria 1: Look through all sites that are ftp:// Criteria 2: The file type should be PDF Criteria 3: The file should have analysis in the name, such as Digital Analysis Process. pdf

I have even tried using Google’s Advanced Search page. Please note that I was able to understand how to provide a specific name and file type, but not the protocol to search for ‘ftp:// specific’ sites.

The Answer

SuperUser contributors jjk_charles and Nir have the answer for us. First up, jjk_charles:

Followed by the answer from Nir:

analysis + “. pdf” inurl:ftp -inurl:(http|https)

Simply use this search term in Google’s search box rather than using the Advanced Search page.

Note: The key here is the use of inurl:ftp -inurl:(http|https), which will ignore any results from http/https websites. Change the remainder of the search string as you normally would to suit your needs.

If you have not tried it, but really want to increase your Google-fu, the online course linked above is a wonderful resource to power up your Google searches!

To search for a specific file type, you use filetype:pdf. To limit the search to a specific word in the title, you use intitle:analysis or intext:analysis.

Basically, your query needs to look like this:

inurl:ftp -inurl:(http|https) filetype:pdf intitle:analysis

Hope this helps. You can learn more about searching with Google at the following website:

Inside Search – Search Education Online

Have something to add to the explanation? Sound off in the comments. Want to read more answers from other tech-savvy Stack Exchange users? Check out the full discussion thread here.