Re: Google-friendly links using Struts

2004-09-28 Thread Mark Lowe
quot;get mod_rewrite"? -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 4:10 PM To: Struts Users Mailing List Subject: Re: Google-friendly links using Struts While its true that most search engines deal with this sort of thing, i think its also sti

RE: Google-friendly links using Struts

2004-09-28 Thread Chaikin, Yaakov Y.
Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 4:10 PM To: Struts Users Mailing List Subject: Re: Google-friendly links using Struts While its true that most search engines deal with this sort of thing, i think its also still true that you get more pages indexed if you avo

Re: Google-friendly links using Struts

2004-09-28 Thread Mark Lowe
While its true that most search engines deal with this sort of thing, i think its also still true that you get more pages indexed if you avoid request parameters.. I was trying to get mod_rewrite playing ball the other day with some success. I'd try a filter (i'm going to when i get a chance..

RE: Google-friendly links using Struts

2004-09-28 Thread Chaikin, Yaakov Y.
Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 3:31 PM To: Struts Users Mailing List Subject: Re: Google-friendly links using Struts From: "Chaikin, Yaakov Y." <[EMAIL PROTECTED]> > When designing a web application, as a lot o

Re: Google-friendly links using Struts

2004-09-28 Thread Don Brown
You could try passing parameters via the URL then using Struts' wildcard action mapping to pull them out. I use it to support a ReST-style web service interface to my application. Don On Tue, 28 Sep 2004 12:31:14 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Chaikin, Yaakov Y." <[EMAIL

Re: Google-friendly links using Struts

2004-09-28 Thread Wendy Smoak
From: "Chaikin, Yaakov Y." <[EMAIL PROTECTED]> > When designing a web application, as a lot of people know, it is no longer a > good idea to use (or let your framework use) a "?" to append parameters to > the URL. The reason is that Google, being the dominating search engine, > ignores everything p

Google-friendly links using Struts

2004-09-28 Thread Chaikin, Yaakov Y.
Another question, When designing a web application, as a lot of people know, it is no longer a good idea to use (or let your framework use) a "?" to append parameters to the URL. The reason is that Google, being the dominating search engine, ignores everything past the "?", thus making the rest of