php and crowlers... [RESOLVED]
hello,
suppose I have a virtualonline store script, and in the store there are some products, each product has a description, the description is stored in a database.
the page that show the details called "showproductdetails.php" and it recives some parameters in the URL such as:
showproductdetails.php?prodid=2
and acording to the prodid it shows the details.
search engine robots and crowlers (as much as I understand) cannot find this information, and I need to know what is the way to create dynamic pages that crowlers will be able to find all the content of the pages.
thanks in advanced.
Yair