Re: URL Submission To Search Engines With Struts

2006-02-04 Thread Dave Newton
Robert Stevens wrote: > Where can I read about how to create a "suffix mapping extension"? > The Struts documentation? When you configure the Struts servlet you tell it to use either prefix or suffix mapping. The default suffix mapping is *.do; if you're currently mapping to *.do it'll be the

Re: URL Submission To Search Engines With Struts

2006-02-04 Thread Robert Stevens
Dave, Where can I read about how to create a "suffix mapping extension"? Regards, Robert Stevens Dave Newton <[EMAIL PROTECTED]> wrote: Robert Stevens wrote: > Figure out how to make the pages you want spidered to end with .htm or .html > extensions. > > To do this you

Re: URL Submission To Search Engines With Struts

2006-02-04 Thread Dave Newton
Robert Stevens wrote: > Figure out how to make the pages you want spidered to end with .htm or > .html extensions. > > To do this you may need to write a servlet that takes requests and maps > them to the correct struts pages. > ... or just use .htm[l] as your suffix mapping extension.

Re: URL Submission To Search Engines With Struts

2006-02-03 Thread Robert Stevens
Hi Jim, Search engines do not like dynamic URLs. If they refer their search engine customers to a dynamic page, they can't be sure its content will be the same as when they spidered it. Some won't index dynamic pages. Others may take points away. Figure out how to make the pages you

Re: URL Submission To Search Engines With Struts

2006-02-02 Thread David Delbecq
I would suggest the welcome.do Also, take a look at http://www.google.com/webmasters/2.html Jim Reynolds a écrit : >Hello, > >I have been having trouble getting the Search Engines to index my site >properly. My old site was just JSP model 1, and I would just submit >the index.html page. > >Since I

URL Submission To Search Engines With Struts

2006-02-02 Thread Jim Reynolds
Hello, I have been having trouble getting the Search Engines to index my site properly. My old site was just JSP model 1, and I would just submit the index.html page. Since I recrated the site with struts, I now immediately go from that index.html page to a forward to welcome.do which then does s