Forum Moderators: open
For example URL:A has a header that tells the browser to redirect to URL:B followed by URL:C (without having to get URL:B to redirect through a header).
Is this possible?
(i hope this makes sense..)
&url= parameter appended, which is then detected and used to make the target URL in the next redirect. Such an approach is very messy, does not pass PageRank, and open to a myriad of hacks where people will use your server and your redirect for a variety of activities which you don't want, and which will cause you many serious problems.
Meta-refreshes are not server-side redirects, they are client-side "automatic page reloads." So do not expect search engines to treat these as they would treat "real" redirect responses from your server.
Jim