When I use the site: operator to search for domains, it returns all the other matched subdomains as well. However, I only want to see what's indexed for the main site. For example:
site:google.com returns result of abc.google.com as well, but I only want to see what's on google.com
I don't want to use site:google.com -site:abc.google.com since I don't want to enumerate through all the other subdomains.
Is there a way to do "exact" match with the site: operator?
inurl:will show all the URLs containing that string, resulting in other domains and subdomains appearing. Try:blog +[inurl:http://google.com]or click here. (I hadinurl:in my initial edit, but removed it after testing variations of it). – dan Jan 12 '14 at 10:54google.com. – dan Jan 12 '14 at 11:01