Advanced searches for Google/DuckDuckGo
I will teach you how you can do advance google/duckduckgo searches.
# Start
-
You can search within a particular URL by including the operator
site:example.com
before or after your keywords. Extremely helpful to search on programming websites that do not have a search functionality. -
If you’re looking for an exact phrase, use quotation marks around the keywords to view results containing that exact phrase.
-
If your search terms contain a keyword with several meanings, you can exclude one of the meanings by adding a hyphen (-) before the keyword.
-
Google omits most non-alphanumeric characters from its queries. Symbols that programmers use all the time like !@#$%^& and * aren’t searched. Neither are (){}[]. Fortunately, DuckDuckGo recently started supporting all characters in searches. So consider using DuckDuckGo for your more sophisticated searches. They really are the most programmer-friendly search engine.
-
To generate content similar to those found on a URL you already know, use the
related:
operator before adding the URL. -
You can retrieve pages whose titles contain the keywords you’re searching for, by using the
allintitle:
operator. -
To retrieve pages where all the keywords appear in the body of the page, use the
allintext:
operator before the search terms. -
You can enter more than one query into Google at a time to view pages with one of the specified keywords. Just use a capitalised “OR” to separate the terms.
-
To look for news items emerging from a particular location, use the
location:
operator, then add the city name. -
An asterisk acts as a wildcard to help you find the missing word in a phrase.
-
Using the
link:
operator, you can find pages that link to another url. This is probably more useful for SEOs who are searching for backlinks to a specific page. -
If you’re looking for a specific file on the Web, you can use the
filetype:
operator to specify the particular document type you’re searching for, and Google will restrict results to pages containing those document types. -
If you’re looking for a specific file on the Web, you can use the filetype: operator to specify the particular document type you’re searching for, and Google will restrict results to pages containing those document types.
## OR
You can use these websites for advance searches
Comments
Thanks For Reading