1 Reply Latest reply on Aug 3, 2007 6:31 AM by pmuir

    Avoiding conversationId in links

    g.tomassoni

      Dears,

      I'm working on a very simple site adopting seam-1.2.1.GA.

      The site must be easily indexable by search engines and uses a lot of links with parameters because is basically a tree navigator where items (i.e.: page contents) are keyed by two parameters.

      Due to the indexability requirement, I would like to avoid any conversationId parameter in my links, since it is going to let search engines think a referenced page changed when it is not. Removing the conversationId shouldn't lead to any problem since I'm not using conversations at all in this site.

      Is there any way to disable the output of the conversationId parameter page- or site-wide, or do I have to put a <s:conversationPropagation type="none"/> in every and each link?

      Thanks,