naskootbg
Senior Member
- Nov 8, 2010
- 847
- 280
Happy New Year!
I have and idea. Never read something related before so will post here and someone may help.
The idea:
1) page1 do 301 redirect to page2
2) page2 do 301 redirect to page3 only if the refferer is page1 (via PHP)
or
page1-->page2-->(if comes from page1)-->page3
Example:
page2 is amazon affiliate site
page3 is affiliate link to amazon product
page1 is any page or domain that redirects to page2
Than via PHP page2 checking the referrer. If the referrer is page1 it redirecting to page3. If the referrer is not page1 it display page2 or the amazon affiliate site.
What is happen - via page1 you can send visitor direct to amazon page - you can add this link (page1) on facebook, or on your site instead affiliate link or where you want. Amazon service seeng page2 as referrer. If they manual check page2 they will see amazon affiliate store. They will not be able to see page1 and will not ban.
Even page1 can be set to check if the referrer is e.g. googlebot, and if it is to redirect to other page.
Or serach engine robots, and stat checkers can see it somehow? As I read the search engine bots can follow javascriprs by DOM so for sure javascript redirect will be found, but can they found PHP (no)?
I have and idea. Never read something related before so will post here and someone may help.
The idea:
1) page1 do 301 redirect to page2
2) page2 do 301 redirect to page3 only if the refferer is page1 (via PHP)
or
page1-->page2-->(if comes from page1)-->page3
Example:
page2 is amazon affiliate site
page3 is affiliate link to amazon product
page1 is any page or domain that redirects to page2
Than via PHP page2 checking the referrer. If the referrer is page1 it redirecting to page3. If the referrer is not page1 it display page2 or the amazon affiliate site.
What is happen - via page1 you can send visitor direct to amazon page - you can add this link (page1) on facebook, or on your site instead affiliate link or where you want. Amazon service seeng page2 as referrer. If they manual check page2 they will see amazon affiliate store. They will not be able to see page1 and will not ban.
Even page1 can be set to check if the referrer is e.g. googlebot, and if it is to redirect to other page.
Or serach engine robots, and stat checkers can see it somehow? As I read the search engine bots can follow javascriprs by DOM so for sure javascript redirect will be found, but can they found PHP (no)?