PDA

View Full Version : Exclude navigation menu



derekcohen
08-10-2005, 07:29 AM
My site uses a server-side include to put a navigation area on each page. The trouble is that if someone searches for a term that is on the navigation then every page is found.

I tried excluding the include file explicitly but it still includes it in the index so I assume the skip options only covers the name of the pages and not any include files.

Is there a way to use <noindex> </noindex> type tags around the content of the nav include file?

What other solution is there?

wrensoft
08-10-2005, 10:33 AM
See the Zoom user guide (http://www.wrensoft.com/zoom/usersguide.html), page 46, "Skipping sections of a page"

-
David