Mobile app version of vmapp.org
Login or Join
Goswami781

: Right way to check if a third party site has been banned by Google? Is there a proper/reliable test to find out whether a third party site has been banned by Google? An old SO question

@Goswami781

Posted in: #Google

Is there a proper/reliable test to find out whether a third party site has been banned by Google?

An old SO question mentions using:

site:PLACE_URL_HERE


Is this a reliable option?

Someone has mentioned the Safe Browsing API, but it does not seem to cover for banned sites.

Ideally, I would like to implement some Javascript code taking in a url and returning true/false if the site has been banned or not.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Goswami781

1 Comments

Sorted by latest first Latest Oldest Best

 

@Karen161

Using site:domain.com will see if its been completely de-indexed, but that's pretty harsh on the scale of penalties Google can dish out. Others you may want to try are:


Seeing if they rank for their brand term. If its uncompetitive and they are not #1 , this can be a sign they have had a penalty
Check the PageRank to see if its 0, although unreliable these days as its updated not very often. But if they have lots of backlinks, and 0 PageRank thats a pretty good signal to see they have been penalised for selling links.
SearchMetrics has general website traffic monitoring, which has shown in the past decreases for websites in rankings

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme