There is an application server at an address like This domain is used by a small group for company operations. It is not intended for the public but it is not a problem if the public stumbles on to it. It is a problem if Google has indexed this page and generates more traffic to the page than the few that might have just stumbled on to it.
While you need authentication to get past this index page, the company would prefer not to have their secure portal displayed on Google. Can anyone suggest options to lessen the accessibility of this index page on search engines?
I have a PHP script that will detect if 'google' is found in the referer. If so, a blank page appears instead. But I'm sure we could do better.
Using httpd.conf or .htaccess, is there a way to detect if the referring link is from Google and then deny access or display some other error so that Google does not care to continue to index this page?
While you need authentication to get past this index page, the company would prefer not to have their secure portal displayed on Google. Can anyone suggest options to lessen the accessibility of this index page on search engines?
I have a PHP script that will detect if 'google' is found in the referer. If so, a blank page appears instead. But I'm sure we could do better.
Using httpd.conf or .htaccess, is there a way to detect if the referring link is from Google and then deny access or display some other error so that Google does not care to continue to index this page?