New Canonical Link Tag Will Help with Duplicate Content
Just like the lamb lying down with lion, but the big three search engines came together for a rare joint effort to announce the launch of a new feature that will help ease the world’s duplicate content problems. The new feature, called the <link> tag tells the search engines what version of the URL is the correct one to want index.
The link tag goes in the <head> section of the page of looks like this:
<link rel=”canonical” href=”http://www.somerandomsite.com/hot-dogs” />
The search engines have been doing a pretty good job figuring out the right URL when people use redirects properly, but it’s not always easy to get it right–especially when we build these nutty sites with 50 different URLs pulling up the same content. This change should help a lot of webmasters sleep easier knowing that their proper, canonical URL will be indexed and given all the link juice it deserves. I look at it like a page by page sitemap to tell the search engines what URL to index.
Official blog posts about the new link / canonical tag:
Coverage on other blogs:
Joost already created a WordPress plugin for this feature
3 Reasons to Use rel=canonical, 4 Reasons not to use it
Comments
5 Responses to “New Canonical Link Tag Will Help with Duplicate Content”
Leave a Comment
Get the latest Search Marketing News and Tips
- 71 Chrome Extensions for Blogging & SEO
- 10 Link Building Strategies For New Website Or Business Owners
- What I Wish DMOZ Was Like
- Twitter Party: SEO Tips, Pizza, $1700 in Giveaways
- List of Great Firefox Plugins for SEO
- Checklist for Changing Your URL Structure
- 18 Simple SEO Items Commonly Missed in Web Development
- Title Tag SEO Tips
- Visualize More Links and Traffic — Ranking the Best SEO Infographics
- Learn the Basics Before You Try Anything Fancy!

Here is the article from Google…good stuff!
http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html
Joost de Valk’s Wordpress Plugin is pretty cool!
Is this Canonical Link Tag relating to just on site tagging or across the web? For example if I wrote an article and posted on my site first and then submitted to several article directories, search engines will know that I am the original source? Help me out please.
We’re all still trying to understand this new feature, too, but as far as I understand, it is for domains that you own/control, and only for identical content, not scraped or syndicated content pages.
You’re right, Dave. It’s only for domains you control. In other words, it’s meant to be used only within a site, not across multiple sites (unless those sites are hosted on multiple subdomains associated with the same domain).
From the Google blog:
(Not sure if you folks accept HTML or not, so I’m going to copy/paste it as unformatted text.)
——————————-
Can this link tag be used to suggest a canonical URL on a completely different domain?
No. To migrate to a completely different domain, permanent (301) redirects are more appropriate. Google currently will take canonicalization suggestions into account across subdomains (or within a domain), but not across domains. So site owners can suggest http://www.example.com vs. example.com vs. help.example.com, but not example.com vs. example-widgets.com.
——————————-
Alright, thanks Dave and Dan for your help.