|
-
Nov 13th, 2003, 09:19 AM
#1
Thread Starter
Lively Member
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
Last edited by yair24; Nov 13th, 2003 at 11:52 AM.
-
Nov 13th, 2003, 09:42 AM
#2
If the dynamic pages are interlinked and you don't need to submit a form anywhere, the crawlers (at least Google's) will find it.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 13th, 2003, 09:44 AM
#3
Thread Starter
Lively Member
what about this:
what if he interlinks are also coming from a database?
I mean suppose I have in my site a menu that all the links are dynamicly edited.
in this case google will find them too?
Yair
-
Nov 13th, 2003, 10:06 AM
#4
Google doesn't know. Your web server delivers HTML pages to the bot, and the bot couldn't care less how they are generated.
As long as the links are THERE and USABLE, it will follow them. Links generated after the page load by JavaScript cannot be followed (yes, I've seen that).
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 13th, 2003, 11:51 AM
#5
Thread Starter
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|