Since it's impossible to remove the arrow icons on the index page, I was hoping to develop an easy solution. (At least I hope so)
I'm working on making my version of reviewpost so search engine friendly as possible.
It's not an easy task, but if you use robots.txt you will come a long way.
Regardless I have one important task left, before I have gotten rid of all duplicate url's
/showproduct.php/product/301 these url can't be ruled out using robots.txt
note that I want all my product urls to include the category details, so that the url will look like this /showproduct.php/product/301/cat/21
Since the url's is not closed we can't use a 301 redirect with .htaccess, so the only solution I can find is to prevent these urls being indexed by the search engines.
On my site these urls are getting indexed by the arrow icons on the index page, since they are direct links from my main page, they are getting a lot of link strength my correct url's should have.
So as a last effort to suceed in my project I want to add rel="nofollow" behind the arrow icon urls.
Please tell me that there is an easy fix to make this happen