I followed the SEO Best Practices blog and put the following code at the top of detailview.ascx after the registration section:
<script language="c#" runat="server">
protected override void OnInit(EventArgs e)
{
if (Entry != null) AddGenericLink("canonical", string.Empty, Entry.Link);
}
</script>
In module options, SEO Settings checkboxes are checked.
Is this all I need to do to clean-up duplicate url's if they have been indexed by search engines? I can't tell if this is doing anything different. http://www.workwiseinc.net/blogtest
Thanks