Quote:
Originally Posted by StuBradley
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;
}