[jboss-user] [JBoss Seam] - Avoiding conversationId in links

g.tomassoni do-not-reply at jboss.com
Wed Aug 1 09:43:24 EDT 2007


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,


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069641#4069641

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069641



More information about the jboss-user mailing list