On 10/4/05, Leon Rosenberg <[EMAIL PROTECTED]> wrote:
> Btw, struts is perfectly crawlable, since you have a different url for
> each page. This will not let you index a concrete page, but the whole
> site will be at list indexed. In opposite, a JSF site will return
> different content to the "same url", at least from crawlers point of
> view. This will throw your complete site out of the indexer,  as the
> crawler would think that you are "cloacking". You might or might not
> like this crawler logic, but at least yahoo, google and msn are
> following it, and there are about 90% of the market (at least here, in
> germany) so you can't ignore them.

If I am not mistaken, one of Struts best practices is that JSP pages
are not to be accessed directly. Therefore, pages do not have visible
URL, actions do. And an action can display a different page at any
given moment.

Michael.

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

Reply via email to