![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Is there a commen way to temp. disable indexing and followings on these search engine crawlers? |
#2
| |||
| |||
|
|
On 22-Oct-2006, "Lars Bonnesen" <none (AT) none (DOT) זרו> wrote: Is there a commen way to temp. disable indexing and followings on these search engine crawlers? Google for robots.txt Many references. You can have different folders on your server for testing a new site build, and use robots.txt to exclude the search engines. The robots.txt has to go in the root directory. |
#3
| |||
| |||
|
|
On 22-Oct-2006, "Lars Bonnesen" <none (AT) none (DOT) זרו> wrote: Is there a commen way to temp. disable indexing and followings on these search engine crawlers? Google for robots.txt |
#4
| |||
| |||
|
|
Is there a commen way to temp. disable indexing and followings on these search engine crawlers? Google for robots.txt The only drawback of robots.txt is that it tells anyone who looks at your robots.txt that you have a development version in a "hidden" directory. |

#5
| |||
| |||
|
|
ato_zee (AT) hotmail (DOT) com wrote: $myIP = xxx.xxx.xxx.xx if $remoteIP != $myIP send 404 header |
#6
| |||
| |||
|
|
z wrote: ato_zee (AT) hotmail (DOT) com wrote: $myIP = xxx.xxx.xxx.xx if $remoteIP != $myIP send 404 header Use a 304 header instead... The 404 says it isn't there anymore, which you don't want. The 304 says "Not Modified" which usually sends spiders (particularly Google) in another direction assuming the page has not been changed since the last time it visited. |
#7
| |||
| |||
|
|
On Sun, 22 Oct 2006 22:44:50 +0200, z <news01.web (AT) mailnull (DOT) com> wrote: Is there a commen way to temp. disable indexing and followings on these search engine crawlers? Google for robots.txt The only drawback of robots.txt is that it tells anyone who looks at your robots.txt that you have a development version in a "hidden" directory. Not necesarilly: User-agent: * Disallow: /my_dir and use /my_dir_guess_that as the development directory ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |