How to Use Adsense on Adsense Blocked/Blacklisted Sites

Everyone does mistakes but not everyone forgives them and Google falls in the less forgiving ones category. If you have got your website blocked or blacklisted for adsense by not complying with any of the adsense policies Google is not going to let you re-participate in their program with that specific site. No matter how much re-consideration requests you send, Google forgives very seldom. If you feel bad for your mistake and want to play fair onwards then the tip below is definitely for you.

To make your site re-participate in the adsense the best choice for you is to buy a new domain and put 301 redirect from the old domain. For example if you had www.some-domain.com, buy www.some-domain.net and create a dynamic redirect which redirects every page to the same page on the new domain.

The new domain will not be blacklisted as far as you comply with their policies. All the pages from your new domain will indexed as it is and you will not lose any traffic. Google recommends 301 redirect when you have to move your site permanently so the move will be search engine friendly.

Htaccess Redirect:

To completely shift all pages of your site to new domain, simply

  1. Download htaccess file from the root of your server.
  2. edit the file with notepad, skip the existing code and add this at the end, where domain.com is the new domain name.
  3. redirectMatch 301 ^(.*)$ http://www.domain.com
    redirectMatch permanent ^(.*)$ http://www.domain.com
  4. Upload the htaccess file to replace with the previous one and you are done.

To know more about how to do 301 redirect on different platforms, please read about 301 redirects here.

Join the Conversation

9 Comments

  1. Interestingly its not quite easy to do that. it is possible but taking only one thing redirecting each post towards new, its simpy not as easy as it seems. Though Google for itself would help you to do so, they have a ncie tool in their Webmaster Central controls, but still you would need a hand from some a pro.

  2. one of my site was also banned by Adsense and have did the same as u have mentioned in the post and its working great. The traffic is generating from old site to the new one and getting good $$ from it.

Leave a comment

Your email address will not be published.