1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Cpanel praked domains and Google

Discussion in 'Google' started by Dody, Jul 24, 2008.

  1. #1
    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!
     
    Dody, Jul 24, 2008 IP
  2. data_lore

    data_lore Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Have you set-up the parked domains to 301 redirect to your main domain? If so, there won't be any problem.
     
    data_lore, Jul 24, 2008 IP
  3. Sphinks

    Sphinks Active Member

    Messages:
    1,102
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    78
    #3
    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.
     
    Sphinks, Jul 24, 2008 IP
  4. Dody

    Dody Active Member

    Messages:
    138
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    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!
     
    Dody, Jul 24, 2008 IP
  5. Dody

    Dody Active Member

    Messages:
    138
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #5
    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 :D
     
    Dody, Jul 25, 2008 IP