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. Seems much...
cleaner.

Dave



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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. Seems much...
cleaner.

Dave



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 there in your web.xml.

Bear in mind that if you are serving a mix of static and dynamic content
this might not be a good answer.

Dave



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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.
   
  Best Regards,
   
  Robert Stevens
  http://www.LocalPlans.com
  http://www.WriteExpress.com
   
   
  

Jim Reynolds [EMAIL PROTECTED] wrote:
  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 some
business logic, and eventually forwards to a jsp page with dynamic
navs, etc.

Does anyone know which page I need to submit when I am doing this type
of immediate forwarding?

Any help would be appreciated, or insights.

Regards

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




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 some
business logic, and eventually forwards to a jsp page with dynamic
navs, etc.

Does anyone know which page I need to submit when I am doing this type
of immediate forwarding?

Any help would be appreciated, or insights.

Regards

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 recrated the site with struts, I now immediately go from that
index.html page to a forward to welcome.do which then does some
business logic, and eventually forwards to a jsp page with dynamic
navs, etc.

Does anyone know which page I need to submit when I am doing this type
of immediate forwarding?

Any help would be appreciated, or insights.

Regards

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]