While hard to sometimes avoid, duplicate pages on a website can have serious negative impacts on how your website is viewed by search engines. The biggest being, with multiple versions a page, search engines won’t know which page to index on page results.
Therefore getting search engines to only see one page of exact content on your site is key. Here are 3 ways to accomplish this, in their preferred order.
The most preferred option to eliminating duplicate pages is to setup 301 redirects. This permanently redirects one page to the other. This essentially means that the page no longer exists. It is also said to pass along link juice from the page you are redirecting from to the page you are redirecting to.
I recommend using 301 redirects to handle all duplicate pages, however with some websites this is hard or resourceful to setup.
The second most desirable option is to setup canonical tags. This is a tag or snippet of code that you place on one of the pages, which then tells search engines to reference another page instead of the one with the tag, or duplicate content. Similarly, using canonical tags is said to pass along link juice from the one page to the other.
Canonical tags look something like, <link rel=”canonical” href=”http:// example.com/page” />
However, there are some negatives to using canonical tags:
The final, and least preferred way, is using robots no index tags. With this you put a tag in the code of the page you don’t want search engines to index. While this does theoretically tell search engines to not index the page, it is more of a recommendation to not crawl this page, meaning search engines could potentially not follow it correctly.
In this instance, no link juice is transferred over.
A lot of websites, especially eCommerce sites run into this problem of having duplicate content, which can have negative effects on your organic rankings. I recommend implementing permanent 301 redirects, however if this is not possible, then try to implement canonical tags. Use robots no follow tags as a last resort option.
We can help! Schedule a free website analysis to discover problems with your site and how to solve them.