|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Google Discussion Forum Google Discussion forum is for topics specifically related to Google. There is a subforum dedicated to AdSense/AdWords subjects. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
This is a bit much.
Google says they will ban you if you block people from viewing your site. Google Says Blocking Countries Outside of the US is Against Policies If you are being spammed by a bunch of guys in India and would like to block the whole country, you better rethink. |
|
|||
|
I suppose Google should stop helping China block content from outside the country.
I do a lot of work in regards to blocking traffic by country. So far I have seen absolutely no effect on any website taking appropriate steps to block an IP, an IP range or an entire country.
__________________
I use Country IP Blocks as added security for my networks and servers. |
|
||||
|
Let's see... an ecommerce site that only services a particular region, regularly receives attempts of credit card fraud from outside that region, blocks those particular IP ranges, is going to be considered to be cloaking?
Is it April 1st or sheer lunacy? Dave |
|
||||
|
But think about this from Google's standpoint. As a search engine, Google can't tell what parts of the world you are blocking from accessing your site, at least reliably, and Google may not have a system in place to filter out your site from the results when people in those parts of the world run searches.
Google has stated repeatedly that their goal is to provide the best possible search results, and avoid users from clicking into an error message. If IP filtering is perceived by Google to make their results look faulty to those who are blocked, would you not expect them to take action, up to dropping the sites that do this?
__________________
The best way to learn anything, is to question everything. Interestingly Average Security Blog |
|
||||
|
Quote:
|
|
||||
|
Quote:
Quote:
Quote:
|
|
|||
|
I'm beginning to wonder whether George Orwell wrote the rulebook for Google.
Google might want to be the best, most accurate Search Engine around, but they aren't going to stay their if they require people to dumbdown their security to accomodate Google results. If Google wants to penalize me for blocking Russia, China and Korea they can do so without penalizing websites with the rest of the globe.
__________________
I use Country IP Blocks as added security for my networks and servers. |
|
|||
|
I haven't noticed anything in Googles rulebook that declares cloaking to include denying access to certain IP ranges.
Cloaking, sneaky Javascript redirects, and doorway pages I suppose you could stretch the rule to suggest serving no content is the same as serving different content.
__________________
I use Country IP Blocks as added security for my networks and servers. |
|
||||
|
John Mu at Google said:
"Blocking all users outside of the US from being able to see your site would likely be considered cloaking and would be against our Webmaster Guidelines. Instead of blocking these users automatically, I would recommend that you add blocks based on the user's activity, not based on his location. " And I think that is pretty fair.
__________________
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||
|
Quote:
As an IT Manager I don't plan security and protection of sensitive data around the whims of Google, Yahoo, MSN or others. I have an obligation to the clients I support to keep their sites, servers and traffic as safe as possible. Strong Security is multifaceted. When it calls for blocking a range of IPs or an entire country I will do so. Is Google going to penalize you for relying on SBL, PBL, XBL lists to identify IP addresses and IP ranges of spammers? Are they going to penalize you for blocking known IP ranges of comment spammers, brute force attackers and email harvesters? Prevention is the first line of defense. If my security becomes solely based on behavior instead of proactive prevention, I have failed.
__________________
I use Country IP Blocks as added security for my networks and servers. Last edited by Tech Manager; 07-02-2008 at 06:58 PM. Reason: typo |
|
||||
|
Quote:
Dave |
|
|||
|
Excellent point Dave.
__________________
I use Country IP Blocks as added security for my networks and servers. |
|
|||
|
If someone in -say- California attacks a website in Washington State but uses spoof ips of -say- Holland, then the website in Washington State would block Dutch ips, whereas the real villain is in California, laughing his socks off.
|
|
|||
|
A spoofed IP attack is not quite as simple as your post would lead someone to believe. IP spoofing doesn't truly hide your actual IP. Generally speaking, IP spoofing does not generally allow for a normal network connection. This type of activity generally entails a blind spoof.
While IP spoofing can happen it is more common to see various other attacks.
__________________
I use Country IP Blocks as added security for my networks and servers. |
|
||||
|
Already my team Information Architect is working on a script that blocks suspicious bots by IP for 24 hours, and then get unblocked. This thread is a good hint to extend that also for bad visitors. I will discuss that with him tomorrow to see what and how that would be possible.
__________________
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||
|
Quote:
__________________
I use Country IP Blocks as added security for my networks and servers. |
|
||||
|
I was also thinking about something else.
We get in average 8-10 emails a day from Indian companies, offering links building, etc services, mentioning that they conform to the US CAN-SPAM law. We report all those mails as spam, since that law is not valid in Germany were we are located. In Germany unsolicited emails, no matter which nature, are strictly forbidden. Now they began using our contact form. We created an IP based script which we wanted to add in our contact form, which would redirect all India visitors to our homepage instead. Before we had the chance to go live, we read the thread at Googles Webmaster Help Center, which Janeth shared here too. Looks like we only have two options: 1. Disallow our contact page in our robots.txt and implement our script. or 2. Extend the script by blocking the transaction of the mail if the visitor comes from India. In both cases it will not be cloaking. I assume the 2nd option would be possible and I obviously prefer, since I do not want my contact page to be de-indexed. I will check that with our IA too.
__________________
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO Last edited by Webnauts; 07-02-2008 at 08:09 PM. |
|
||||
|
Quote:
Worth to have a look. Upon the chance, allow me to refer you all to the excellent service: Distributed Spam Harvester Tracking Network | Project Honey Pot
__________________
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||
|
But a good proxy does and many backdoors are used exactly for that.
Martinscholes is right, most of the villain IP's are being intentionally chosen from another side of the globe. |
|
||||
|
Quote:
RewriteCond %{HTTP:VIA} !^$ [OR] RewriteCond %{HTTP:FORWARDED} !^$ [OR] RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR] RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR] RewriteCond %{HTTP:PROXY_CONNECTION} !^$ [OR] RewriteCond %{HTTP:XPROXY_CONNECTION} !^$ [OR] RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR] RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$ RewriteRule ^(.*)$ - [F]
__________________
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||
|
No 'professional' proxy reveals itself in http headers.
|
|
||||
|
Google India is more than welcome to drop my site from it's serps.. I don't sell to India.. Or Korea, or the Ukraine.. So all of those Google.s are more than welcome to drop me from their index.. It would save us a LOT of hassle on the customer service end answering emails trying to explain "why" we refuse to ship there..
__________________
Steve : Animal Charms Animal Jewelry | Internet Marketing I'm smelling a whole lot of if coming off of this plan. |
|
||||
|
hmmmmmmmmmmm...
Why should I or any other website owner have to allow anyone or anything access to their "property" to be "compliant" with a set of "rules' or "guidelines" SPECIFICALLY designed to promote their own interests ESPECIALLY when they're stealing or trying to commit fraud? Tell you what John... name a single IP you've blocked/redirected/anything that targets ONLY the individual "abusing" it and not everyone in that region on the same IP. Dave |
|
||||
|
I fully agree with that Dave. As you know I am an advocate of Web Content Accessibility, and if I would do otherwise as you said, I will be violating those standards.
__________________
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||
|
Quote:
Malcious traffic can be filtered in a multitude of ways with a wide variety of rulesets. Proxy detection filters can be added to weed out known and unknown proxies. While proxies still pose a significant threat they are manageable. Proxies make up a comparatively smaller portion of malicious/spam/hacking traffic than you might think. Currently, a much bigger problem is malcious Botnets. Botnets create a much more randomized assault as they rely on infected machines to spew their traffic. I keep hearing the proxy argument position as why country or IP range blocks simply don't work. It's an internet urban legend. The argument goes something like this, "If you block an IP range a smart hacker will just use a proxy to get around your protection; therefore it is better not do this." This is circular reasononing. It is much like saying, "Don't bother putting a lock on your front door because an intruder will then use your backdoor." Ok, so I'll put a lock on my backdoor too! "No, don't bother putting a lock on your backdoor because an intruder will break in through one of your windows." Well then, he's going to set off my silent alarm, alert my doberman and if he survives the dog he's going to be staring down a loaded gun. Problem solved. As I've said many times, security is multifaceted. It starts with the concept of protection and permissions. Whom do you want to allow into your home, website, servers and networks? It then incorporates several layers of protection: hardware and software firewalls, blacklists and white lists (which can include network ranges and/or countries), proxy detection, XBL, PBL, XBL lists, traffic behavior patterns and response, secure coding, properly validated variables, bad-behavior-redirection, and myriad other proactive and reactive layers. I think we need to be careful to avoid flippant comments about proxies and other "origins" of traffic. Unless we are accurate we tend to promote the myth more than the reality.
__________________
I use Country IP Blocks as added security for my networks and servers. |
|
||||
|
Quote:
|
|
|||
|
Quote:
One thing for sure: The huge majority of attacks/spam don't use it's own IP-address. |
|
||||
|
Quote:
Secondly, because what John Mu suggested cannot be done. "Individuals" are not assigned unique IP's. You cannot block an "individual abuser". Blocking any IP blocks a region or geographic area. Thirdly, it requires site owners to enable "theft" and/or potential "fraud" in order to be "compliant". Finally, Google themselves block what content is delivered to paricular users in particular regions. ETA... One final point, geotargeting is OK. Isn't this the same thing? Dave Last edited by crankydave; 07-03-2008 at 10:31 AM. |
|
|||
|
Quote:
Outstanding rebuttal Dave. Excellent post. Completely on the mark. If my business model is designed to protect my customers, networks, servers and websites then "Big Brother Search Engine" needs to build a better algorithm to reflect that model isntead of penalizing it. The only way to block an individual is to place them in a prison cell and take their computer and communications away. When my servers are under attack I contemplate the SOB behind the attack, but I do so in my spare time. My immediate response is top stop the attack. That may require my blocking the soulless IP, IP Range or country. The biggest need on the internet today is improved security. Google concerns itself with fraud preventioin when it comes to their revenue flows. We have to do the same thing. If Google's business model is designed around us lowering our security, being reactive instead of proactive, it is Google that needs to change. I like Dave's last point the best: "...geotargeting is OK. Isn't this the same thing?" Yes, this is the same thing. Google has a variety of locale specific search engines. A site can rank differently in the UK, Germany, USA, Mexico, etc., as it should. Google may be the Big Boy on the block, but it is unacceptable to also have them as the Big Brother. They cannot rule the net. I'd love to see some of the major new networks take this subject on: "Google requires all websites to open themselves up to fraud, identity theft, hack attacks, and zombiism, in order to stay indexed in Google search results. News at 11."
__________________
I use Country IP Blocks as added security for my networks and servers. |
|
|||
|
That's true. The difference is, I actually know what I am talking about.
__________________
I use Country IP Blocks as added security for my networks and servers. |
|
||||
|
Quote:
|
|
||||
|
To quote Matt Cutts (A quick word about cloaking) :
Quote:
Quote:
|
|
|||
|
Quote:
What you don't see is that I support IP blocking and don't agree with the unfortunate post of JohnMu. If a site blocks an IP range including googlebot, then it has nothing to do with cloaking and it is in line with Google's view:Official Google Webmaster Central Blog: How Google defines IP delivery, geolocation, and cloaking. It is indeed Google's problem how to deal with results shown in locations where Google doesn't send bots from and the problem shouldn't be pushed to webmasters. My disagreement with your post comes from posted prejudices about some countries being well known source of spam or viruses, which is absolutely impossible to prove. Which of course, doesn't take away your legitimate right to block them. Last edited by activeco; 07-03-2008 at 11:41 AM. |
|
||||
|
Quote:
This is just another instance (as I see it) whereby the means Google *may* wish to implement something that is simply wrong. I say *may* because the comment John Mu made didn't say *would* be considered cloaking. A retail or ecommerce site that regularly receives attempts of fraudulent transactions from a particular IP range, attempts that cost them money, should have every right to block those attempts without having to fear being "punished" by a business model that cannot or will not adapt to it. The ends do not justify the means. In this case, the ends being solely to benefit the Google business model. Attempting to prevent illegal activities is by no stretch of the imagination "evil". Last I checked both theft and attempted fraud are illegal activities. Dave |
|
|||
|
Quote:
__________________
I use Country IP Blocks as added security for my networks and servers. Last edited by Tech Manager; 07-03-2008 at 12:22 PM. Reason: typo and tone |
|
||||
|
How to ban IP addresses WITHOUT banning GoogleBot - Crawling, indexing, and ranking | Google Groups
Quote:
|
|
||||
|
Quote:
By the way I forgot to mention in this thread that you are the Information Architect of my companies SEO Workers & Webnauts Net. If anyone still has any questions, he is here in person, so you can ask him yourselves.
__________________
SEO Workers - Search Engine Optimization Consulting Company | SEO Analysis Tool | Webnauts Net SEO |
|
|||
|
There are ways to block bad bots without blocking entire nations, so Google is correct if in fact they do punish webmasters blocking entire nations.
Why should they include you in the SERP's if your site does not present content to their users ? This is simply common sense, not rocket science. |
|
||||
|
Quote:
|
|
||||
|
Quote:
I have noted the following.
"A Google Groups thread has a webmaster who has been receiving a lot of rogue spider attacks from the Africa region. He wants to go as far as ban the whole continent of Africa. But he is concerned that by doing so, he will also hurt his Google rankings". My forum was indexed by Google when it was "open to the world" and I blocked a lot of unique IP's and IP regions. To sum up:
__________________
Mini Network:: Financial information at your fingertips Learn object oriented programming where it started Last edited by kgun; 07-03-2008 at 01:43 PM. Reason: Spelling |
|
||||
|
Quote:
If they don't want to include a particular site in the SERP's for a particular area that's fine. However, not including the site in the SERP's does not mean someone cannot reach the site. Now if you're trying to suggest that Google shouldn't include a site in the SERP's at all anywhere, that's just plain wrong on so many levels. What's simply common sense is site owners being proactive about deterring/preventing theft and fraud without having to fear being labeled as "noncompliant" and "punished" for it. Dave |
|
|||
|
Quote:
earlier log files and release at least one region it comes most frequently from. |
|
||||
|
Thank you. On my todo list when I come from holiday
or thinking again, shall the posts on an extranet be index- and archivable?
__________________
Mini Network:: Financial information at your fingertips Learn object oriented programming where it started Last edited by kgun; 07-03-2008 at 01:49 PM. |
|
|||
|
Quote:
Would you trust this showing in the results if you were running Google, is that serving your users if you were to show this in the results worldwide Dave ? Yahoo and Google are now warning users of spyware infested sites that may damage their users computers and a lot of other stuff in the SERP's, so engines are advising users about sites now days. Should Google just list sites blocking nations with the disclaimer that "you may not be able to view this site, use a proxy" ???? |
|
|||
|
OK I see the connection with the thread.
Extranets are usually closed behind firewalls so there is no access from general public as well as from outside bots. However there is a thing called Google Search Appliance that provides Google technology for closed environments. With it, an organization gets completely internal Google search engine. |
|
||||
|
And blocking an unique IP may block out a lot of sites if they are hosted on a shared server.
|
|
||||
|
Quote:
If you use a script, may be the best is to write a spider trap: Scripts: Spider Blocking :: .htaccess, PHP, Block Bad Bots with .htaccess or PHP
__________________
Mini Network:: Financial information at your fingertips Learn object oriented programming where it started Last edited by kgun; 07-03-2008 at 06:37 PM. |
|
||||
|
Quote:
Most of the IPs that I see doing this are in China, India and other locations, where I really could care less about blocking some guy and his neighbors for a few hours. The likelyhood that they are actually surfing my site is pretty slim. Basically I will be looking to filter unusual (or typical bad bot) behaviours and then simple block the IP for 24 hours and forward it off to a poison trap or honey pot. |
|
||||
|
Now I invite all of you that have posted in this thread to rethink the issue. Most of us start out by:
allow from all IP regions. Why not turn that around and deny from all and gradually open up IP regions. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blocking IPs for Countries will it affect SEO | Steven1976a | Search Engine Optimization Forum | 1 | 06-24-2008 08:21 PM |
| prices on google for countries | brandyace | Google Discussion Forum | 2 | 06-12-2007 09:53 AM |
| Google pays more for clicks from 'big' countries...? | Ricardo Zea | Google Discussion Forum | 19 | 10-10-2006 05:28 PM |
| Google results in foreign countries | toby_bird | Google Discussion Forum | 9 | 02-03-2005 11:20 AM |
| Google Domains For 10 More Countries Now Available | WPW_Feedbot | Search Engine Optimization Forum | 0 | 01-16-2005 03:30 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |