traffic from website

isset1988

Newbie
Joined
Dec 5, 2013
Messages
5
Reaction score
0
Hello its my first thread here!

My question to the experts is,
I have an iframe to a high traffic website for ex. my-friend-website .
This iframe points to my website my-website / visitor.

When a visitor open the my-friend-website, my website my-website / visitor redirect him without breaking the iframe to another website. My website my-website / visitor redirect traffic to websites i select like redirected-website.

I use this thought to take advantage of my-friend-website, in order to promote our websites.

But!

Although all the websites i redirect get the traffic, only the my-website take advantage of this on google.
On google analytics i see that redirected-website get 1000 visitors per day, but on google ranking i see the website go lower.

Any idea what goes wrong?
 
Sounds like an issue with the redirect - or perhaps you modified http or https auto redirect settings on accident - What type of re directs are you using between all these domains, is there anything interstitial between them at all? I am a little confused on the actual structure you are using & why you are even setting it up like this in the first place??

Let us know more details and maybe we can help ya get to the bottom of it

All the best & congrats on your first Thread!
 
Thank you tacitinc,

I use this php code

Code:
$traffic_url =  redirect-website link;
header('Location: '.$traffic_url); exit;

Can you suggest another way to get the traffic from my-friend-website and drive into other websites? Thank you again!
 
please give more information about how the redirect is configured, help you than we can
 
Well,

My-Friend-Website has this iframe

HTML:
<iframe src="my-website / visitor" width="0px" height="0px"></iframe>


My-Website has a php redirect
PHP:
header('Location: '.$traffic_url); exit;
 
judging by the code, it's all right, can it matter in the keys to the pages?
 
Hello proxyseller,

What do you mean about keys to the pages?

What is the best way to drive traffic from a website to another in order to get results on seo ranking? My websites are already onsite seo friendly.
 
Thank you tacitinc,

I use this php code

Code:
$traffic_url =  redirect-website link;
header('Location: '.$traffic_url); exit;

Can you suggest another way to get the traffic from my-friend-website and drive into other websites? Thank you again!

By 'friendly' you are making sure that they are ="********" correct? The answer to your last question regarding the best way to drive traffic from site to site is ******** attributes, clear contextual linking, NOT over saturated the kw and lsi densities going from one destination to the next... Again, really need more details in order to pinpoint the issue
 
All the code is correct because i see on google analytics of redirected-website.com all the visitors that coming from my-website.com/visitor.php

my-friend-website.com (has the traffic - has the iframe)
my-website.com (get traffic from above and has redirect code) -> The results on google position are visible -> UP
redirected-website.com (get redirected traffic from my-website.com) -> The results on google position are visible -> 52positions DOWN
 
Back
Top