In-Reply-To: <[EMAIL PROTECTED]>
On Mon, 29 Dec 2003 16:32:54 +0100 "Andrea Hickisch" 
<[EMAIL PROTECTED]> asked:
> 
> I want to exclude parts of a page (navigation) from being indexed but
> still follow it's links (so noindex_start and noindex_end won't work)
> and index the rest of the page (so the meta tag for robots
> noindex,follow won't work). 

Two kluges spring to mind:

1) <A HREF="there"><!--htdig_noindex-->Go there<!--/htdig_noindex--></A>

1a) in config set noindex_start & noindex_end to something terser:

   <A HREF="there"><!--XX-->Go there<!--/XX--></A>
   
2) <!--htdig_noindex-->
   <A HREF="there">Go there</A>
   <A HREF="elsewherhe">Go elsewhere</A>
   {...}
   <!--/htdig_noindex-->
   
   <A HREF="there">&nbsp;</A>
   <A HREF="elsewherhe">&nbsp;</A>
   {...}

i.e. replicate the links, hidden, in an inconspicuous corner of the page.

Mike



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
ht://Dig general mailing list: <[EMAIL PROTECTED]>
ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to