Topic awaiting preservation: Dynamic Pages & Search Engines (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Australia |
posted 01-11-2003 10:21
Hiyas all, just wondering if anyone knows what the go is with dynamic pages and search engines. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-11-2003 14:33
H][RO: I'm currently sketching a couple of tutorials out for the GN which touch on this subject. |
Bipolar (III) Inmate From: Australia |
posted 01-12-2003 03:41
Thanks for that emp thats great. Im a little confused: so something that had my.php?ID=13 is treated as dynamic, something with my.php or my/13/ is treated as static tho? /*edit: i forgot to mention its a windows server also (does that mean its likely to be apache?) i dont know enough about the server unfortunately and wouldnt be able to change anything. I think im going to change hosts tho they are still running php 4.1.1 and wont update |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-12-2003 03:53
H][RO: Use you phpinfo() page to see if it is running on Apache (it is perfectly possible to run Apache on Windows). |
Bipolar (III) Inmate From: Australia |
posted 01-12-2003 03:56
Its a bad idea? doh, i thought pull down menu's would be a good way, what do you think is a better way? Im not using it for product searching or anything but to choose which companies products you want to veiw and which line of products. |
Bipolar (III) Inmate From: Australia |
posted 01-12-2003 03:58
Hmm doesnt seem to be apache either =/ |
Maniac (V) Inmate From: under the bed |
posted 01-12-2003 04:50
While a Drop Down Menu is a perfectly nice back-up navigation system (for instance, after you choose a company, the DDM could be placed on the subsequent pages in case the viewer wants to pick a different company), for the primary page where you select the company, I would personally just put the options in a list menu. |
Bipolar (III) Inmate From: Australia |
posted 01-12-2003 05:18
Yeh i guess it would probably take up roughly the same room, although the list is going to get a bit bigger, probably another 5 items i would say. mmm.... |
Maniac (V) Inmate From: Florida |
posted 01-13-2003 22:35
Google seems to have no problems indexing or following dynamic pages or query strings. Although Google does limit the amount of dynamic pages it indexes. I gather that many search engines don't index dynamic pages with query strings or session IDs because of the danger that the spider/bot gets trapped in a loop. quote:
|
Bipolar (III) Inmate From: Australia |
posted 01-14-2003 10:48
Yeh i've decided for now to just make separate static pages, with the layout its not much work anyhow. I will still use dynamic product pages but not much i can do about that, i might make another static page with a simple product listing so they can be searched, |