This helps you to search and get accurate results from google search engine.
site: Site operator in google helps to find only pages that belongs to a specific URL the [site:] operator returns an estimated count of the number of indexed pages for that domain.
exmp:
site:amazon.com
site:example.com/folder
/books
site:sub.example.com
INURL: The "inurl:" operator searches for specific text in the indexed URLs. You can pair “site:” with “inurl:” to find the sub-domain in the full URL.
Adding [-] to most operators tells Google to search for anything but that particular text.
In this case, by separating out "inurl:www", you can change it to
"-inurl:www" and find any indexed URLs that are not on the "www" sub-domain.
exmp:
site:example.com inurl:www
site:amazon.com inurl:local
site:amazon.com -inurl:www
site:example.com -inurl:www -inurl:dev -inurl:shop
You are, however, aware of "www.", "dev." and "shop.".
You can chain multiple "-inurl:" operators to remove all of these known sub-domains from the query, leaving you with a list of any stragglers.
- tells fetch me results but DONOT include the -minusTheKeyword
site:amazon.com -inurl:www -inurl:local -inurl:aws
site:example.com text goes here
free kindle books
site:example.com “text goes here”
site:example.com/folder “text goes here”
site:example.com this OR that
site:example.com ~word
The tilde [~] operator tells Google to find words related to the word in question.
Let's say you wanted to find all of the posts on your blog related to the concept of consulting – just add "~consulting" to the query, and you'll get the wider set of terms that Google thinks are relevant.
site:amazon.com ~management
INTITLE: The "intitle:" operator only matches text that appears in the <TITLE></TITLE> tag.
site:amazon.com intitle:"harry potter"
intitle:”text goes here”
Just put any unique phrase in quotes after "intitle:" and you can find copies across the entire web.
This is the fastest and cheapest way I've found to find people who have stolen your content.
It's also a good way to make sure your article titles are unique.
“text goes here” -site:example.com
INTEXT:
site:example.com intext:”text goes here”
site:example.com ”text goes here” -intitle:"text goes here"
FILETPE:
site:example.com filetype:pdf
site:amazon.com filetype:xls
site: .edu “text goes here”
Finally, you can target just the Top-Level Domain (TLD), by leaving out the root domain.
site:.edu "online marketing"
CACHE: gives the cached pages in google search engine
No comments:
Post a Comment