Wrapping the menu in <!-- <noindex follow="true"> -->
<!-- </noindex> --> seems to have worked for me. The links are followed but the menu content is not indexed. Craig -----Original Message----- From: Gabriele Bartolini [mailto:[EMAIL PROTECTED] Sent: 05 June 2003 07:33 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [htdig] Re: BIG BIG Problem :-( 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 SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ 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 This document should only be read by those persons to whom it is addressed and is not intended to be relied upon by any person without subsequent written confirmation of its contents. Accordingly IRW Solutions Group Ltd disclaim all responsibility and accept no liability (including in negligence) for the consequences for any person acting, or refraining from acting, on such information prior to the receipt by those persons of subsequent written confirmation. If you have received this e-mail message in error, please notify us immediately. Please also destroy and delete the message from your computer. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message is strictly prohibited. ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ 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

