Re: [aseek-users] Disallow indexing

2002-02-20 Thread CGI [ DIMC ]
Try  to create a macro  in  Microsoft  word! - Original Message - From: Claus Jul Larsen & Anne Smed Nielsen To: [EMAIL PROTECTED] Sent: Tuesday, February 19, 2002 11:03 PM Subject: [aseek-users] Disallow indexing Hi   I doesn’t want to i

Re: [aseek-users] Disallow indexing

2002-02-20 Thread Kir Kolyshkin
> I doesn't want to index the content between and > . How to do? I can use the .. > but it's about 5000 html pages on the site. Maybe it's an > easier solution? You can use &bd=on&ds=on&kw=on s.cgi options to search within body, description and keywords, but not title. But this way you can't u

[aseek-users] Disallow indexing

2002-02-20 Thread Claus Jul Larsen & Anne Smed Nielsen
Hi,   One more thing:   I want to disallow indexing a string between href=””>The string must no be indexed   I’ve a lot of pages with same link-text and the searchresult seems to be abnormal if I search for eg. “string”.   Claus

[aseek-users] Disallow indexing

2002-02-19 Thread Claus Jul Larsen & Anne Smed Nielsen
Hi   I doesn’t want to index the content between and . How to do? I can use the .. noindex> but it’s about 5000 html pages on the site. Maybe it’s an easier solution?   Thank you   Claus Jul Larsen

Re: [aseek-users] disallow

2002-01-18 Thread Alexander F Avdonkin
May be you have some "Allow" commands before that "Disallow" ? There are no restrictions on number of "Disallow" commands. Aleksej Novikov ÐÉÓÁÌ(Á): > Dear aseek-users, > > Is there any restrictions for quantity of disallow strings ? > > I have about 600 Disallow strings and as I see indexe

[aseek-users] disallow

2002-01-18 Thread Aleksej Novikov
Dear aseek-users, Is there any restrictions for quantity of disallow strings ? I have about 600 Disallow strings and as I see indexer ignore some of them. For example: > Disallow lib I hope that this string tells indexer do not use any URL with 'library' substring in it. Unfortunately

Re[2]: [aseek-users] Disallow

2001-06-07 Thread Aleksej Novikov
Dear Kir, Thursday, June 07, 2001, 1:56:04 PM, you wrote: KK> Aleksej Novikov ÐÉÓÁÌ(Á): >> >> Dear aseek-users, >> >> Help please, how can I Diallow URL's with the following symbols ? >> >> 1. % (percent) >> 2. | (pipe) >> 3. (space) KK> Pipe has special meaning in regex, so you have to esc

Re: [aseek-users] Disallow

2001-06-07 Thread Kir Kolyshkin
Aleksej Novikov ÐÉÓÁÌ(Á): > > Dear aseek-users, > > Help please, how can I Diallow URL's with the following symbols ? > > 1. % (percent) > 2. | (pipe) > 3. (space) Pipe has special meaning in regex, so you have to escape it with \. Space is not allowed in the URL, according to RFC 1738, 2.2 (

[aseek-users] Disallow

2001-06-07 Thread Aleksej Novikov
Dear aseek-users, Help please, how can I Diallow URL's with the following symbols ? 1. % (percent) 2. | (pipe) 3. (space) Best regards, == Aleksej Novikov ==