Forum Moderators: phranque
The problem is that I want to show adsense on that page (so it should have an URL that's been visited before) and I need to have that $_GET variable (thomas).
So until now, I had a simple page that would establish a session, write that variable to it and then redirect to some static url:
<meta http-equiv="REFRESH" content="0; URL=some_static_url.htm">.
But I don't think it's 100% fine, because something tells me (not 100% sure), that I'm loosing some PageRank this way (am I right?). If it's not good SEO-wise, what other solution would you suggest? Some javascript redirect?