Forum Moderators: open

Message Too Old, No Replies

Google and JSP driven sites

java & google?

         

mediaman

4:38 am on Sep 24, 2002 (gmt 0)

10+ Year Member



I was wondering if anyone can comment on how Google handles jsp driven websites. We run a number of these sites and it would appear that Google does not want to index them, other then the odd page here and there.

I have reviewed the Google FAQ and there is no mention of java server pages.

I would assume jsp sites would be treated the same as php driven sites?

If anyone can offer any info on this I would appreciate it! :-)

bcc1234

11:20 am on Sep 24, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I mostly use jsp and never had a problem with google.

andreasfriedrich

11:32 am on Sep 24, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld [webmasterworld.com] mediaman.

If you search for .jsp in Google [google.de] you get about 13,400,000 results. So it seems that there is no problem with JSP.

This does not come as a surprise, since it really does not matter from the point of view of a spider/browser how the content of the serverīs reply is generated. It doesnīt matter because there is really no way of knowing how it was genereated. The extension may give a hint. But there is no guarantee that a page whose URL ends with .jsp is really generated with java. It could very well be a static html page, a page generated with PHP, Perl, C, C++, C#, Pascal, Delphi, Assembly language or any other language you can think of. It could even be that a request is forwarded to some country with very low wages where real people look up the request in a real phone book, enter the information they find into their computer and have the server send that back as the reply. All the spider/browser ever does is sending and receiving HTTP requests.

So unless you use cookies which GoogleBot does not handle or session ids which make for unique URLs there is no problem.

BTW having a query string in a URL is by no means sufficient reason to believe that the resource the URL points to will be generated dynamically. It could be that the query string is used to serve different static html documents depending on the setting in the query string.

Andreas

wingslevel

11:53 am on Sep 24, 2002 (gmt 0)

10+ Year Member



I agree with bcc and andreas.

What is the pr of the site? If it is fairly high (like 5 or 6), and you are not getting spidered deeply then you may have some problem with either your url string or your link structure.

Although googlebot will parse it's way through /'s,?'s, ='s etc.... I think most will agree that simpler url strings are better.