I run a site that has only one page: index.php
It dishes out different pages by passing the variable $page. Ex:
Conventional wisdom said that this is a lousy way to have your site listed in search engine results since many spiders ignore what follows the ? in the URL. However, the majority of my traffic is from search engines. It appears that modern search engines are capable of cataloging database driven sites.
I am wondering if I can change something to help all other spiders that do not easily handle database driven sites. Does anyone have any suggestions?
The only thing that I can think of is to have the 404/error page tweaked to handle the requests... Ex: if you present the link of the 404/error page could extract pickles from the URL and then serve up pickles - - - but this could reak havoc on site logs.
- - picklefish - -
Why is everyone in this forum responding to me as picklefish?
It dishes out different pages by passing the variable $page. Ex:
Conventional wisdom said that this is a lousy way to have your site listed in search engine results since many spiders ignore what follows the ? in the URL. However, the majority of my traffic is from search engines. It appears that modern search engines are capable of cataloging database driven sites.
I am wondering if I can change something to help all other spiders that do not easily handle database driven sites. Does anyone have any suggestions?
The only thing that I can think of is to have the 404/error page tweaked to handle the requests... Ex: if you present the link of the 404/error page could extract pickles from the URL and then serve up pickles - - - but this could reak havoc on site logs.
- - picklefish - -
Why is everyone in this forum responding to me as picklefish?