Simple Question - Iframe

Status
Not open for further replies.

wickedmarketer

New member
Feb 24, 2008
70
1
0
If I'm using an iframe to pull a site into my site and then traffic goes to that site, they can't see what keywords were searched to get to my site or how that traffic got to my site right?
 


I am fairly certain your assumption is correct.

You could test it though and see for yourself. Send traffic to your own site A from your own site B and have an iframe to your own site C within site A and see who the referrer to C is....a or b?

Sounds complicated in that context but it really shouldn't be :)

HTH
 
I'd suggest meta refreshing your request inside the iframe. So

<iframe src="frame.php"

then in frame.php you want
<meta http-equiv="refresh" content="0;url=http://www.linktoofferpage.com"/>​

This will clean your referrer and keep your keywords safe.
 
I'd suggest meta refreshing your request inside the iframe. So

<iframe src="frame.php"

then in frame.php you want
<meta http-equiv="refresh" content="0;url=http://www.linktoofferpage.com"/>​

This will clean your referrer and keep your keywords safe.

In theory wouldn't the referrer to the offer be the page calling the Iframe and not the serp?
 
Depends on their site and yours.

With javascript you can get the URL of the outer frame from within the iFrame (if they are looking for it), and depending on what your URLS look like they might be able to work out the key words and such.

Mubs
 
Status
Not open for further replies.