Are there any commands like "Allindomain" for Google?

peterhofmann

Newbie
Joined
Mar 2, 2013
Messages
22
Reaction score
0
Hello,

I know some google commands like allintitle or allinurl, but I want to search some homepage(or domains) contain the specific keyword, but not the whole URL.

Example:
When I search allinurl:dog
Then it will show this:
xxx.com/dog
abc.com/dog-training

I want to get these results:
dog.com
dogxxx.com

Are there any commands like "Allindomain" for Google?
Or how can I get these results if there are no commands like this?
 
You can use site:

For example:

Code:
site:google.com

to search all the indexed pages of the particular website.
 
Use Google advance search queries:

site:[keyword].com
site:[keyword].com OR site:[keyword2].com

You can specify multiple extentions for faster results.
 
Use Google advance search queries:

site:[keyword].com
site:[keyword].com OR site:[keyword2].com

You can specify multiple extentions for faster results.

Hey, thanks for your reply.
But if I use site:[dog].com, it only shows like xxx-dog.com, but no dog-xxx.com
I want to get all the domains that contain the keyword.
 
Hey, thanks for your reply.
But if I use site:[dog].com, it only shows like xxx-dog.com, but no dog-xxx.com
I want to get all the domains that contain the keyword.

You can get all the domain with site:[keyword].com and the try someting like this
inurl:keyword -inurl:"php" -inurl:"html" -inurl:"asp" -site:[keyword].com

Scrapebox and Excel can then help you to filter domains tha perfctly match with what you are looking for :)
 
Back
Top