To solve the issue of Google Webmaster Tools reporting all Product Review Pages as having "Duplicate meta descriptions" and "Duplicate Titles", I suggest that this code alteration be included as standard in future ECT version releases.
incproddetail.php (v6.8.0) AT LINE 285 add: rel="nofollow" to the <a> link ------------------------- elseif($numreviews > 0) $srv.=' (<a class="ectlink" rel="nofollow" href="' . detailpageurl('review=all' . ($thecatid!='' ? '&cat='.$thecatid : '')) . '">'.$GLOBALS['xxShoAll'].'</a>)'; -------------------------