Re: View Not Correctly Being Indexed by searchengines.

2006-03-25 Thread Mark Lowe
Here's something you may find handy http://tuckey.org/urlrewrite/manual/2.6/guide.html googlebot.* ^(.*);jsessionid=.*(\?.*)$ $1$2 On 3/25/06, Mark Lowe <[EMAIL PROTECTED]> wrote: > Sessionid's can cause problems, some spiders understand > ;jsessionid=[the id] is part of the url. T

Re: View Not Correctly Being Indexed by searchengines.

2006-03-25 Thread Mark Lowe
Sessionid's can cause problems, some spiders understand ;jsessionid=[the id] is part of the url. Therefore everytime the bot comes around it thinks its a different page. The usual thing to do is remove sessionid for spiders. Attention needs to be paid in case the application depends on the session

View Not Correctly Being Indexed by searchengines.

2006-03-24 Thread Jim Reynolds
Hello, I created a ecommerce site using struts and opened it up about 6 months ago. Ever since its inception, I have had trouble getting my site indexed by google, or any other searchengine. I am using servlet mapping of ".do". I cannot understand for my life, but it appears that when the robots