Google and JSP pages

GrougCooseberg

New Member
HI
I'm not a techie so out of my depth here

Can someone explain how google handles JSP pages ......

As I understand it the pages are dynamically generated but google seems to index them

Exactly what is going on here?

Hillman Hunter hi
if one want easy crawling then, try not to use much scripts. Google could output the HTML for user interface directly from Java servlet code... but this would complicate the whole thing. So, prefer to use template system.
 
Back
Top