Here is my compilation of some of Google’s advanced query syntax which you can use to get results quickly.
Basic Boolean
Whenever you search for more than one keyword at a time, Google will search for all of them. If you search for
XML Java "web Services"
Google will search for all the words. If you want to specify that either word is acceptable, you put an OR between each item
XML OR Java OR "Web Services"
If you want to have definitely one term and one of two or more other terms, you group them with parentheses, like this
XML (Java OR "Web Services")
This query searches for the word “Java” or phrase “Web Services” along with the word “XML.” A stand-in for OR borrowed from the computer programming realm is the | (pipe) character, as in
XML (Java | "Web Services")
If you want to specify that a query item must not appear in your results, use a -.(minus sign or dash).
XML Java -"Web Services"
This will search for pages that contain both the words “XML” and “Java” but not the phrase “Web Services.”
Operators
In addition to the basic AND, OR, and quoted strings, Google offers some rather extensive special syntaxes for honing your searches. Google being a full-text search engine, it indexes entire web pages instead of just titles and descriptions. Additional commands, called special syntaxes, let Google users search specific parts of web pages or specific types of information. Specifying that your query words must appear only in the title or URL of a returned web page is a great way to have your results get very specific without making your keywords themselves too specific.
Here are some of the common keywords that you can add to your query in Google
intitle, allintitle
Restricts your search to the titles of web pages. The variation, allintitle: finds pages wherein all the words specified make up the title of the web page. It’s probably best to avoid the allintitle: variation, because it doesn’t mix well with some of the other syntaxes.
Eg: intitle:"george bush"
allintitle:"money supply" economics
inurl, allinurl
Restricts your search to the URLs of web pages. This syntax tends to work well for finding search and help pages, because they tend to be rather regular in composition. An allinurl: variation finds all the words listed in a URL but doesn’t mix well with some other special syntaxes.
Eg: inurl:help
allinurl:search help
intext, allintext
Searches only body text (i.e., ignores link text, URLs, and titles). There’s an allintext: variation, but again, this doesn’t play well with others. While its uses are limited, it’s perfect for finding query words that might be too common in URLs or link titles.
Eg: intext:"yahoo.com"
allintext:html
inanchor
Searches for text in a page’s link anchors. A link anchor is the descriptive text of a link. For example, the link anchor in the HTML code O’Reilly and Associates is “O’Reilly and Associates.”
site
Allows you to narrow your search by either a site or a top-level domain. AltaVista, for example, has two syntaxes for this function (host: and domain:), but Google has only the one.
Eg: site:loc.gov
site:thomas.loc.gov
site:edu
site:nc.us
You can also use site: operator to exclude certain domains from a search
Eg: google -site:google.com
This is particularly useful for ego searches. You can find out all those sites which mention your name expect your site.
Eg: bill gates -site:microsoft.com -site:wikipedia.org
link
Returns a list of pages linking to the specified URL. Enter link:www.google.com and you’ll be returned a list of pages that link to Google. Don’t worry about including the http:// bit; you don’t need it, and, indeed, Google appears to ignore it even if you do put it in. link: works just as well with “deep” URLs-http://www.raelity.org/apps/blosxom/ for instance-as with top-level URLs such as raelity.org.
cache
Finds a copy of the page that Google indexed even if that page is no longer available at its original URL or has since changed its content completely. This is particularly useful for pages that change often. If Google returns a result that appears to have little to do with your query, you’re almost sure to find what you’re looking for in the latest cached version of the page at Google.
filetype
Searches the suffixes or filename extensions. These are usually, but not necessarily, different file types. I like to make this distinction, because searching for filetype:htm and filetype:html will give you different result counts, even though they’re the same file type. You can even search for different page generators, such as ASP, PHP, CGI, and so forth-presuming the site isn’t hiding them behind redirection and proxying. Google indexes several different Microsoft formats, including: PowerPoint (PPT), Excel (XLS), and Word (DOC).
Eg: homeschooling filetype:pdf
"leading economic indicators" filetype:ppt
related
Finds pages that are related to the specified page. Not all pages are related to other pages. This is a good way to find categories of pages; a search for related:google.com would return a variety of search engines, including HotBot, Yahoo!, and Northern Light.
Eg: related:www.yahoo.com
related:www.cnn.com
info
Provides a page of links to more information about a specified URL. Information includes a link to the URL’s cache, a list of pages that link to that URL, pages that are related to that URL, and pages that contain that URL. Note that this information is dependent on whether Google has indexed that URL or not. If Google hasn’t indexed that URL, information will obviously be more limited.
Eg: info:www.oreilly.com
info:www.nytimes.com/technology
define
Will get the definition of the term that you have entered. This syntax can be used to get the definitions of words, phrases, and acronyms
Eg: define:dreaming
This query will get you the definition of the word dreaming
numrange
If you want to search for a range of numbers then you can use two dots (without spaces) to represent a range of numbers
Eg: inventions 1850..1899
This query will get you all the inventions between 1850 and 1899
safesearch
If you include safesearch: in your query, Google will exclude adult-content.
Eg: safesearch:breasts
This will search for information on breasts without returning adult or pornographic sites.
stocks
If you start your query with stocks:, Google will interpret the rest of the query terms as NYSE, NASDAQ, AMEX, or mutual fund stock ticker symbols, and will open a page showing stock information for the symbols you specify.
Eg: stocks:goog
This will show information about Google’s stock. Specify ticker symbols not company names. If you enter an invalid ticker symbol, you’ll be told so and given a link to a page where you can look up a valid ticker symbol.
The Special Syntaxes
Currency Conversion
Google makes it easy to calculate money conversions from one form of currency to another.
Eg: $5 in yen
The above query will let you know that five dollars is worth about 566.599846 yen.
If you’re not sure of the name of a currency, use nationality instead.
Eg: 25 Australian money in Italian money
This may sound awkward but it does the job.
Eg: $5 in indian money
This will let you know that 5 US dollars is worth about 224.477976 Indian rupees
You can even convert units in this fashion.
Eg: $2.85 per gallon in British money per liter
This query will tell you that it is about 42 pence per liter and provides an international basis for discussing gas prices at the pump.
Check Airfares
When you google for the names of two major cities, Google automatically offers to search for flights.
Eg: Denver Fort Lauderdale
In the form labeled “Flights from Denver, CO to Fort Lauderdale, FL”, enter a departure and return date and choose whether to search using Expedia, Hotwire or Orbitz. Do not use quotation marks in your initial search. Denver “Fort Lauderdale” will not bring up the flight search form.
Find Song Lyrics
If you are looking for the title or lyrics of a song then you can use Google search phrases and wildcards to find them.
Eg: "Friday I am in love" lyrics
Or use the wildcard operator to get lyrics with certain words in them, like this
This compilation is just a tip of the iceberg of the features available in Google’s search syntax. If you come across any other special syntax, then do let me know so that I can add it.
Update: Some of the latest additions to Google Search Syntax can be found here.
Update 2: You can also get the current time of any city using Google Search query.
Cool. But, hey isn’t it the same one you showed me some time back ? Well, a long time back:D
Great post. This article is really very interesting and enjoyable. I think itโs must be helpful and informative for us. Thanks for sharing your nice post.
Yeah, this one is based on that old article. But now I have updated it and the second part of this article is totally new.
Very Very nice information here… Thanks
Hi Cayle,
Nice to know that it was useful to you.
great list, is there a replacement for the ‘daterange:julian-julian’ operator?
hmm.. I am not very sure. Will check up and let you know.
Cheers
Sudar
Here is what I’ve found as far as the date range.
Type in the searchbox:> daterange:startdate-enddate. The catch is that the date must be expressed as a Julian date (see below). So, for example, July 8, 2002, is Julian date 2452463.5 and May 22, 1968, is 2439998.5. Furthermore, Google isn’t fond of decimals in its date range queries; use only integers: 2452463 or 2452464 (depending on whether you prefer to round up or down) in the previous example
You might want to say a few words about the * operator in a bit more detail, because it’s a useful function and worthy of a small section in its own right, IMO. Another really important one is the file format – I’ve written about this myself at http://www.philb.com/fileformat.htm
For dates I’d be inclined to use GooFresh at http://www.researchbuzz.org/2003/09/goofresh.shtml which makes searching for dates much easier. Although having said that, it’s broken at the moment.
Phil.
@Joeups, @Phil
Thanks for the information about data range.
Cheers,
Sudar
xanax++B
Hi Sudar,
This is very helpful as I am an undergraduate and needs to minimise the time I spend in searching the internet.
Thanks a million.
Vinetta
Hi Vinetta,
Nice to know that my article was helpful to you. ๐
Cheers,
Sudar
Hi Sudar,
I am still using your guide. Can you make the page minus comments printer friendly?
Next point: How do we access a wide range of academic articles? I often put .ac in the search, but my belief is that there are academic ones which do not have .ac in the URL. Am I right?
Let me hear from you soon.
Best.
Vinetta
cool information ,very very useful
nice very help full
@Sharosh, Goverdhan
Nice to know that you guys found this useful ๐
Cheers,
Sudar
hey sudar,
my friend said you can find it better than u usually do ,i was wondering how do i do tht
this page has thought me how to
will explore more and let you know if i have something new
Hi Prabeesh,
Nice to know that you found it useful. Happy Googling..
Cheers,
Sudar
hey its really good…. amazing google….?????
thanks for let me knowing the power of google.
amazing ……. never knew google was so powerful.
thanks a lot..
Great work buddy!!!.
have learnt good stuff
Thanks for that and keep doing if u have time
Hi Vinay, Sandeep, Murali,
Nice to know that it was useful to you guys. ๐ Happy Googling…
Cheers,
Sudar
Good info gathered and well organized.
Its wonderful, Good!
Rocks !!!!!! ๐ i just completed my project on Google searching strategies, it really helps me alot ha ha !!! ๐
@Vin,
Nice to this article was of help to you.
—
Sudar
๐ ๐ โก ๐ฏ ๐ ๐ ๐ ๐ฟ ๐ ๐ก ๐ณ ๐ ๐ ๐ ๐ฅ ๐ฎ ๐ ๐ก ๐ โ โ mixed emotions
@ Jimmy ๐
well it seems very cool
but can u search $2 in Pak Rupee. It showing very non related output. It means still you don’t have deployed enough instances regarding to this.
I am very new to seo job. so kindly give me some reference site of search engine optimisation and also give tips for how to search a keyword. This site is very useful for me to find keywords . thank u
Hello Manimegalai,
Check the SEO tool list by Joost at this url http://www.joostdevalk.nl/seo-tools/
Hope this helps.
Nice. these syntax would easy my search.
Thanks.
Hi Kamal,
Nice to know that my guide will be of help to you. Happy Googling ๐
Cheers
Sudar
Sudar, thanks for all the useful info. But I’ve been looking for a search technique that would allow me to find terms that were in close proximity to each other. I know I could put the words or terms in double quotations, but that sometimes eliminates results that may be useful. Isn’t there a search term like “near”, “within 10 words”, or something like those?
thanks,
tim
Sudar, using parentheses to group boolean expressions do not seem to work. Any ideas?
Thanks. Andy
Thanks for the info.
http://www.nela.in/
Thanks. Very useful for me.
is there a command like
link:google.com
that allows one to search for how many times a “particular-term” or site was searched for on Google?
Picked a few new tricks. good work. Thanks Sudar.
Hi Vallabh,
Nice to know it was helpful to you.
Great article, really helpful information. Keep up the good work.
@Chris,
Nice to know that you find article useful.
Very very informative. Thanks a lot.
Really informative article, it helped me a lot, had to come back a few times and readi it again. keep up the good work, thanks
@Batmiah, @Weis
Nice to know that my article was informative and helpful to you.
Very informative and well designed website. I’m sure, you will be successful with it, have a nice day!,
@Lewis,
Thanks for the wishes and nice to know that you liked my article.
Thank you for you’re work. It’s in my favorites now.
question for you. Lets say I’m trying to search with in a word – is that possible for example lets say that am trying to find an email address at with the ending “@fun.com” is there a way to find emails with that ending? Thanks
Thanks for the information, but i wan to now more and more about the google search terms, can you give the more information about the search terms. Thanks: alex
@alex,
If you want to track how a specific search terms is used, you can try http://www.google.com/trends.
Hi, it’s really informative. To search how many links that our domain has can be find by searching site:yoursitename.com ( eg : site:blognol.com ). This will list the urls that crul by goolge in your site.
For more details : Click Here
Great work.. get sharing.. great help…
thanks a lot , it is very useful.
Hi,
Very cool!, and I found this list just today.(20/07/2008).
But, what I’m looking for, is for a TRANSLATION OPERATOR, something like:
” ‘ORBAT’, in Spanish:”
or
” ‘Common Tactical Picture’, in Spanish”, etc.
Is there anything like this? Or anything leading to the parallel terminology in a different (e.g.= Spanish) language?
Thanks, Shmuel.
Great site, thanks for writing and maintaining it. Here are a few others.
Google Local: Find products and services in a specific U.S. town or zip code.
Language: specify in which language you’d like your results.
Technology Search: find information related to Apple Macintosh, BSD Unix, Linux or Microsoft.
Date: restrict your results to the past three, six, or twelve month periods.
Occurrences: specify where your search terms occur on the page – anywhere on the page, in the title, or in the url.
~ the all important Synonym search
If you want to search not only for your search term but also for its synonyms, place the tilde sign (“~”) immediately in front of your search term.
For example, here’s how to search for food facts and nutrition and cooking information:
~food ~facts
hi sudar,
Thamk you very much.i was able to save a lot of time in searching.
Tarun
hi there thanku v much 4 the information about google search.Now do u still think that I need to browse ‘google search ‘ for any missing info? ๐
Hi, Sudar,
Almost exactly 1 (one) month ago, (on the 20th of July 2008) I left here a comment, praising the site, and also asking for some help in translation jobs. I’m surprised that today, I haven’t seen any reply to my question, from you or from anybody else. I still expect to get some reply, some assistance.
Shmuel
19 of Aug 2008
This give the great idea to perform the searching action.
Thank you for this guidance!
I hope to read some more useful posts on your site.
nice
Thank you for this excellent information which i just found eventhough i ve been misguided for many years on the net with a lot of time wasting.I hope that i can learn more from this site.
I luv this resource.. saved in my favourites to use it anytime
thanks, it may be useful sometimes to know how to search.
this is coollll…..
but how do u change the text on ‘my page’
could you please send me the google queries list
thanks for sharing these tricks, but still need to know alot
Its a nice info although I am not able to find
link:www.domainname.com if I am checking my website, any special reasons??? I m wondering why is it so ๐
@Vineet,
Try the following query link:domainname.com by removing www from your domain name.
Let me know if it works.
Now I can use the google search really, mostly I don’t admire peopels but now I’m forced to say thanks!
I m very thankful for the tips they have really improved my searching skills.nice post.
Nice to know that my post was helpful to you.
nice post but cache suntax did’ntnt work for my blog can u tell me y?
nice post but cache syntax did’ntnt work for my blog can u tell me y?
Are you sure your blog is indexed by Google? What is your blog url?
really this a nice article . i found this article through google search page . thank for provide most essential google search technique to needed people . thank Bro.
@bineet,
Nice to know that you liked the article ๐
Nice post im still in learning process
but it help
Thank you for youโre work. Itโs in my favorites now.
Great info. I was really wanted to know this. Thanks for sharing
Really Really helpful. I was thinking to know that how we can search different things with different ways. Thanks ๐
Voww.. this is awsome!
This addin for Internet Explorer allows you to permanently hide sites from your search engine results:
http://www.calvert.ch/affine
Nice job. I am visiting this first time but i like all stuff.
$ sign doesn’t seem to work for me to represent USD.
I queried
2.66 in American money per gallon in Polish money per liter
instead to compare oil prices.
This will really help in search things in Google..Now we can find the relevant things without wasting any time
I spend a lot of time searching and not getting the results because I am not searching correctly, this is very helpful, thanks.
good nice great
thanks a lot
NIce!!!!!!!!!!!!!!!
Amazing one, i appreciate this work….
What a great information, so i can search more efficient.
Thank you
Astounding post! It’s pretty neat to know this type of information. This makes it alot easier searching in Google.It simply is a wonder how google organized this type of system, but well, it rocks! Nice going pal! Another thing, how did you know about this? I’m just curious… lol.
this is very informative and helpful. now i can search many things easily…
hi,
This is really nice article and very helpful thanks for sharing with us.
It is just unbelievable, I just installed google chrome and I can even just type in the address box and do search. I love it. Although i like google a lot, but i still want another search engine become more powerful. I dont want one 1 company lead the world. agree ?
Great Information. I use search operators everyday to narrow keyword competition. I use “allintitle” the most.
Thank you
Wow, very nice. The information on here is key when trying to find niche sites
This is very helpful as I am an undergraduate tenant Screening and needs to minimise the time I spend in searching the internet.
I could put the words or terms in double quotations, but that sometimes eliminates results that may be useful. Isnโt there a search term like โnearโ, โwithin 10 wordsโ, or something like those?
How nicely google functions are explained here. Great post. Thanks for sharing this.
This is particularly useful for ego searches.
Thank you for posting special syntaxes.
I also found this picture showing all the tips on google http://howtohacklife101.blogspot.com/2011/03/how-to-use-google.html
Great directory for a breakdown on google search use!
sudar this is quite a nice new announce by you thanks for that
hi sudar i was quite confuse about google syntax but now after reading this i have got everything clear
Thanks for the tip, this would surely make searching quicker and more convenient for me. So if I’m looking for resources for business courses should I type in: articles “business courses” ?
you know you can use a mix of all the syntaxes to search for what you want eg
i go
-inurl:htm -inurl:html intitle:”index of”.mp3 “name of track”
to find any song i want on the internet….
***shrugs***
I was really afraid of google Search Syntax but that new from you have been really cool for me
thanks buddy
very cool your blog congratulations best wishes
very cool your blog congratulations best wishes
Hi Admin, Thanks for sharing ideas about Google Search syntax dissected.. keep posting.
Hi Admin,
Super-Duper site! I am loving it!! Will come back again โ taking you feeds also, Thanks.
Hi,
will the inanchor:”xyz” where xyz is any keyword can we retrieve all pages indexed by google having such keywords ? please assist…
Very useful article. thanks!
This is really nice. Thanks for your information
Seo services in chennai
This is really nice! Very cool your blog! Thanks!
Am teaching basic internet and seo to rural college students. Really awesome information. Especially “Relates” query. Thanks for the information.
SEO training in coimatore
nice post but cache suntax didโntnt work for my blog can u tell me y?
very good website.thanks for sharing as a article
This blog is very well Thanks for posting Keep it up.
Great Info Bro
can i have your blog G+, would like to add to my circle
Neither my blog nor me have a G+ account ๐
Already bookmarked the site. Thank you for sharing such a great article
Nice bro thanks for this best article
Very useful, Thanks for share.
Your search string is very useful to search the relevant and exact results what i expected. Thanks
real good tips how to easier searches google, thank you for the excellent article
nice information. i will practice it. send me email if you have another article like this. thanks.
Great post very informative and helpful
good post thanks
Nice article…Thanks for sharing
Really appreciated very useful stuff. Keep it up and keep sharing your knowledge with us.
Brand mentions :
-site:seoindiarank.com โsite:facebook.com โsite:twitter.com โJon Ballโ OR โJonathan Ballโ OR โCEO of Page One Powerโ OR โFounder of Page One Powerโ.
Great Article! Thanks for posting the seo blogs list with us.
Thanks Sudarmuthu for sharing valuable information. I really enjoy reading this post. Specially all your mentioned syntax are very helpful.
Thanks for your great article everything is defined by simple and effective ways. And I would like to know more about SEO. So waiting for your more articles in follow.
Thank you for sharing your knowledge.
Very cool and useful information. Thank you
I want you to thank for your time of this wonderful read. I definately enjoy every little bit of it and I have you bookmarked to check out new stuff of your blog a must read blog
I want you to thank for your time of this wonderful read. I definately enjoy every little bit of it and I have you bookmarked to check out new stuff of your blog a must read blog
This blog provides useful information about new techniques and concepts.very impressive lines are given which is very attractive
hi thank you dear
usefull
Google is the best search engine.Newsday google is part of life.Here is all information available.Google search engine is updating its search tech.
I was looking for Google syntax information since last week and glad to see your blog.
Wow, so many useful resources at this blog.Thanks for information
Great. Thanks for sharing this.
Hey I learned more about SEO at this agencia SEO. Go to https://www.abcdigital.mx go there! It’s awesome!!
Hey there! I found so much content about SEO at this agencia SEO!! Go to https://www.abcdigital.mx
It’s awesome!! Really helped me!
Hey there!! I learned so much about SEO at this agencia SEO from Mรฉxico! It’s fantastic, go to https://www.abcdigital.mx !!
Thanks for sharing innovative digital marketing experience with the best digital marketing agency in Chennai, weโre focusing quality work competitors to compete with and make use of e-resources in the smartest way to optimize your visibility.
Web Design in Ampro Techvalley a juggernaut in the IT Solutions domain, empowers its clients by developing highly-customized software and services tailored exclusively.
Are you a skilled proofreader? click here and explore opportunities to offer your proofreading services to authors, publishers, or businesses.
Low Fog Machine ST1101
The Low Fog Machines are easy to use. Simply fill the tank with low fog fluid and plug the machine in. Once the machine is heated up, you can use the remote control to turn on the fog output. The fog will start to flow out of the machine and settle on the ground, creating a dramatic effect.
https://smarttraders.live/product/low-fog-machine-st1101/
36โณ KYZ Balloon
This 36โณ latex balloon is perfect for balloon decoration and balloon blast entry. It is made of high-quality latex and is sure to last for years to come. The balloon is also very durable and will withstand even the most energetic balloon blast.
https://smarttraders.live/product/36-inch-balloon/
This blog on Google Search syntax is incredibly useful! Understanding Boolean operators and advanced search techniques can really enhance your search efficiency and results. Great compilation of tips for anyone looking to navigate Google more effectively!
Your post offers practical tips for identifying profitable niches or target markets when starting a business. It’s a strategic approach to making money. For more information, click here.