Hi all,
I've searched the archives on this topic, but would appreciate any up to date advice. I have my actions forwarding to my jsps in my WEB-INF folder. Thus my jsps are protected from direct access. However I obviously want my site to get as high a rating on google and other search engines as possible. Now I have heard differing reports that google can list dynamic sites and also that it cannot. I would very much like to know people's experience with this.
If the answer is that google cannot crawl a struts site like this, then I'd very much appreciate user's previous approaches to this problem.
Google can and does crawl GET URLs -- what it can't do is index pages that are presented as the result of POSTed form data, because you can imagine that the spider probably wouldn't know what data to post. This is not a factor of Struts, it's a factor of the HTTP protocol.
A few searches in Google should turn up pages that have request parameters in the URL -- that's all the evidence you need.
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "We want beef in dessert if we can get it there."
-- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]