On Thu, 8 Feb 2001, Nick May wrote:
> As for adding weight to a page, yes, it does, but for a large subset of
> sites there is no need to have it on EVERY page - one does not necessarily
> want every page of a dynamic site indexing.
Most of the search engine don't index dynamic sites anyway
since many of the spiders don't follow links with '?'
and|or '&' in the url.
You can trick the searchengines to index those pages too
with some $PATH_INFO magic though. Just use '/' instead
of '?' and '&' in the url's. Later in the begining of
the dynamic page just split the $PATH_INFO to key+value
pairs by the '/' character.
--
Mika Tuupola http://www.appelsiini.net/~tuupola/
[ Did you check the archives? http://www.appelsiini.net/keitai-l/ ]
Received on Thu Feb 8 10:44:01 2001