Have you ever had a situation where you searched google for hours but ended up in vain without finding what you needed?.If so this information is for you.Here we go
1.” ” searching with double quotes searches for the exact string .For eg: “www.reviewglitz.com” searches only for the phrase www.reviewglitz.com .This helps you to search exactly what you need.
2.To search with in a given website include the instruction “site:example.com”. for eg: site:reviewglitz.com searches for pages in the site www.reviewglitz.com.Always be careful not to include the string “www.”
3.If you need to exclude a particular word say “world” from your results give the search term as :example -world. ie, put a minus sign.
4.you can also use wildcards with which you are familiar. for eg: world * ,searches for world in the first place and anything that follows it is ignored.
5.”OR” operator can be used to specifically allow either one of several words.for eg: linux OR windows ,searches for either windows or linux or both.



