Canonical Link Element - Duplicate Content
After coming across the canonical link element in February i hadn’t yet found a use for this tag / element. But now i believe i have. Basically it is designed to tell Google which page is the true version of potentially a wide range of domain combination or DB queries. For example Google could potentially see the following as different pages (this is important within SEO):
domain.com
domain.com/
domain.com/index.php
domain.com/default.asp
www.domain.com
www.domain.com/index.php
www.domain.com/default.asp
www.domain.com/
You get the basic idea….
So i here you ask how do i let Google know which page is the correct version, well before you start doing any crazy 301 re-direct’s or use the canonical link element, if possible you should be consistent from the start meaning:
• Always link to the same domain
• Use a .htaccess re-write your domain
• Set up the correct domain in Webmaster Tools
• Consistent Internal Linking
If you have followed these simple steps you will have no need to use the canonical link element, however if you free you potentially have duplicate content issues with you CMS or ecommerce platform all you need to do is add the following code in your <head></head> tags.
<link rel=”canonical” rel=”http://www.yourdomain.com” />
Google will trust that you have used this correctly and unless you have made a mistake i.e. created a infinite loop. It will assume that this command is correct. This tag is only based for sites that you fear may have duplicate content issue, any other issues can be solved with 301 re-directs.
Remember also that you can only use the canonical element internally and sub domains, NOT external websites.
References:
http://googlewebmastercentral.blogspot.com/2009/02/canonical-link-element-presentation.html
Related posts:
- How to make a search engine optimisation friendly .htaccess file A lot of sites can have duplicate content issues and especially CMS (Content Management Systems). I talked about the canonical link element on a previous post, which describes how to let Google know what page holds the original copy within your website. This post on how to build a search...
- SEO headaches: Duplicate Content Yesterday’s WebProNews Video is all about Duplicate content, and it got me thinking. We all know duplicate content isn’t a good thing, and this video drew my attention with the title: “How to Avoid Duplicate Content”. Shari Thurow of Omni Marketing Interactive gives some interesting and straightforward advice about how...
- 5 Ways to avoid duplicate content issues! We have recently had a client penalised for duplicate content, Our clients sites content had been too similar to a different client in a similar area. What this meant was that the site was removed from Google’s listing for the phrases we were optimised. We are proud to say we...
- Search Engine Optimisation Tutorial (SEO) - Duplicate Content / Copyscape Script: Welcome to the Creare SEO Video Blog, Today we are going to discuss the effects of duplicate content on your search engine optimisation campaign. Firstly we are going to have a look at the guidelines set by Google and see what Google treats as duplicate content. “Duplicate content...
- SEO Friendly Web Development - Canonicalisation Video Script: Welcome Canonicalisation is designed to avoid the same content being indexed on different URL’s. We use it to stop dymanic URL’s being indexed with the same content as the original source. Ideally then, you would have one URL and one set of original content. We have had CMS...





































