|
I am not sure what you're trying to do. You can't send a redirect with 200 status code, if you want to send a redirect location you'd have to use either 301 or 302 status code. Search engines don't have any problem with 301 status code, they pass PR as a normal link will do when they find a 301 redirect. Also, you can add view counting code on top of each page instead of using an intermediate page for that purpose.
|