Topic: Robots and SEO and the such... (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: hoboken nj |
![]() Wow, haven't been on here in quite a while... |
Maniac (V) Inmate From: out of a sleepy funk |
![]() yeah, you're kinda screwed for Search Engine friendliness there. Search Engines, for the most part, index pages like "index.php" and "product_info.php" but almost all of the pages on your site are assembled from database in the disguise of "product_info.php+a_buncha_foo_to_id_product_and_build_page" and that's not a good thing.
code: <!-- information //-->
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() grats42: I think you are going to struggle. Really a session ID only needs to be generated if the user is logged in and doesn't accept cookies and even if search engines accept query strings (or fully index sites with query stirngs) they might think it is a different page (one of the reasons that search engines tend not to index dyanmic URLs). |
Nervous Wreck (II) Inmate From: hoboken nj |
![]() Yeah, I hear what you're both saying. That's exactly my issue. |