1) When using a Double Meta Refresh, what is it about the process that blanks the referrer? Is it simply the fact that you're doing a refresh - does a refresh always blank the referrer? (I can't see anything else in the code that means "blank the referrer")
2) The way I understand it, a single meta refresh would actually blank the referrer most of the time. The reason to do a double meta refresh is just to make certain that the referrer is successfully blanked, and if it isn't, to take the user somewhere other than your affiliate offer page. Is that correct?
3) When you do a DMR, your traffic is going like this:
When this happens AffiliateOffer.com does not know that you originally came from Website.com. Does it look to AffiliateOffer.com like you only came from Example.com/redirect2.php, or does AffiliateOffer.com have no idea whatsoever where you came from?
4) If you redirect your traffic through the same path as shown in #3 above, but instead of doing meta refreshes you use regular php redirects like this...
5) If I use a DMR to link my landing page to the affiliate offer, does this somehow prevent the GoogleBot from knowing that the LP links to the affiliate offer? If no, is there any other way to prevent the GoogleBot from knowing this (thereby resulting in a higher QS for ads/keywords that link to that landing page)?
Thanks in advance for answers.
2) The way I understand it, a single meta refresh would actually blank the referrer most of the time. The reason to do a double meta refresh is just to make certain that the referrer is successfully blanked, and if it isn't, to take the user somewhere other than your affiliate offer page. Is that correct?
3) When you do a DMR, your traffic is going like this:
Website.com >> Example.com/redirect1.php >> Example.com/redirect2.php >> AffiliateOffer.com
Right?When this happens AffiliateOffer.com does not know that you originally came from Website.com. Does it look to AffiliateOffer.com like you only came from Example.com/redirect2.php, or does AffiliateOffer.com have no idea whatsoever where you came from?
4) If you redirect your traffic through the same path as shown in #3 above, but instead of doing meta refreshes you use regular php redirects like this...
<? header("location:http://AffiliateOffer.com"); ?>
...will AffiliateOffer.com know that you originally came from Website.com? If yes, how would they know - does the entire series of URLs that you passed through get sent to AffiliateOffer.com?5) If I use a DMR to link my landing page to the affiliate offer, does this somehow prevent the GoogleBot from knowing that the LP links to the affiliate offer? If no, is there any other way to prevent the GoogleBot from knowing this (thereby resulting in a higher QS for ads/keywords that link to that landing page)?
Thanks in advance for answers.