Hey, I have a christian site which is banned in some islamic countries, that's why I bought other domains and parked them using Cpanel. That means that all the domains have the same content. Will this risk the domains to be banned by Google? if so what is the best way to park the domains without beeing banned? Thanks in advance!
Have you set-up the parked domains to 301 redirect to your main domain? If so, there won't be any problem.
If he uses a redirection...there will be no use in his problem. As I understood he want to keep the parked domain in the link address in order to be allowed in some islamic countries. On-topic: Yes, I think there will be a problem with duplicate content and google.
redirection wouldn't help, because I want to keep the address accessible. I am afraid that it will be considered as duplicate content (even I always remove it from SER through webmastertools) any way to work around this problem? Thanks in advance!
I guessed so not so many know the answer, that's why I tried and fixed it myself using .htaccess anybody wants to do the same try the following code into your .htaccess at your web root dir Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} !^www\.yoursite\.com rewritecond %{http_host} !^00\.00\.00\.11 RewriteRule ^robots\.txt$ /robotids/robots.txt [L] yoursite = your site 00.00.00.11 = your server's ip /robotids/robots.txt = the alternative robots.txt locatation play safely with google