Forum Moderators: open

Message Too Old, No Replies

Optimizing Dynamic URL's for the search engines

Optimizing URL's

         

dchamp

3:37 pm on Jul 28, 2006 (gmt 0)

10+ Year Member



I'm using a Tomcat application platform and I am trying to find the best mix of parameters for a client. I'm trying to remove the session ID's and other id's that may prohibit my URL's from being spidered correctly. Any insight or direction would be appreciated.

encyclo

1:45 pm on Aug 3, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld dchamp!

Are you having problems with the technical side, ie. how to rewrite the URLs and remove the session IDs, or are you looking for information about what is the optimal URL structure for your site?

Ryaske

3:25 pm on Aug 4, 2006 (gmt 0)

10+ Year Member



I just made a post that is very simliar to your request.

There are two extra terms attached to my url after a GET request (due to an Image submit button).

I am trying to remove these.. hopefully I wont need to use mod_rewrite or some php trim&refresh. But for your purposes.. mod_rewrite may be the best answer. You will need to read up on regular expressions & mod_rewrite if you are not familiar with them.