<link> tag to reduce duplicate content

I just came across an article on www.websitemagazine.com about <link> tags being used to minimize the problem of duplicate content. Anyone know of a module or manageable techinique to add URL information to the header within a <link> tag?

Login to post comments

Drupal module

J. Cohen's picture
J. Cohen - Sat, 2009-02-14 23:57

Drupal module here:
http://yoast.com/canonical-url-links/

Still beta though.

--
My Drupal Tutorials


Thanks

guysaban - Sun, 2009-02-15 00:43

Thanks for the link.


canonical URLs

J. Cohen's picture
J. Cohen - Sat, 2009-03-07 05:04

I took a closer look at that module and it's just the Global Redirect Module with a couple of extra lines in it.

--
My Drupal Tutorials


Dupe Content

undoIT's picture
undoIT - Sat, 2009-03-07 00:58

Isn't it easier and less bloated to use .htaccess + robots.txt to eliminate duplicate content? No need to add extra code on each page just to prevent duplicate content.

Coupons | Linux Compatibility | Free Website Templates


canonical URLs

J. Cohen's picture
J. Cohen - Sat, 2009-03-07 05:09

I agree... I don't think it's important on most Drupal sites. Most duplicate content on Drupal sites comes from robots.txt problems.

--
My Drupal Tutorials


Canonical Links

guysaban - Mon, 2009-03-09 10:56

For those interested SEOmoz has a good article about canconical link: http://www.seomoz.org/blog/canonical-url-tag-the-most-important-advancem...