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]


Reply via email to