Links not spidered

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
nbozic
Advanced
Advanced
Posts: 17
Joined: Thu Sep 16, 2004 8:28 pm

Links not spidered

Post by nbozic »

Hi,

I recently installed a corporate search engine on our web server.
This search engine doesn't want to spider the links in the Milonic navigation bars...
This is the reply I received from the support staff that made the search engine:

------------------------

You can add a href without a tag for each JavaScript link
(recommended)
For example, instead of just generating this:

<a href="javascript:MM_openBrWindow('work_aids/admin_depar.htm','','toolbar
=no,location=,yes,menubar=yes,scrollbars=yes,width=675,height=405,resiza
ble=yes')">

....you would generate these two href:
<a href="javascript:MM_openBrWindow(' work_aids/admin_depar.htm ','','toolbar=no,location=,yes,menubar=yes,scrollbars=yes,width=675,heig
ht=405,resizable=yes')">
<a href="work_aids/admin_depar.htm"/>

....the second one isn't visible to users since it has no label, but CES sees it and follows it.

------------------------

Is there anything else that can be done to get around the problem, other than what they suggested?

Thanks.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Try putting together a text-only "menu system" (just simple links), and place the whole thing between <noscript></noscript> tags.

Another good possibility is our site index at http://support.milonic.com/demos/site_index/index.htm.
John
nbozic
Advanced
Advanced
Posts: 17
Joined: Thu Sep 16, 2004 8:28 pm

Post by nbozic »

Thanks.
Post Reply