View Single Post
Old 03-25-2004, 02:44 AM   #1
nicor
Green Mole
 
Join Date: Mar 2004
Posts: 2
PhpDig spiders included menu: wrong results

Please Help :-)

all of our navigation-menus are included via php, but phpdig spiders the sites with menus included. As a result, the search-results are completly wrong, because most of the search keywords are also shown in the menu...

is there a possibility to not index them?

i have tried to built a workarround in the included menues like:

if($_SERVER['HTTP_USER_AGENT'] != "PhpDig") {
//write the menu ;-)
}

but it doesnt work... ;-(
nicor is offline   Reply With Quote