View Single Post
  #1 (permalink)  
Old 03-02-2009, 12:43 PM
manik's Avatar
manik manik is online now
Om Shanti!
 
Join Date: Apr 2008
Gender: Male
Location: Cambridge, MA
Posts: 10,724
iTrader: (4)
Thanks: 623
Thanked 527 Times in 448 Posts
manik is just really nicemanik is just really nicemanik is just really nicemanik is just really nice
Default NEW : Canonical Link Tag

Google, Microsoft, Yahoo all together announced a new tag to resolve the duplicate content problem.

Syntax is pretty simple. Lets say you have this ugly url
Code:
http://www.example.com/page.html?sid=asdf314159265
and you want to tell search engines that the url is actually
Code:
http://www.example.com/page.html
To accomplish that you just put code like this in the HEAD part of the document:
Code:
<link rel="canonical" href="http://example.com/page.html"/>
Read more Learn about the Canonical Link Element in 5 minutes

And here is the video from Matt Cutts:

Reply With Quote