HighDots Forums  

session variables and google

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss session variables and google in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
N. Drummond
 
Posts: n/a

Default session variables and google - 09-10-2003 , 05:01 PM






my understanding is that google does not index pages generated from session
variables. Postdata can be very clumsy, so is there any alternative ?
regards,

- n

Reply With Quote
  #2  
Old   
Niel Drummond
 
Posts: n/a

Default Re: session variables and google - 09-12-2003 , 04:52 PM






Quote:
a href="page.asp?id=<%=session.id%>&amp;country=<%=s ession.country%
&amp;zip=<%=session.zip%>&amp;something=<%=session .something%>&amp;else=<%
=session.else%>&amp;horse=<%=session.horse%>&amp;c olor=<%=session.color%>A
horse of a different color</a

A search engine will probably have difficulties with something like the
above.
thanks. are there any disadvantages to using your first method ?

- n


Reply With Quote
  #3  
Old   
Philip Baker
 
Posts: n/a

Default Re: session variables and google - 09-13-2003 , 07:50 PM



In article <3f5f9233$0$189$4c56ba96 (AT) master (DOT) news.zetnet.net>, "N.
Drummond" <research (AT) cyanescent (DOT) co.uk> writes
Quote:
my understanding is that google does not index pages generated from session
variables. Postdata can be very clumsy, so is there any alternative ?

Google will index pages where the URL contains a query string (because
it says it does). The last time I looked at this, some time ago now, I
got the impression that some other SEs would not.

With an Apache server, at least, a query string can be replaced by an
extended file path. E.g. - thinking in Perl CGI terms - you can replace

http://www.mysite.com/script.cgi?parms
with http://www.mysite.com/script.cgi/parms

and in the script have something like:

if ($ENV{'PATH_INFO'} =~ /^\/(.+)$/) {$pseudoquerystring = $1;}
--
Philip Baker


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.