Recently, I had a client who was using different URLs of the same websites for his internet marketing strategy, including PPC campaign etc and as you know these days the SEO clients have first-hand knowledge of SEO and they understand such things could be a potential issue in their SEO campaign, and for the same reason, when this client asked me how to get over with this issue and what’s the best practice in SEO for using multiple pages of the same version of a domain, the only answer I had was the canonical URL tag use.
What is a Canonical URL tag?
Introduced by all search engines (Google, Yahoo & MSN) together in early 2009, a canonical URL tag is a tag code that you place in your HTML source of your page that tells Google and other search engines that this page is an identical copy of the URL placed in that tag. What this means exactly is that Google will not consider it as a duplicate page and this page will not be ranking well as compared to its canonical URL in Google. Simply put this gives an indication to Google about your preferred version of the similar content pages on the same domain.
Here is the canonical tag code,
<link rel=”canonical” href=”http://www.seojunky.com/test-site.php” />
So where do you place canonical URL tag in your code? Normally the canonical URL tag is placed in your <head> section of the duplicate content URL.
Canonical URL Tag vs a 301 redirect?
- Canonical URL tag is for search engines and not for the human site visitors which means you can still track unique visits to that page.
- The URL having canonical URL tag gets indexed and has its own slow ranking but it doesn’t disappear from the search engines as compared to a 301 redirect where the page is no longer ranking or visible to your visitors.
- You can make a 301 redirect to a different domain, but canonical URL tag can only be referred to another URL on the same domain.
- Both 301 redirect and canonical URL tag transfer their link juice and other URL properties like page ranking, authority and related signals to the pointing URL.
- Canonical URL tag is used if you are using different URLs having the same content page (duplicate copy) for the purposes like running PPC campaign, a print version of the same page etc. This sends signals to search engines on what version of a page you want them to consider during their ranking process.
- It’s imperative that the pages with canonical URL tag must be similar to the page they are referring to. If not 100%, they have to be nearly 100% duplicate copy of the referring page. A small variation for the sake of use of that page in your print version or anything else you want to use that page is okay with search engines, but if you are using a totally different content and putting a canonical URL tag, then it doesn’t serve the purpose and rather makes Google feel as if you were cheating, means you are using a non-relevant page to strengthen another page by giving signals to search engines that they are of similar nature.