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.

Restrict access per country but allow googlebot

Discussion in 'Google' started by F.Royale, Jul 3, 2017.

  1. #1
    I have a website that blocks access from almost all countries (including US). This is causing conflict with the googlebot the site is not being indexed. I use an htaccess like this:

    <Limit GET HEAD POST>
    Order deny, allow
    Allow from 8.6.48.0/21
    Allow from 64.68.80.0/21
    Allow from 64.68.80.0/22
    Allow from 64.68.80.0/24
    Deny from all
    </ Limit>

    How can I do to allow google bots access?
     
    F.Royale, Jul 3, 2017 IP
  2. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    818
    Best Answers:
    7
    Trophy Points:
    320
    #2
    Get googlebot's IP addresses and allow them.

    Hmmm. If you are denying access to users, why would you need google to index them at all?
     
    mmerlinn, Jul 3, 2017 IP
    sarahk likes this.
  3. F.Royale

    F.Royale Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Is it reliable that google does not change IP's? I do not need users from other countries but I still need to be well indexed in google for users from my country.
     
    F.Royale, Jul 3, 2017 IP
  4. MrKing01

    MrKing01 Active Member

    Messages:
    489
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    60
    #4
    @mmerlinn you wonder why OP is denying access to certain users. It should be mentioned that some websites are not relevant to people in other countries. If you have a website for a carwash in a small town in the UK, do you want for example German people to index or waste bandwidth on your server? The answer is very obvious. As you don't advertise to attract German car owners, you don't have to allow IP addresses from there to access your website. However if you own for example a hotel, you will not benefit from blocking foreign IP addresses. Foreigners travelling to the area will do their research and booking in advance, and by blocking them you might lose customers. The conclusion is that the question of blocking IP addresses is very much dependent on what business you run.

    @F.Royale I don't think that you should bother about Googlebot changing IP. In the case this becomes an issue, Google will use Search Console to notify you that Googleboot is being blocked.
     
    MrKing01, Jul 19, 2017 IP
  5. sarahk

    sarahk iTamer Staff

    Messages:
    28,494
    Likes Received:
    4,457
    Best Answers:
    123
    Trophy Points:
    665
    #5
    Block from the actual website by looking at remote ip AND the user agent

    In @MrKing01's example the carwash isn't going to get so many hits that bandwidth is a problem - If the site is set up right and your business is set up in Google Places then Google will recognise that the site won't appeal to people looking for a carwash in Berlin. They're quite clever.

    I look after a huge site that gets appropriate traffic for it's niche and I've never heard a murmur from the hosting company about bandwidth.

    Once upon a time I used to get blocked from American real estate sites where the owner had blocked all APNIC countries. Honestly, I don't know why they bothered.

    The only sites that really have to worry about blocking countries are those peddling "adult content" that may get them in hot water in some countries. If the problem is spam use better captcha.
     
    sarahk, Jul 19, 2017 IP
  6. MrKing01

    MrKing01 Active Member

    Messages:
    489
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    60
    #6
    @sarahk As you look after a huge site, I think it's appropriate to ask you following questions. Have you ever been in a situation where you have found it justified to block IP addresses from certain foreign countries?

    Also let's say that you find out that you get loads of spam comments from country "X" and hacking attempts from country "Y". What would you do to tackle these issues?
     
    MrKing01, Jul 19, 2017 IP
  7. sarahk

    sarahk iTamer Staff

    Messages:
    28,494
    Likes Received:
    4,457
    Best Answers:
    123
    Trophy Points:
    665
    #7
    I'd start with a service like cloudflare
    I'd use hidden captcha
    I'd track their hacking attempts to see if they've identified any vulnerabilities

    but if you're getting targetted malicious hacking attempts they'll bounce around IP addresses and you won't be able to block them all
     
    sarahk, Jul 19, 2017 IP
    MrKing01 likes this.
  8. interkul

    interkul Member

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #8
    Allow IPs from whole USA, google use only USA IPs,
    Google all the time change their IP and use new ones.
     
    interkul, Aug 19, 2017 IP