D
djbaxter
Guest
Specify your canonical
by Joachim Kupke, Senior Software Engineer, and Maile Ohye, Developer Programs Tech Lead, Google Webmaster Central Blog
Thursday, February 12, 2009
...more
by Joachim Kupke, Senior Software Engineer, and Maile Ohye, Developer Programs Tech Lead, Google Webmaster Central Blog
Thursday, February 12, 2009
we now support a format that allows you to publicly specify your preferred version of a URL. If your site has identical or vastly similar content that's accessible through multiple URLs, this format provides you with more control over the URL returned in search results. Now, you can simply add this <link> tag to specify your preferred version:
Code:< link rel="canonical" href="http://www.example.com/product.php?item=swedish-fish" />
inside the <head> section of the duplicate content URLs (remove space after opening "<")... and Google will understand that the duplicates all refer to the canonical URL: http://www.example.com/product.php?item=swedish-fish. Additional URL properties, like PageRank and related signals, are transferred as well.
...more
Last edited by a moderator: