canonical-link

asp.net mvc and canonical link: bug?

I created a simple CMS in asp.net MVC. Every article has a canonical link, which I want to use in my master page like this: <link href="<%= Model.CanonicalLink %>" rel="canonical" /> However, when I view the source of this page in Firefox, it shows me: <link href="../../Views/Shared/%3C%25=%20Model.CanonicalLink%20%25%3E" rel="canoni...

SEO, ordering and duplication of content

I run a specialized news site and am trying to apply a little bit of SEO sauce to it. One of the most important things I hear is to avoid duplication of content. I've covered all the basics but I'm stuck with ordering of content. As an example, the archive of the site is orderable by date, views, and rating. Since we don't have that ma...