Sorry, Can you tell me, how you do it? or better can you show me an example? , I just like to do the same thing.
thanks in advance On Fri, 2003-06-13 at 10:59, [EMAIL PROTECTED] wrote: > Hi friends, > I want to thank all the people who gave me some ideas to solve my problem. > I found very usefull the solution with the "noindex follow" tags and I adopted > it with success. > > Thank you again :-) > > > Scrive Gabriele Bartolini <[EMAIL PROTECTED]>: > > > Ciao Pietro! > > > > Il mer, 2003-06-04 alle 18:00, [EMAIL PROTECTED] ha scritto: > > > Dear friends, > > > I've a big problem that I don't succeed in solving. > > > I've a site of about 6000 pages. In each page I generate in PHP a menu of > > the > > > site. > > > > I suggest you to give a look at FAQ 4.15. > > > > http://www.htdig.org/FAQ.html#q4.15 > > > > You can decide not to index the menu (maybe just follow the links); give > > a look at the noindex tag (which is not DTD compliant though - so if you > > wanna validate your HTML code this must be skipped). > > > > My suggestion is to put all the links in the head section (giving them > > structure information - see HTML specification), and to use the > > 'htdig_noindex' comment to enclose the menu. For instance > > > > <html> > > <head> > > .... > > > > <link href="sect1.htm" rel="next"> > > <...> > > </head> > > > > <body> > > blah blah ... > > > > <!-- htdig_noindex --> > > <map> > > <div> > > <strong>Menu</strong><br> > > <ul> > > <li><a href="sect1.htm">Sezione 1</a></li> > > </ul> > > <div> > > </map> > > <!-- htdig_noindex --> > > > > etc. > > > > > This is a big problem for me 'cause the words in the menu are obviously the > > > > > keywords of the corresponding sections ... so, has anyone a good idea to > > solve > > > this problem? > > > > Have you tried to give a look at the 'backlink_factor' attribute for > > htsearch? It should give more importance to resource pointed by those > > links. > > > > http://www.htdig.org/attrs.html#backlink_factor > > > > Ciao and ... hope this helps! :-) > > > > -Gabriele > > -- > > Gabriele Bartolini - Web Programmer > > Comune di Prato - Prato - Tuscany - Italy > > [EMAIL PROTECTED] | http://www.comune.prato.it > > > find bin/laden -name osama -exec rm {} ; > > > > > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > htdig-general mailing list <[EMAIL PROTECTED]> > To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe > FAQ: http://htdig.sourceforge.net/FAQ.html -- S�rgio Basto Technology Project Manager onevision design studios TECMAIA - Parque de Ci�ncia e Tecnologia da Maia Rua Frederico Ulrich, 2650 4470-605 MOREIRA DA MAIA tel. + 351 22 091 5410 fax. + 351 22 091 5419 email: [EMAIL PROTECTED] web: http://www.onevision-design.com ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

