PDA

View Full Version : javascript menu not being spidered


vuurvos
10-05-2005, 01:03 AM
I use a javascript menu (doimenu), but it is not being spidered by phpdig. How can I solve this? Is there a way to tell phpdig to spider the doimenu or is there a workaround?

Charter
10-05-2005, 06:50 AM
PhpDig can follow simple JavaScript like window.open() or window.location() but nothing more complex. If you are able, you might want to set up a sitemap that contains your menu links so that they can be followed when PhpDig indexes the sitemap page.