Re: [Phplib-users] robots and session-id's
Brought to you by:
nhruby,
richardarcher
From: Sascha W. <sas...@gm...> - 2002-03-08 12:06:14
|
At 11:30 07.03.2002 -0600, you wrote: >One thing I've found is that some search engines _won't_ go into pages for >which there's session data passed back to the client. As long as that doesn't apply for all search-engines you can't really deal with it. I've read about guys having big problems with a sessionid indexed on ALTAVISTA and all user coming from there having the same shopping_cart. >This doesn't answer your question, nor I'm sure is it encouraging news w. >regard to getting your product catalog indexed, but I thought I'd pass it >on. Thank you sincerely for your effort anyway, Sascha. >Thus spake Sascha Weise on Thu, Mar 07, 2002 at 10:58:37AM CST > > Hi out there, > > > > I'm coding a shop with the help of phplib (thanks a lot to all the > > developers at this point). > > One purpose is, that every page with products-infos can be indexed by > > search-engines to make the rare products more findable - so I can't lock > > all pages for robots. > > > > At this point I was pretty astonished, that I found no > standard-solution to > > prevent urls with session-id's to be indexed by robots! > > > > All hints I found (most in the archive of this list) recommended to check > > $HTTP_USER_AGENT against a list of known user-agents and then not to start > > phplib-page-management-functions if a robot was identified. > > For me this seems not to be very usable as I think it's hard to > maintain an > > actual list of ALL relevant search-engines. > > > > > > Now my questions: > > > > - Does anyone know a better (perfect and simple) solution for this problem? > > > > OR > > > > - Wouldn't it be more simple and effective to check $HTTP_USER_AGENT > > against some valid user-agent-strings from browsers? > > (At least every browser does have something like "...compatible; MSIE..." > > in his string and I guess this list is shorter and easyier to maintain > as a > > list of robots) > > Does anyone know some PROs and CONs for this assumption? > > > > > > Thanks in advance, > > > > Sascha. > > > > > > _______________________________________________ > > Phplib-users mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phplib-users > >-- >Lindsay Haisley | "Everything works | PGP public key >FMP Computer Services | if you let it" | available at >512-259-1190 | (The Roadie) | <http://www.fmp.com/pubkeys> >http://www.fmp.com | | > >_______________________________________________ >Phplib-users mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phplib-users |