To Add Review List on mageto product page we have to do below few step
First of all we need to open catalog.xml in Layout folder of used design theme and then we have to add
below code in catalog_product_view. section
<block type=\"review/product_view_list\"
name=\"product.info.product_additional_data\"
as=\"reviews\"
template=\"review/product/view/list.phtml\"/>
< ?php echo $this->getChildHtml('reviews') ? >