View Single Post
Old 08-05-2007, 06:17 AM  
donborno
Confirmed User
 
Join Date: Jan 2007
Location: Vienna, Austria
Posts: 374
Quote:
Originally Posted by StuBradley View Post
Whenever I have surfed Google images it always links to the page the image was originally on. If you start redirecting their surfers to a totally different page you can expect the ban hammer to start swinging in your direction I would think.
Excactly, Google won't like it, and it won't like it if you break out of frame[1], which was recomended in this thread. After doing so, I lost all my image traffic.

[1]
Code:
if (top.location != location) {
    top.location.href = document.location.href;
}

Last edited by donborno; 08-05-2007 at 06:19 AM..
donborno is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote