--- modules/profile/profile.module	2011-08-20 21:28:25.000000000 -0700
+++ modules/profile/profile.module	2011-08-20 21:28:05.000000000 -0700
@@ -293,7 +293,7 @@ function profile_view_field($account, $f
       case 'checkbox':
         return $browse ? l($field->title, 'profile/' . $field->name) : check_plain($field->title);
       case 'url':
-        return '<a href="' . check_url($value) . '">' . check_plain($value) . '</a>';
+        return '<a rel="nofollow" href="' . check_url($value) . '">' . check_plain($value) . '</a>';
       case 'date':
         $format = substr(variable_get('date_format_short', 'm/d/Y - H:i'), 0, 5);
         // Note: Avoid PHP's date() because it does not handle dates before
