Yes, I worked on an app with a search engine component, so it's common for
users to come to the "same" page via slightly different urls.

    <link rel="canonical" href="#" wicket:id="canonical"/>

    Label canonical = new Label("canonical", "");
    canonical.add(new AttributeModifier("href",
Model.of(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 archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to