Thu, 02/11/2010 - 22:03
The global redirect module is a must have for SEO on a Drupal site. It does a great job helping with drupals "duplicate content" issues and redirecting urls around your drupal install.
For example by default, drupal shows the same content for a both a url ending in a slash "/" or not ending with a slash:
- mysite.com/node/36/
- mysite.com/node/36
To drupal this is the same page, but to a search engine, these might be very different pages. ...Read more...