Re: Canonical link

2012-03-29 Thread Francois Meillet
and so I need to add a canonical link to any page whose request has the ;jessionid=SESSIONID parameter but NOT for those pages that don't have the jsessionid parameter Eg., If the page request was: http://www.mydomain.com/page/aboutus;jsessionid=SESSIONID then I need to output

Canonical link

2012-03-26 Thread Chris Colman
I'm implementing canonical in our wicket app and so I need to add a canonical link to any page whose request has the ;jessionid=SESSIONID parameter but NOT for those pages that don't have the jsessionid parameter Eg., If the page request was: http://www.mydomain.com/page/aboutus;jsessionid

Re: seo - canonical link element

2012-03-08 Thread armhold
(getCanonicalUrl(; canonical.setVisible(! isCanonicalUrl()); Your page can implement isCanonicalUrl() to check page params, etc. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/seo-canonical-link-element-tp4449729p4456354.html Sent from the Users forum mailing list

RE: seo - canonical link element

2012-03-07 Thread Chris Colman
Not currently but over the last few days we have been implementing new features for a new release of our web app and one of those is to include the canonical link element. I think it's really important for SEO. -Original Message- From: Francois Meillet [mailto:qq...@gmail.com

seo - canonical link element

2012-03-06 Thread Francois Meillet
Hi Wicketers, Do you use the Canonical Link Element in your page ? (A canonical page is the preferred version of a set of pages with highly similar content.) http://googlewebmastercentral.blogspot.com/2011/06/supporting-relcanonical-http-headers.html http://googlewebmastercentral.blogspot.com