I'm convinced there is a simple solution for this:
We have an ASP page that uses Ajax for users to browse content. Our problem is that when Google crawls our website it links its search results to the un-styled content pages. We want to be able to redirect traffic from the content pages to the styled page that is calling them. How do we accomplish this without sending the page into an infinite redirect loop?
We've considered other solutions to our problem but this is what we want to accomplish; redirecting our .ASP pages to the page where they are included without sending them into a loop. That is of course anyone has any suggestions that we haven't already considered.
I've wasted an entire day already trying to find a solution that works in ASP without any luck, I'll probably be spending all of tomorrow doing the same... Look forward to any advice, thanks.